diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-04-06 15:45:00 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-04-06 15:45:00 +0000 |
commit | 777bc9f9543fb89778b178e650ff6c924304d0c9 (patch) | |
tree | 781936469e0be6bff5f1b89a53ae53d5e96d967b | |
parent | b0eb69ecc032daf7c4c401e055cc480417a4aa1c (diff) | |
download | php-git-777bc9f9543fb89778b178e650ff6c924304d0c9.tar.gz |
Fix output directory.
-rw-r--r-- | sapi/fastcgi/fastcgi.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/fastcgi/fastcgi.dsp b/sapi/fastcgi/fastcgi.dsp index 27269550ac..520396cf72 100644 --- a/sapi/fastcgi/fastcgi.dsp +++ b/sapi/fastcgi/fastcgi.dsp @@ -65,7 +65,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
+# PROP Output_Dir "..\..\Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -91,7 +91,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_TS"
+# PROP Output_Dir "..\..\Debug_TS"
# PROP Intermediate_Dir "Debug_TS"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -118,7 +118,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_TS"
+# PROP Output_Dir "..\..\Release_TS"
# PROP Intermediate_Dir "Release_TS"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -145,7 +145,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_TS_inline"
+# PROP Output_Dir "..\..\Release_TS_inline"
# PROP Intermediate_Dir "Release_TS_inline"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
|