You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/08/20 04:19:38 UTC

svn commit: r567524 - /httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp

Author: wrowe
Date: Sun Aug 19 19:19:37 2007
New Revision: 567524

URL: http://svn.apache.org/viewvc?rev=567524&view=rev
Log:
A better solution than /wd4996 to disable "depreciated posix" garbage.
This solution doesn't emit warnings under VC 6.

Backport: 567523

Modified:
    httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp

Modified: httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp?rev=567524&r1=567523&r2=567524&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp (original)
+++ httpd/httpd/branches/2.2.x/srclib/pcre/dftables.dsp Sun Aug 19 19:19:37 2007
@@ -42,7 +42,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Release\dftables" /FD /c
-# ADD CPP /nologo /MD /W3 /wd4996 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Release\dftables" /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /Fd"Release\dftables" /FD /c
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
 # ADD RSC /l 0x809 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -68,7 +68,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Debug\dftables" /FD /c
-# ADD CPP /nologo /MDd /W3 /wd4996 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Debug\dftables" /FD /c
+# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /Fd"Debug\dftables" /FD /c
 # ADD BASE RSC /l 0x809 /d "_DEBUG"
 # ADD RSC /l 0x809 /d "_DEBUG"
 BSC32=bscmake.exe