make/windows/makefiles/compile.make

changeset 1094
520d43965b1f
parent 1080
c3a720eefe82
child 1279
bd02caa94611
     1.1 --- a/make/windows/makefiles/compile.make	Thu Mar 26 16:00:51 2009 -0400
     1.2 +++ b/make/windows/makefiles/compile.make	Fri Mar 27 01:35:39 2009 -0500
     1.3 @@ -170,8 +170,6 @@
     1.4  # Manifest Tool - used in VS2005 and later to adjust manifests stored
     1.5  # as resources inside build artifacts.
     1.6  MT=mt.exe
     1.7 -# VS2005 and later restricts the use of certain libc functions without this
     1.8 -CPP_FLAGS=$(CPP_FLAGS) /D _CRT_SECURE_NO_DEPRECATE
     1.9  !endif
    1.10  
    1.11  !if "$(COMPILER_NAME)" == "VS2008"
    1.12 @@ -183,8 +181,6 @@
    1.13  # Manifest Tool - used in VS2005 and later to adjust manifests stored
    1.14  # as resources inside build artifacts.
    1.15  MT=mt.exe
    1.16 -# VS2005 and later restricts the use of certain libc functions without this
    1.17 -CPP_FLAGS=$(CPP_FLAGS) /D _CRT_SECURE_NO_DEPRECATE
    1.18  !endif
    1.19  
    1.20  # Compile for space above time.

mercurial