diff options
Diffstat (limited to 'examples/Threads/manual_event.dsp')
-rw-r--r-- | examples/Threads/manual_event.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Threads/manual_event.dsp b/examples/Threads/manual_event.dsp index f94fc9f62cb..fba76ea91a3 100644 --- a/examples/Threads/manual_event.dsp +++ b/examples/Threads/manual_event.dsp @@ -35,9 +35,10 @@ RSC=rc.exe # PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir ".\Debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\manual_event"
# 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
|