thr_test.dsp 3.62 KB
Newer Older
miguel@light.local's avatar
miguel@light.local committed
1 2 3 4 5 6 7 8 9
# Microsoft Developer Studio Project File - Name="thr_test" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Console Application" 0x0103

CFG=thr_test - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
10
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
11
!MESSAGE NMAKE /f "thr_test.mak".
12
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
13 14
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
15
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
16
!MESSAGE NMAKE /f "thr_test.mak" CFG="thr_test - Win32 Debug"
17
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
18
!MESSAGE Possible choices for configuration are:
19
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
20 21
!MESSAGE "thr_test - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "thr_test - Win32 Debug" (based on "Win32 (x86) Console Application")
22
!MESSAGE
miguel@light.local's avatar
miguel@light.local committed
23 24 25 26 27

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
28
CPP=xicl6.exe
miguel@light.local's avatar
miguel@light.local committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
RSC=rc.exe

!IF  "$(CFG)" == "thr_test - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "release"
# PROP Intermediate_Dir "release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /D "NDEBUG" /FD /c
miguel@light.local's avatar
miguel@light.local committed
46 47 48 49 50 51
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x40b /d "NDEBUG"
# ADD RSC /l 0x40b /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
52
LINK32=xilink6.exe
miguel@light.local's avatar
miguel@light.local committed
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
# 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 /machine:I386
# ADD 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 /machine:I386
# SUBTRACT LINK32 /nodefaultlib

!ELSEIF  "$(CFG)" == "thr_test - Win32 Debug"

# 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 "debug"
# 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
71
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /D "__WIN32__" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
72
# SUBTRACT CPP /Fr /YX
miguel@light.local's avatar
miguel@light.local committed
73 74 75 76 77
# ADD BASE RSC /l 0x40b /d "_DEBUG"
# ADD RSC /l 0x40b /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
78
LINK32=xilink6.exe
miguel@light.local's avatar
miguel@light.local committed
79 80 81
# 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 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 /incremental:no /debug /machine:I386 /pdbtype:sept

82
!ENDIF
miguel@light.local's avatar
miguel@light.local committed
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99

# Begin Target

# Name "thr_test - Win32 Release"
# Name "thr_test - Win32 Debug"
# Begin Source File

SOURCE=.\thr_test.c

!IF  "$(CFG)" == "thr_test - Win32 Release"

# ADD CPP /G5

!ELSEIF  "$(CFG)" == "thr_test - Win32 Debug"

# ADD CPP /FAcs

100
!ENDIF
miguel@light.local's avatar
miguel@light.local committed
101 102 103 104

# End Source File
# End Target
# End Project