apps-gorm/Palettes/1Windows/GNUmakefile.preamble
Nicola Pero d3158d23da Make it build out of the box on Windows under Mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20958 72102866-910b-0410-8b05-ffd578937521
2005-03-22 04:36:33 +00:00

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