mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
8ef321e2e8
nib-loading fix for MainPrefs.
28 lines
511 B
Makefile
28 lines
511 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= $(GNUSTEP_LOCAL_ROOT)/Library/Forge
|
|
|
|
MainPrefs_RESOURCE_FILES= \
|
|
MainPrefs.gorm
|
|
|
|
MainPrefs_OBJC_FILES= \
|
|
MainPrefsView.m \
|
|
MainPrefs.m
|
|
|
|
MainPrefs_HEADERS= \
|
|
MainPrefsView.h \
|
|
MainPrefs.h
|
|
|
|
MainPrefs_PRINCIPAL_CLASS= \
|
|
MainPrefs
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|
|
-include GNUmakefile.postamble
|