diff options
author | Zeev Suraski <zeev@php.net> | 2001-01-15 15:16:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-01-15 15:16:30 +0000 |
commit | a910f8cc80f629ec79df4d2e0e23b8510d370425 (patch) | |
tree | d6cb2c21de3d3244a19d8fa2fd330b86b68256cf /sapi/isapi | |
parent | 9877acdb3250bea60cbceaecc58c232881db2c20 (diff) | |
download | php-git-a910f8cc80f629ec79df4d2e0e23b8510d370425.tar.gz |
Fix output dir
Diffstat (limited to 'sapi/isapi')
-rw-r--r-- | sapi/isapi/stresstest/stresstest.dsp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sapi/isapi/stresstest/stresstest.dsp b/sapi/isapi/stresstest/stresstest.dsp index bb2ce57a5e..6099dc4aea 100644 --- a/sapi/isapi/stresstest/stresstest.dsp +++ b/sapi/isapi/stresstest/stresstest.dsp @@ -61,7 +61,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 2
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "e:\php4test"
+# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -91,17 +91,9 @@ LINK32=link.exe SOURCE=.\stresstest.cpp
# End Source File
# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
# Begin Source File
-SOURCE=.\ReadMe.txt
+SOURCE=.\notes.txt
# End Source File
# End Target
# End Project
|