]> err.no Git - sope/commitdiff
removed linking against scripting libs
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 9 Sep 2004 19:06:04 +0000 (19:06 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 9 Sep 2004 19:06:04 +0000 (19:06 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@123 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/samples/HelloWorld/GNUmakefile.preamble
sope-appserver/samples/TestPages/GNUmakefile.preamble
sope-appserver/samples/WOxExtTest/GNUmakefile.preamble
sope-appserver/samples/davpropget/GNUmakefile.preamble
sope-appserver/samples/iCalPortal/GNUmakefile.preamble
sope-appserver/samples/parsedav/GNUmakefile.preamble

index 9667a621be546a2273c45c7d0ef8c8dcbc257e26..69c70863df753380dbdb3b293efbe03bc0d352db 100644 (file)
@@ -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
index 9667a621be546a2273c45c7d0ef8c8dcbc257e26..69c70863df753380dbdb3b293efbe03bc0d352db 100644 (file)
@@ -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
index 247bc2cfd200ffa0b5bf0378b119f2db93c8aaee..13625dc5d3416224e6a2c97c031ac98149ccddc2 100644 (file)
@@ -1,8 +1,8 @@
-# $Id$
+# compile settings
 
 WOxExtTest_TOOL_LIBS += \
        -lWEExtensions -lWOExtensions   \
-       -lNGObjWeb -lNGScripting        \
+       -lNGObjWeb                      \
        -lEOControl                     \
        -lXmlRpc -lDOM -lSaxObjC
 
index 92c4bcf70d81e362d9c3de2ed161894551b7a134..cdac05b5fb7a01c2f3bfa8cb051efe719138242c 100644 (file)
@@ -1,6 +1,7 @@
-# $Id$
+# compile settings
 
 davpropget_TOOL_LIBS += \
-       -lNGObjWeb -lNGScripting \
-       -lNGMime -lNGStreams -lNGExtensions -lEOControl \
+       -lNGObjWeb      \
+       -lNGMime        \
+       -lNGStreams -lNGExtensions -lEOControl \
        -lDOM -lXmlRpc -lSaxObjC
index fffd8a1e6cd057b1e21171a9b18bb6b37c9b6228..04f0c4d67a6ce41f36541917e07cc21070f29bd5 100644 (file)
@@ -6,7 +6,6 @@ ADDITIONAL_TOOL_LIBS += -lNGiCal
 
 ifeq ($(FOUNDATION_LIB),apple)
 ADDITIONAL_TOOL_LIBS += \
-       -lNGScripting   \
        -lEOControl     \
        -lXmlRpc -lDOM -lSaxObjC
 else
index 073fcdb34986a71398cd2e7c16ba8436e5f4fa07..c1d1daa7a8908e99c2b103b25cff0462b4e1205e 100644 (file)
@@ -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