diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 10:01:36 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 10:01:36 +0000 |
| commit | f1351348b8da319fbbd60ad07ba122a27a693904 (patch) | |
| tree | 1302ddd40c2825657d6d6394b0f3f6488f2b284e /ext | |
| parent | cb7c65d0526f837a04630d56d6ca7e855d944659 (diff) | |
| download | php-git-f1351348b8da319fbbd60ad07ba122a27a693904.tar.gz | |
fix ouput directory
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/db/db.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/db/db.dsp b/ext/db/db.dsp index 43d180084b..1b275057ba 100644 --- a/ext/db/db.dsp +++ b/ext/db/db.dsp @@ -39,7 +39,7 @@ RSC=rc.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 ""
@@ -67,7 +67,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\..\Debug_TS"
+# PROP Output_Dir "Debug_TS"
# PROP Intermediate_Dir "Debug_TS"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
|
