diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 02:25:10 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 02:25:10 +0100 |
commit | 0a37cdf9fe9bb43db4634a828c68868eaef7bc5e (patch) | |
tree | 2dde36d14f709d0f048b5488bb519e686965f517 /support/htdigest.dsp | |
parent | Missed aprlib -> apr in the project overhaul (diff) | |
download | apache2-0a37cdf9fe9bb43db4634a828c68868eaef7bc5e.tar.xz apache2-0a37cdf9fe9bb43db4634a828c68868eaef7bc5e.zip |
Correction, commited the vc5. Need vc6 in the tree. Humble appologies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htdigest.dsp')
-rw-r--r-- | support/htdigest.dsp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/support/htdigest.dsp b/support/htdigest.dsp index f0b02b59dd..abba92a3a9 100644 --- a/support/htdigest.dsp +++ b/support/htdigest.dsp @@ -1,5 +1,5 @@ # Microsoft Developer Studio Project File - Name="htdigest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 @@ -22,6 +22,7 @@ CFG=htdigest - Win32 Debug !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe @@ -65,8 +66,8 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /Fd"Debug/htdigest" /FD /c +# ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /Fd"Debug/htdigest" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |