Artifact db52009ed254a75478e290e036810f0fdb459259ee15ef5ef238941b8c0f0790:
- File src/Makefile — part of check-in [4b97e65b21] at 2012-08-26 12:25:51 on branch trunk — Add ObjGameKit.h. (user: js, size: 275) [annotate] [blame] [check-ins using]
SHARED_LIB = ${LIB_PREFIX}objgamekit${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = OGKBitmap.m \ OGKDisplay.m \ OGKEvent.m \ OGKEventQueue.m INCLUDES = ${SRCS:.m=.h} \ ObjGameKit.h include ../buildsys.mk CPPFLAGS += -DOGK_INTERNAL LD = ${OBJC}