source: CMT/v1r19/Visual/tcout.dsp @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 3.5 KB
Line 
1# Microsoft Developer Studio Project File - Name="tcout" - Package Owner=<4>
2
3# Microsoft Developer Studio Generated Build File, Format Version 6.00
4
5# ** DO NOT EDIT **
6
7
8
9# TARGTYPE "Win32 (x86) Console Application" 0x0103
10
11
12
13CFG=tcout - Win32 Debug
14
15!MESSAGE This is not a valid makefile. To build this project using NMAKE,
16
17!MESSAGE use the Export Makefile command and run
18
19!MESSAGE
20
21!MESSAGE NMAKE /f "tcout.mak".
22
23!MESSAGE
24
25!MESSAGE You can specify a configuration when running NMAKE
26
27!MESSAGE by defining the macro CFG on the command line. For example:
28
29!MESSAGE
30
31!MESSAGE NMAKE /f "tcout.mak" CFG="tcout - Win32 Debug"
32
33!MESSAGE
34
35!MESSAGE Possible choices for configuration are:
36
37!MESSAGE
38
39!MESSAGE "tcout - Win32 Release" (based on "Win32 (x86) Console Application")
40
41!MESSAGE "tcout - Win32 Debug" (based on "Win32 (x86) Console Application")
42
43!MESSAGE
44
45
46
47# Begin Project
48
49# PROP AllowPerConfigDependencies 0
50
51# PROP Scc_ProjName ""
52
53# PROP Scc_LocalPath ""
54
55CPP=cl.exe
56
57RSC=rc.exe
58
59
60
61!IF  "$(CFG)" == "tcout - Win32 Release"
62
63
64
65# PROP BASE Use_MFC 0
66
67# PROP BASE Use_Debug_Libraries 0
68
69# PROP BASE Output_Dir "../win32"
70
71# PROP BASE Intermediate_Dir "../win32"
72
73# PROP BASE Target_Dir ""
74
75# PROP Use_MFC 0
76
77# PROP Use_Debug_Libraries 0
78
79# PROP Output_Dir "../win32"
80
81# PROP Intermediate_Dir "../win32d"
82
83# PROP Target_Dir ""
84
85# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
86
87# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
88
89# ADD BASE RSC /l 0x40c /d "NDEBUG"
90
91# ADD RSC /l 0x40c /d "NDEBUG"
92
93BSC32=bscmake.exe
94
95# ADD BASE BSC32 /nologo
96
97# ADD BSC32 /nologo
98
99LINK32=link.exe
100
101# 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
102
103# 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
104
105
106
107!ELSEIF  "$(CFG)" == "tcout - Win32 Debug"
108
109
110
111# PROP BASE Use_MFC 0
112
113# PROP BASE Use_Debug_Libraries 1
114
115# PROP BASE Output_Dir "../win32debug"
116
117# PROP BASE Intermediate_Dir "../win32debug"
118
119# PROP BASE Target_Dir ""
120
121# PROP Use_MFC 0
122
123# PROP Use_Debug_Libraries 1
124
125# PROP Output_Dir "../VisualC"
126
127# PROP Intermediate_Dir "../VisualC"
128
129# PROP Ignore_Export_Lib 0
130
131# PROP Target_Dir ""
132
133# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
134
135# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
136
137# ADD BASE RSC /l 0x40c /d "_DEBUG"
138
139# ADD RSC /l 0x40c /d "_DEBUG"
140
141BSC32=bscmake.exe
142
143# ADD BASE BSC32 /nologo
144
145# ADD BSC32 /nologo
146
147LINK32=link.exe
148
149# 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
150
151# 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 /debug /machine:I386 /pdbtype:sept
152
153
154
155!ENDIF
156
157
158
159# Begin Target
160
161
162
163# Name "tcout - Win32 Release"
164
165# Name "tcout - Win32 Debug"
166
167# Begin Source File
168
169
170
171SOURCE=.\tcout.cxx
172
173# End Source File
174
175# End Target
176
177# End Project
178
Note: See TracBrowser for help on using the repository browser.