* Examples/hello/GNUmakefile

check for platform and use frameworks or libs



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2010-06-04 07:23:59 +00:00
parent 0e6ded4a5b
commit 23f0c27f9c
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2010-05-04 David Wetzel <dave@turbocat.de>
* Examples/hello/GNUmakefile
check for platform and use frameworks or libs
2010-05-03 David Wetzel <dave@turbocat.de>
* config.h.in
changed RCS_ID to avoid warnings

View file

@ -42,11 +42,11 @@ HDRS =
DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble
ifneq ($(FOUNDATION_LIB),gnu)
AUXILIARY_GSW_LIBS = -framework WebObjects -framework WOExtensions
#else
#AUXILIARY_GSW_LIBS += -lWebObjects -lWOExtensions
#endif
else
AUXILIARY_GSW_LIBS += -lWebObjects -lWOExtensions
endif
-include Makefile.preamble