mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20278 72102866-910b-0410-8b05-ffd578937521
9 lines
No EOL
261 B
Text
9 lines
No EOL
261 B
Text
# Additional include directories the compiler should search
|
|
ADDITIONAL_INCLUDE_DIRS += -I../..
|
|
|
|
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
|
|
0Menus_LIBRARIES_DEPEND_UPON += -lGorm
|
|
endif
|
|
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
|
|
0Menus_LIBRARIES_DEPEND_UPON += -lGorm
|
|
endif |