diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-05-25 01:45:37 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-05-25 01:45:37 +0200 |
commit | 2745ccdaf8ac8567d33f356a8ebb9620523f6f23 (patch) | |
tree | f69a7d46c87728d74cddef2d4c49674cd0fe0bda /server/gen_uri_delims.dsp | |
parent | Clear up some int vs. pid_t issues in prefork to keep compiles clean (diff) | |
download | apache2-2745ccdaf8ac8567d33f356a8ebb9620523f6f23.tar.xz apache2-2745ccdaf8ac8567d33f356a8ebb9620523f6f23.zip |
Win32: Convert ap_proc_t to tranparent type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/gen_uri_delims.dsp')
-rw-r--r-- | server/gen_uri_delims.dsp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/server/gen_uri_delims.dsp b/server/gen_uri_delims.dsp index ad67ca6438..7206e60ba5 100644 --- a/server/gen_uri_delims.dsp +++ b/server/gen_uri_delims.dsp @@ -1,5 +1,5 @@ # Microsoft Developer Studio Project File - Name="gen_uri_delims" - 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 @@ -17,13 +17,12 @@ CFG=gen_uri_delims - Win32 Debug !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "gen_uri_delims - Win32 Release" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "gen_uri_delims - Win32 Debug" (based on\ - "Win32 (x86) Console Application") +!MESSAGE "gen_uri_delims - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "gen_uri_delims - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project +# PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe @@ -67,7 +66,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" BSC32=bscmake.exe |