quakeforge/tools/Forge/Bundles/MapEdit/GNUmakefile
Bill Currie 44dd62d369 Make MapEdit (QuakeEd) compile.
It won't work yet as there's no gorm file and there's code that has been
commented out, but it finally compiles.
2010-09-26 13:50:17 +09:00

27 lines
530 B
Makefile

include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= MapEdit
BUNDLE_EXTENSION= .forgeb
#
# We don't install this bundle, it goes inside the app.
#
BUNDLE_INSTALL_DIR= none
MapEdit_STANDARD_INSTALL= no
MapEdit_RESOURCE_FILES= \
MapEdit.gorm
MapEdit_OBJC_FILES= \
CameraView.m Clipper.m EntityClass.m KeypairView.m PopScrollView.m ZView.m render.m
MapEdit_HEADERS= \
EntityClass.h
MapEdit_PRINCIPAL_CLASS= \
MapEdit
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble