diff options
Diffstat (limited to 'examples/Threads/future2.dsp')
-rw-r--r-- | examples/Threads/future2.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Threads/future2.dsp b/examples/Threads/future2.dsp index 3b0509a3cd9..b70d42da279 100644 --- a/examples/Threads/future2.dsp +++ b/examples/Threads/future2.dsp @@ -34,9 +34,10 @@ RSC=rc.exe # PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir ".\Debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\future2"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
|