]> err.no Git - sope/commitdiff
more dirpath fixes
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 23:07:11 +0000 (23:07 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 23:07:11 +0000 (23:07 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@27 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

Recycler/NGJavaScript/GNUmakefile.preamble
Recycler/NGObjDOM/GNUmakefile.preamble
Recycler/SxComponents/GNUmakefile.preamble
sope-appserver/WOXML/GNUmakefile.preamble

index c6750be5e1b35160eb45736ba071df3f20c1debc..f21cc0d2b5584bde74e4d8fd4bbc3d9d766a28a8 100644 (file)
@@ -15,8 +15,8 @@ endif
 
 ifneq ($(GNUSTEP_BUILD_DIR),)
 RELBUILD_DIR_JS=$(GNUSTEP_BUILD_DIR)/../../../ThirdParty/js-1.5
-RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core
-RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml
+RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core
+RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml
 RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/..
 
 ADDITIONAL_LIB_DIRS += \
index b00cfe163407f1c39346f1fef08281c05bb48a44..6b78d181bdfe754fb2ec5d99ac401c83458aba1b 100644 (file)
@@ -13,8 +13,8 @@ ADDITIONAL_INCLUDE_DIRS += \
 
 ifneq ($(GNUSTEP_BUILD_DIR),)
 RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/..
-RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core
-RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml
+RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core
+RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml
 
 ADDITIONAL_LIB_DIRS += \
        -L$(GNUSTEP_OBJ_DIR)                                            \
index 3931e4006cb9cea481ea203a82a7cad07031987f..2fba2ffd23db34d38daebe962d625df2427538f9 100644 (file)
@@ -16,8 +16,8 @@ ADDITIONAL_INCLUDE_DIRS += -I../NGObjWeb
 ifneq ($(GNUSTEP_BUILD_DIR),)
 RELBUILD_DIR_JS=$(GNUSTEP_BUILD_DIR)/../../../ThirdParty/js-1.5
 RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/..
-RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core
-RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml
+RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core
+RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml
 
 ADDITIONAL_LIB_DIRS += \
        -L$(GNUSTEP_OBJ_DIR)                                            \
index 06370f4f428e8d673c4e7ec48a1a9e100b9b64b8..7826b1c8d0e2982c6ba9abd99473e291267d27f2 100644 (file)
@@ -7,8 +7,8 @@ libWOXML_INCLUDE_DIRS += -I. -I..
 libWOXML_LIBRARIES_DEPEND_UPON += -lDOM -lSaxObjC
 
 ADDITIONAL_LIB_DIRS += \
-       -L../../skyrix-xml/DOM/$(GNUSTEP_OBJ_DIR)       \
-       -L../../skyrix-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)   \
+       -L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR) \
+       -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
 
 # Apple