Obj3DEngine/src/Makefile
Jonathan Schleifer 6ed1bf1eff Create a window on Windows
FossilOrigin-Name: bf625526315ec71308288cbf7e91dc425ca1dd9e4e762a4c264cf2235c06558e
2022-12-27 19:00:12 +00:00

23 lines
515 B
Makefile

include ../extra.mk
SUBDIRS = exceptions
SHARED_LIB = ${OBJ3DENGINE_SHARED_LIB}
STATIC_LIB = ${OBJ3DENGINE_STATIC_LIB}
FRAMEWORK = ${OBJ3DENGINE_FRAMEWORK}
LIB_MAJOR = ${OBJ3DENGINE_LIB_MAJOR}
LIB_MINOR = ${OBJ3DENGINE_LIB_MINOR}
SRCS = O3DEngine.m \
O3DGlide3Renderer.m \
O3DRenderer.m \
O3DWinAPIWindow.m
INCLUDES := ${SRCS:.m=.h}
OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A}
LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A}
include ../buildsys.mk
CPPFLAGS += -I. -Iexceptions
LD = ${OBJC}