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@20958 72102866-910b-0410-8b05-ffd578937521
9 lines
276 B
Text
9 lines
276 B
Text
# Additional include directories the compiler should search
|
|
ADDITIONAL_INCLUDE_DIRS += -I../..
|
|
|
|
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
|
|
ADDITIONAL_GUI_LIBS += -lGorm ../../Gorm.app/Gorm.exe.a
|
|
endif
|
|
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
|
|
1Windows_LIBRARIES_DEPEND_UPON += -lGorm
|
|
endif
|