mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
44dd62d369
It won't work yet as there's no gorm file and there's code that has been commented out, but it finally compiles.
27 lines
530 B
Makefile
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
|