mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_5@20607 72102866-910b-0410-8b05-ffd578937521
11 lines
318 B
Text
11 lines
318 B
Text
#
|
|
# Options common to bundles
|
|
#
|
|
ADDITIONAL_OBJCFLAGS +=
|
|
ADDITIONAL_CFLAGS +=
|
|
ADDITIONAL_CPPFLAGS +=
|
|
ADDITIONAL_INCLUDE_DIRS += -I../..
|
|
ADDITIONAL_LIB_DIRS += -L../../Library/$(GNUSTEP_OBJ_DIR)
|
|
|
|
# BUNDLE_INSTALL_DIR = $(GNUSTEP_SYSTEM_ROOT)/Applications/ProjectCenter.app/Resources
|
|
$(BUNDLE_NAME)_STANDARD_INSTALL = no
|