mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* 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:
parent
0e6ded4a5b
commit
23f0c27f9c
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue