diff options
Diffstat (limited to 'examples/Threads')
-rw-r--r-- | examples/Threads/barrier1.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/barrier2.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/cancel.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/future1.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/future2.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/manual_event.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/process_mutex.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/process_semaphore.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/reader_writer.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/recursive_mutex.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/task_five.dsp | 5 | ||||
-rw-r--r-- | examples/Threads/task_four.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/task_one.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/task_three.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/task_two.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/test.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/thread_manager.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/thread_pool.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/thread_specific.dsp | 7 | ||||
-rw-r--r-- | examples/Threads/token.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/tss1.dsp | 4 | ||||
-rw-r--r-- | examples/Threads/tss2.dsp | 4 |
22 files changed, 77 insertions, 42 deletions
diff --git a/examples/Threads/barrier1.dsp b/examples/Threads/barrier1.dsp index 29035568367..36a7e7b0b91 100644 --- a/examples/Threads/barrier1.dsp +++ b/examples/Threads/barrier1.dsp @@ -21,6 +21,7 @@ CFG=barrier1 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\barrier1"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/barrier2.dsp b/examples/Threads/barrier2.dsp index 081ad3c88e9..a246cd1d9c6 100644 --- a/examples/Threads/barrier2.dsp +++ b/examples/Threads/barrier2.dsp @@ -21,6 +21,7 @@ CFG=barrier2 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\barrier2"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/cancel.dsp b/examples/Threads/cancel.dsp index cb0a903108f..ac28d08817e 100644 --- a/examples/Threads/cancel.dsp +++ b/examples/Threads/cancel.dsp @@ -21,6 +21,7 @@ CFG=cancel - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\cancel"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/future1.dsp b/examples/Threads/future1.dsp index 5d9ce425dac..6985ea34eae 100644 --- a/examples/Threads/future1.dsp +++ b/examples/Threads/future1.dsp @@ -21,6 +21,7 @@ CFG=future1 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\future1"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/future2.dsp b/examples/Threads/future2.dsp index 478baa4e284..f19137bc13a 100644 --- a/examples/Threads/future2.dsp +++ b/examples/Threads/future2.dsp @@ -21,6 +21,7 @@ CFG=future2 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # 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 /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/manual_event.dsp b/examples/Threads/manual_event.dsp index 7c9e991332e..9dbc6d9142b 100644 --- a/examples/Threads/manual_event.dsp +++ b/examples/Threads/manual_event.dsp @@ -17,11 +17,11 @@ CFG=manual_event - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "manual_event - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "manual_event - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # 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 /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/process_mutex.dsp b/examples/Threads/process_mutex.dsp index c365d729d91..fea835b1e31 100644 --- a/examples/Threads/process_mutex.dsp +++ b/examples/Threads/process_mutex.dsp @@ -17,11 +17,11 @@ CFG=process_mutex - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "process_mutex - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "process_mutex - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\process_mutex"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/process_semaphore.dsp b/examples/Threads/process_semaphore.dsp index 6e3e4515de2..8ea317af24c 100644 --- a/examples/Threads/process_semaphore.dsp +++ b/examples/Threads/process_semaphore.dsp @@ -17,11 +17,11 @@ CFG=process_semaphore - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "process_semaphore - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "process_semaphore - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\process_semaphore"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/reader_writer.dsp b/examples/Threads/reader_writer.dsp index 29fb6472c99..d3db59bc098 100644 --- a/examples/Threads/reader_writer.dsp +++ b/examples/Threads/reader_writer.dsp @@ -17,11 +17,11 @@ CFG=reader_writer - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "reader_writer - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "reader_writer - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\reader_writer"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/recursive_mutex.dsp b/examples/Threads/recursive_mutex.dsp index 0bfb7a0e2b1..f9305858c36 100644 --- a/examples/Threads/recursive_mutex.dsp +++ b/examples/Threads/recursive_mutex.dsp @@ -17,11 +17,11 @@ CFG=recursive_mutex - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "recursive_mutex - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "recursive_mutex - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\recursive_mutex"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/task_five.dsp b/examples/Threads/task_five.dsp index 1cf7ea85ae7..b9add7df234 100644 --- a/examples/Threads/task_five.dsp +++ b/examples/Threads/task_five.dsp @@ -21,6 +21,7 @@ CFG=task_five - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -34,9 +35,11 @@ RSC=rc.exe # PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/task_four.dsp b/examples/Threads/task_four.dsp index 7d1c3a5638e..40f9f1ddadb 100644 --- a/examples/Threads/task_four.dsp +++ b/examples/Threads/task_four.dsp @@ -21,6 +21,7 @@ CFG=task_four - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\task_four"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/task_one.dsp b/examples/Threads/task_one.dsp index 5a225d8f695..7a5811063f9 100644 --- a/examples/Threads/task_one.dsp +++ b/examples/Threads/task_one.dsp @@ -21,6 +21,7 @@ CFG=task_one - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\task_one"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/task_three.dsp b/examples/Threads/task_three.dsp index 7d2f0917baa..d16e542261a 100644 --- a/examples/Threads/task_three.dsp +++ b/examples/Threads/task_three.dsp @@ -17,11 +17,11 @@ CFG=task_three - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "task_three - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "task_three - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\task_three"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/task_two.dsp b/examples/Threads/task_two.dsp index 22eb321e627..0f9ec45c72b 100644 --- a/examples/Threads/task_two.dsp +++ b/examples/Threads/task_two.dsp @@ -21,6 +21,7 @@ CFG=task_two - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\task_two"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/test.dsp b/examples/Threads/test.dsp index a651a4aedd4..d45f700f436 100644 --- a/examples/Threads/test.dsp +++ b/examples/Threads/test.dsp @@ -17,11 +17,11 @@ CFG=auto_event - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "auto_event - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "auto_event - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\auto_event"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/thread_manager.dsp b/examples/Threads/thread_manager.dsp index d330077ae6b..7042915f076 100644 --- a/examples/Threads/thread_manager.dsp +++ b/examples/Threads/thread_manager.dsp @@ -17,11 +17,11 @@ CFG=thread_manager - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "thread_manager - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "thread_manager - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\thread_manager"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/thread_pool.dsp b/examples/Threads/thread_pool.dsp index a872a5fc0df..e4c88e9e861 100644 --- a/examples/Threads/thread_pool.dsp +++ b/examples/Threads/thread_pool.dsp @@ -17,11 +17,11 @@ CFG=thread_pool - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "thread_pool - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "thread_pool - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\thread_pool"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/thread_specific.dsp b/examples/Threads/thread_specific.dsp index 80865aba568..b4278a42e34 100644 --- a/examples/Threads/thread_specific.dsp +++ b/examples/Threads/thread_specific.dsp @@ -17,11 +17,11 @@ CFG=thread_specific - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "thread_specific - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "thread_specific - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -38,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\thread_specific"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/token.dsp b/examples/Threads/token.dsp index 097269c7bfc..9626d0dea8f 100644 --- a/examples/Threads/token.dsp +++ b/examples/Threads/token.dsp @@ -21,6 +21,7 @@ CFG=token - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # 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 /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/tss1.dsp b/examples/Threads/tss1.dsp index f0077f039a2..74492b01011 100644 --- a/examples/Threads/tss1.dsp +++ b/examples/Threads/tss1.dsp @@ -21,6 +21,7 @@ CFG=tss1 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\tss1"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
diff --git a/examples/Threads/tss2.dsp b/examples/Threads/tss2.dsp index 26450a2dfa2..13576cb8bd0 100644 --- a/examples/Threads/tss2.dsp +++ b/examples/Threads/tss2.dsp @@ -21,6 +21,7 @@ CFG=tss2 - Win32 Debug !MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -37,7 +38,8 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ".\tss2"
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
-# ADD CPP /nologo /MDd /W3 /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" /FD /c
+# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe
|