From: helge Date: Thu, 9 Sep 2004 19:06:04 +0000 (+0000) Subject: removed linking against scripting libs X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba412ee33ac5bdb33d1fdb5b6237178335b630e;p=sope removed linking against scripting libs git-svn-id: http://svn.opengroupware.org/SOPE/trunk@123 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/samples/HelloWorld/GNUmakefile.preamble b/sope-appserver/samples/HelloWorld/GNUmakefile.preamble index 9667a621..69c70863 100644 --- a/sope-appserver/samples/HelloWorld/GNUmakefile.preamble +++ b/sope-appserver/samples/HelloWorld/GNUmakefile.preamble @@ -1,10 +1,7 @@ -# $Id$ +# compile settings # static references required for Mach linker ADDITIONAL_TOOL_LIBS += \ - -lNGJavaScript -lNGScripting \ -lEOControl \ - -lDOM -lXmlRpc -lSaxObjC \ - -ljs - + -lDOM -lXmlRpc -lSaxObjC diff --git a/sope-appserver/samples/TestPages/GNUmakefile.preamble b/sope-appserver/samples/TestPages/GNUmakefile.preamble index 9667a621..69c70863 100644 --- a/sope-appserver/samples/TestPages/GNUmakefile.preamble +++ b/sope-appserver/samples/TestPages/GNUmakefile.preamble @@ -1,10 +1,7 @@ -# $Id$ +# compile settings # static references required for Mach linker ADDITIONAL_TOOL_LIBS += \ - -lNGJavaScript -lNGScripting \ -lEOControl \ - -lDOM -lXmlRpc -lSaxObjC \ - -ljs - + -lDOM -lXmlRpc -lSaxObjC diff --git a/sope-appserver/samples/WOxExtTest/GNUmakefile.preamble b/sope-appserver/samples/WOxExtTest/GNUmakefile.preamble index 247bc2cf..13625dc5 100644 --- a/sope-appserver/samples/WOxExtTest/GNUmakefile.preamble +++ b/sope-appserver/samples/WOxExtTest/GNUmakefile.preamble @@ -1,8 +1,8 @@ -# $Id$ +# compile settings WOxExtTest_TOOL_LIBS += \ -lWEExtensions -lWOExtensions \ - -lNGObjWeb -lNGScripting \ + -lNGObjWeb \ -lEOControl \ -lXmlRpc -lDOM -lSaxObjC diff --git a/sope-appserver/samples/davpropget/GNUmakefile.preamble b/sope-appserver/samples/davpropget/GNUmakefile.preamble index 92c4bcf7..cdac05b5 100644 --- a/sope-appserver/samples/davpropget/GNUmakefile.preamble +++ b/sope-appserver/samples/davpropget/GNUmakefile.preamble @@ -1,6 +1,7 @@ -# $Id$ +# compile settings davpropget_TOOL_LIBS += \ - -lNGObjWeb -lNGScripting \ - -lNGMime -lNGStreams -lNGExtensions -lEOControl \ + -lNGObjWeb \ + -lNGMime \ + -lNGStreams -lNGExtensions -lEOControl \ -lDOM -lXmlRpc -lSaxObjC diff --git a/sope-appserver/samples/iCalPortal/GNUmakefile.preamble b/sope-appserver/samples/iCalPortal/GNUmakefile.preamble index fffd8a1e..04f0c4d6 100644 --- a/sope-appserver/samples/iCalPortal/GNUmakefile.preamble +++ b/sope-appserver/samples/iCalPortal/GNUmakefile.preamble @@ -6,7 +6,6 @@ ADDITIONAL_TOOL_LIBS += -lNGiCal ifeq ($(FOUNDATION_LIB),apple) ADDITIONAL_TOOL_LIBS += \ - -lNGScripting \ -lEOControl \ -lXmlRpc -lDOM -lSaxObjC else diff --git a/sope-appserver/samples/parsedav/GNUmakefile.preamble b/sope-appserver/samples/parsedav/GNUmakefile.preamble index 073fcdb3..c1d1daa7 100644 --- a/sope-appserver/samples/parsedav/GNUmakefile.preamble +++ b/sope-appserver/samples/parsedav/GNUmakefile.preamble @@ -1,4 +1,4 @@ -# $Id$ +# compile settings ADDITIONAL_INCLUDE_DIRS += \ -I. -I.. \ @@ -6,11 +6,9 @@ ADDITIONAL_INCLUDE_DIRS += \ ADDITIONAL_LIB_DIRS += \ -L../NGObjWeb/$(GNUSTEP_OBJ_DIR) \ - -L../NGScripting/$(GNUSTEP_OBJ_DIR) \ - -L../NGJavaScript/$(GNUSTEP_OBJ_DIR) \ - -L../SxComponents/$(GNUSTEP_OBJ_DIR) \ parsedav_TOOL_LIBS += \ - -lNGObjWeb -lNGScripting \ - -lNGMime -lNGStreams -lNGExtensions -lEOControl \ + -lNGObjWeb \ + -lNGMime \ + -lNGStreams -lNGExtensions -lEOControl \ -lDOM -lXmlRpc -lSaxObjC