diff options
Diffstat (limited to 'examples/Threads/token.dsp')
-rw-r--r-- | examples/Threads/token.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Threads/token.dsp b/examples/Threads/token.dsp index a467b9da0e5..40ed17cd710 100644 --- a/examples/Threads/token.dsp +++ b/examples/Threads/token.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 ".\token"
# 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
|