From 22bcc965584065a965ebaff57b24c346809a6ceb Mon Sep 17 00:00:00 2001 From: nanbor Date: Tue, 17 Mar 1998 23:52:09 +0000 Subject: Added task_five.cpp --- examples/Threads/Makefile | 1 + examples/Threads/task_five.dsp | 56 ++++++++++++++++++++++++++++++++++++++++++ examples/Threads/test.dsw | 12 +++++++++ 3 files changed, 69 insertions(+) create mode 100644 examples/Threads/task_five.dsp (limited to 'examples/Threads') diff --git a/examples/Threads/Makefile b/examples/Threads/Makefile index 4fd4dceead7..9470cacb7d9 100644 --- a/examples/Threads/Makefile +++ b/examples/Threads/Makefile @@ -23,6 +23,7 @@ BIN = auto_event \ task_two \ task_three \ task_four \ + task_five \ thread_manager \ thread_pool \ thread_specific \ diff --git a/examples/Threads/task_five.dsp b/examples/Threads/task_five.dsp new file mode 100644 index 00000000000..aab863c7e37 --- /dev/null +++ b/examples/Threads/task_five.dsp @@ -0,0 +1,56 @@ +# Microsoft Developer Studio Project File - Name="task_five" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=task_five - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "task_five.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "task_five.mak" CFG="task_five - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "task_five - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE + +# Begin Project +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "" +# PROP Intermediate_Dir "Debug" +# 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 BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\ace" +# Begin Target + +# Name "task_five - Win32 Debug" +# Begin Source File + +SOURCE=.\task_five.cpp +# End Source File +# End Target +# End Project diff --git a/examples/Threads/test.dsw b/examples/Threads/test.dsw index dda2d10f7b8..f27029db258 100644 --- a/examples/Threads/test.dsw +++ b/examples/Threads/test.dsw @@ -135,6 +135,18 @@ Package=<4> ############################################################################### +Project: "task_five"=.\task_five.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "task_four"=.\task_four.dsp - Package Owner=<4> Package=<5> -- cgit v1.2.1