]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Relative paths are a bit cleaner when invoking apr/build/win32fixmak.pl
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Apr 2004 22:22:45 +0000 (22:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Apr 2004 22:22:45 +0000 (22:22 +0000)
  from the root apache1.3 directory, instead of from apache1.3/src (don't
  ask me why, the absolute -> relative path logic I wrote in the .pl is
  very twisted.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103377 13f79535-47bb-0310-9956-ffa450edef68

17 files changed:
src/ApacheCore.dep
src/os/win32/mod_auth_anon.mak
src/os/win32/mod_auth_dbm.mak
src/os/win32/mod_auth_digest.mak
src/os/win32/mod_cern_meta.mak
src/os/win32/mod_digest.mak
src/os/win32/mod_expires.mak
src/os/win32/mod_headers.mak
src/os/win32/mod_info.mak
src/os/win32/mod_mime_magic.mak
src/os/win32/mod_proxy.mak
src/os/win32/mod_rewrite.mak
src/os/win32/mod_speling.mak
src/os/win32/mod_status.mak
src/os/win32/mod_unique_id.mak
src/os/win32/mod_usertrack.mak
src/os/win32/mod_vhost_alias.mak

index 4931609ea0e01e32fcc9d01f4f85aa6c45f9e0b4..24fb5e087e1114f2b5115f67b8dd1d5267d75744 100644 (file)
        ".\os\win32\os.h"\
        ".\os\win32\readdir.h"\
        
+
+!IF  "$(CFG)" == "ApacheCore - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
+
+!ENDIF 
+
+!IF  "$(CFG)" == "ApacheCore - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
+
+!ENDIF 
+
index 36a7a1a81bd4e34a73a8dd1b7bcf5850fc58e9b4..80c9b253bf1ebb1c36412782bc91653b1068b9a3 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_auth_anon - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_auth_anon - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 88fe867716a1f9d81f68b43a090a76a514d3f870..29bc15b6a34130816a29d8dd78d7d200c938340c 100644 (file)
@@ -214,24 +214,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_auth_dbm - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_auth_dbm - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
@@ -240,24 +240,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_auth_dbm - Win32 Release"
 
 "sdbm - Win32 Release" : 
-   cd "..\../..\src\lib\sdbm"
+   cd ".\..\..\lib\sdbm"
    $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Release" 
    cd "..\..\os\win32"
 
 "sdbm - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src\lib\sdbm"
+   cd ".\..\..\lib\sdbm"
    $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Release" RECURSE=1 CLEAN 
    cd "..\..\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_auth_dbm - Win32 Debug"
 
 "sdbm - Win32 Debug" : 
-   cd "..\../..\src\lib\sdbm"
+   cd ".\..\..\lib\sdbm"
    $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Debug" 
    cd "..\..\os\win32"
 
 "sdbm - Win32 DebugCLEAN" : 
-   cd "..\../..\src\lib\sdbm"
+   cd ".\..\..\lib\sdbm"
    $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Debug" RECURSE=1 CLEAN 
    cd "..\..\os\win32"
 
index 7918f6500537a6194a2293c2a67af8a27278028f..7af3f2ba6257abd2f7f74a35302208c66b5279f4 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_auth_digest - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_auth_digest - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 22b49447a518f904e24a448df45f5e567b829a45..41184db036bbcb4c485c20a3fa091daea9a48647 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_cern_meta - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_cern_meta - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 82b1673804ebef99e85c97b335e00d19d8a2fc27..0119d4823544ffc5ed461368cad062fb89fa4918 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_digest - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_digest - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 96c8fe30a0baef53fd372ae38b08a917e6d4d04f..e5206527195dbf3afcbd3bbda354a2da4f110cbc 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_expires - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_expires - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 70d0790d893c9f854df6b80779f88ffc573461ec..8c802976595bbdf08e878919789a66dd93575f89 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_headers - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_headers - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 4b1ca88b957c0f82ab4824fac5af2352a33202d5..64f54202687094034e48373e28221e37028c1dc7 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_info - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_info - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 99438a9916fb331cc08b00b99bf60f84d62c2aea..e1eb9f23f2de9c1f984dca90836a3c10086db535 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_mime_magic - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_mime_magic - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 6c120dd6183e1eee6303f5acb6f815d2a37ece49..00b6993585e287b50ff2d3b91a33aa771d61766f 100644 (file)
@@ -267,24 +267,24 @@ SOURCE=..\..\modules\proxy\proxy_util.c
 !IF  "$(CFG)" == "mod_proxy - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_proxy - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index e81bb592f4b2964b8322efba74cbbb76b9961731..2c4c50493e9d9dbb80a9fdb205d6950c48fe2ace 100644 (file)
@@ -216,24 +216,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_rewrite - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_rewrite - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index a1b468eb76ac5762b262b6915ff9a70d23c57cb3..ee377eab1c99ff0c60c2c927192abc2c68473412 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_speling - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_speling - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index d08f2ba62fa577729311b2b8309d3292ca6b8303..7c98f71bf8ca9016bb49284822ece16f2cc69117 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_status - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_status - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index aebfa36f09df8afbc8b85db9218a0a96a55c2613..d6d43d991b5b6f483b58e5b8f49c67e1b3640976 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_unique_id - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_unique_id - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index 9479f6aca053ee29a160b9121d4a783a0abd595a..6e3d15724badd844281c854ed3aec35f4792332b 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_usertrack - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_usertrack - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
index c6b47f55d7eebab2d283b615af295f9371ae7c6d..3be0154885fa94a9cfd05797b8114486b7c4cb12 100644 (file)
@@ -212,24 +212,24 @@ LINK32_OBJS= \
 !IF  "$(CFG)" == "mod_vhost_alias - Win32 Release"
 
 "ApacheCore - Win32 Release" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 ReleaseCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release" RECURSE=1 CLEAN 
    cd ".\os\win32"
 
 !ELSEIF  "$(CFG)" == "mod_vhost_alias - Win32 Debug"
 
 "ApacheCore - Win32 Debug" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
    cd ".\os\win32"
 
 "ApacheCore - Win32 DebugCLEAN" : 
-   cd "..\../..\src"
+   cd ".\..\.."
    $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" RECURSE=1 CLEAN 
    cd ".\os\win32"