apps-gorm/Palettes/3Containers/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
No EOL
271 B
Text

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