apps-gorm/Palettes/4Data/GNUmakefile.preamble
Gregory John Casamento f4bd5d1982 Improved documentation and additional libs for palettes on windows declared in the makefile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20278 72102866-910b-0410-8b05-ffd578937521
2004-11-02 05:56:47 +00:00

9 lines
260 B
Text

# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../..
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
4Data_LIBRARIES_DEPEND_UPON += -lGorm
endif
ifeq ($(GNUSTEP_TARGET_OS),cygwin)
4Data_LIBRARIES_DEPEND_UPON += -lGorm
endif