Home | History | Annotate | Download | only in threadtest
      1 # Microsoft Developer Studio Project File - Name="threadtest" - Package Owner=<4>
      2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
      3 # ** DO NOT EDIT **
      4 
      5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
      6 
      7 CFG=threadtest - Win32 Debug
      8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
      9 !MESSAGE use the Export Makefile command and run
     10 !MESSAGE 
     11 !MESSAGE NMAKE /f "threadtest.mak".
     12 !MESSAGE 
     13 !MESSAGE You can specify a configuration when running NMAKE
     14 !MESSAGE by defining the macro CFG on the command line. For example:
     15 !MESSAGE 
     16 !MESSAGE NMAKE /f "threadtest.mak" CFG="threadtest - Win32 Debug"
     17 !MESSAGE 
     18 !MESSAGE Possible choices for configuration are:
     19 !MESSAGE 
     20 !MESSAGE "threadtest - Win32 Release" (based on "Win32 (x86) Console Application")
     21 !MESSAGE "threadtest - Win32 Debug" (based on "Win32 (x86) Console Application")
     22 !MESSAGE "threadtest - Win64 Release" (based on "Win32 (x86) Console Application")
     23 !MESSAGE "threadtest - Win64 Debug" (based on "Win32 (x86) Console Application")
     24 !MESSAGE 
     25 
     26 # Begin Project
     27 # PROP AllowPerConfigDependencies 0
     28 # PROP Scc_ProjName ""
     29 # PROP Scc_LocalPath ""
     30 CPP=cl.exe
     31 RSC=rc.exe
     32 
     33 !IF  "$(CFG)" == "threadtest - Win32 Release"
     34 
     35 # PROP BASE Use_MFC 0
     36 # PROP BASE Use_Debug_Libraries 0
     37 # PROP BASE Output_Dir "Release"
     38 # PROP BASE Intermediate_Dir "Release"
     39 # PROP BASE Target_Dir ""
     40 # PROP Use_MFC 0
     41 # PROP Use_Debug_Libraries 0
     42 # PROP Output_Dir "Release"
     43 # PROP Intermediate_Dir "Release"
     44 # PROP Ignore_Export_Lib 0
     45 # PROP Target_Dir ""
     46 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"  /FD /c
     47 # ADD CPP /nologo /G6 /MD /W3 /GX /O2 /Ob2 /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"  /FD /c
     48 # ADD BASE RSC /l 0x409 /d "NDEBUG"
     49 # ADD RSC /l 0x409 /d "NDEBUG"
     50 BSC32=bscmake.exe
     51 # ADD BASE BSC32 /nologo
     52 # ADD BSC32 /nologo
     53 LINK32=link.exe
     54 # 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 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 /machine:I386
     55 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\lib\\"
     56 
     57 !ELSEIF  "$(CFG)" == "threadtest - Win32 Debug"
     58 
     59 # PROP BASE Use_MFC 0
     60 # PROP BASE Use_Debug_Libraries 1
     61 # PROP BASE Output_Dir "Debug"
     62 # PROP BASE Intermediate_Dir "Debug"
     63 # PROP BASE Target_Dir ""
     64 # PROP Use_MFC 0
     65 # PROP Use_Debug_Libraries 1
     66 # PROP Output_Dir "Debug"
     67 # PROP Intermediate_Dir "Debug"
     68 # PROP Ignore_Export_Lib 0
     69 # PROP Target_Dir ""
     70 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS"  /FD /GZ /c
     71 # ADD CPP /nologo /G6 /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR  /FD /GZ /c
     72 # ADD BASE RSC /l 0x409 /d "_DEBUG"
     73 # ADD RSC /l 0x409 /d "_DEBUG"
     74 BSC32=bscmake.exe
     75 # ADD BASE BSC32 /nologo
     76 # ADD BSC32 /nologo
     77 LINK32=link.exe
     78 # 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 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
     79 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuucd.lib icuind.lib icutud.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib\\"
     80 
     81 !ELSEIF  "$(CFG)" == "threadtest - Win64 Release"
     82 
     83 # PROP BASE Use_MFC 0
     84 # PROP BASE Use_Debug_Libraries 0
     85 # PROP BASE Output_Dir "Release"
     86 # PROP BASE Intermediate_Dir "Release"
     87 # PROP BASE Target_Dir ""
     88 # PROP Use_MFC 0
     89 # PROP Use_Debug_Libraries 0
     90 # PROP Output_Dir "Release"
     91 # PROP Intermediate_Dir "Release"
     92 # PROP Ignore_Export_Lib 0
     93 # PROP Target_Dir ""
     94 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"  /FD /c
     95 # ADD CPP /nologo  /MD /W3    /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /D"WIN64" /D"NDEBUG" /D"_CONSOLE" /D"_MBCS"  /FD /c /O2 /GX /Op /D"_IA64_" /Zi /D"WIN64" /D"WIN32" /D"_AFX_NO_DAO_SUPPORT" /Zm600
     96 # ADD BASE RSC /l 0x409 /d "NDEBUG"
     97 # ADD RSC /l 0x409 /d "NDEBUG"
     98 BSC32=bscmake.exe
     99 # ADD BASE BSC32 /nologo
    100 # ADD BSC32 /nologo
    101 LINK32=link.exe
    102 # 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 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 /machine:IA64
    103 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:IA64 /libpath:"..\..\..\lib\\" /incremental:no
    104 
    105 !ELSEIF  "$(CFG)" == "threadtest - Win64 Debug"
    106 
    107 # PROP BASE Use_MFC 0
    108 # PROP BASE Use_Debug_Libraries 1
    109 # PROP BASE Output_Dir "Debug"
    110 # PROP BASE Intermediate_Dir "Debug"
    111 # PROP BASE Target_Dir ""
    112 # PROP Use_MFC 0
    113 # PROP Use_Debug_Libraries 1
    114 # PROP Output_Dir "Debug"
    115 # PROP Intermediate_Dir "Debug"
    116 # PROP Ignore_Export_Lib 0
    117 # PROP Target_Dir ""
    118 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS"  /FD /GZ /c
    119 # ADD CPP /nologo  /MDd /W3 /Gm    /I "..\..\..\include" /I "..\..\..\source\common" /I "..\..\..\source\i18n" /D"WIN64" /D"_DEBUG" /D"_CONSOLE" /D"_MBCS" /FR  /FD /GZ /c /Od /GX /Op /D"_IA64_" /Zi /D"WIN64" /D"WIN32" /D"_AFX_NO_DAO_SUPPORT" /Zm600
    120 # ADD BASE RSC /l 0x409 /d "_DEBUG"
    121 # ADD RSC /l 0x409 /d "_DEBUG"
    122 BSC32=bscmake.exe
    123 # ADD BASE BSC32 /nologo
    124 # ADD BSC32 /nologo
    125 LINK32=link.exe
    126 # 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 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:IA64 /pdbtype:sept
    127 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuucd.lib icuind.lib icutud.lib /nologo /subsystem:console /debug /machine:IA64 /pdbtype:sept /libpath:"..\..\..\lib\\" /incremental:no
    128 
    129 !ENDIF 
    130 
    131 # Begin Target
    132 
    133 # Name "threadtest - Win32 Release"
    134 # Name "threadtest - Win32 Debug"
    135 # Name "threadtest - Win64 Release"
    136 # Name "threadtest - Win64 Debug"
    137 # Begin Group "Source Files"
    138 
    139 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    140 # Begin Source File
    141 
    142 SOURCE=.\converttest.cpp
    143 # End Source File
    144 # Begin Source File
    145 
    146 SOURCE=.\stringtest.cpp
    147 # End Source File
    148 # Begin Source File
    149 
    150 SOURCE=.\threadtest.cpp
    151 # End Source File
    152 # End Group
    153 # Begin Group "Header Files"
    154 
    155 # PROP Default_Filter "h;hpp;hxx;hm;inl"
    156 # Begin Source File
    157 
    158 SOURCE=.\threadtest.h
    159 # End Source File
    160 # End Group
    161 # Begin Group "Resource Files"
    162 
    163 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    164 # End Group
    165 # End Target
    166 # End Project
    167