quakeforge/tools/Forge/Bundles/MainPrefs/GNUmakefile
Jeff Teunissen 3edc57ef93 Forge updates. Compiles with latest GNUstep CVS, may not work with current
release (but should).

The interface is no longer defined in code -- it loads it from a .gorm file.

The code is a lot cleaner, and I'm working on project management again.
Generally, I'm having a lot of fun. :)
2002-05-26 11:24:00 +00:00

27 lines
472 B
Makefile

include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= MainPrefs
BUNDLE_EXTENSION= .forgeb
#
# We don't install this bundle, it goes inside the app.
#
BUNDLE_INSTALL_DIR= none
MainPrefs_STANDARD_INSTALL= no
MainPrefs_RESOURCE_FILES= \
MainPrefs.gorm
MainPrefs_OBJC_FILES= \
MainPrefs.m
MainPrefs_HEADERS= \
MainPrefs.h
MainPrefs_PRINCIPAL_CLASS= \
MainPrefs
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble