source: CMT/v1r10p20011126/Visual/tstring.dsp @ 1

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

Import all tags

File size: 3.6 KB
Line 
1# Microsoft Developer Studio Project File - Name="tstring" - Package Owner=<4>
2
3
4# Microsoft Developer Studio Generated Build File, Format Version 6.00
5
6
7# ** DO NOT EDIT **
8
9
10
11
12
13# TARGTYPE "Win32 (x86) Console Application" 0x0103
14
15
16
17
18
19CFG=tstring - Win32 Debug
20
21
22!MESSAGE This is not a valid makefile. To build this project using NMAKE,
23
24
25!MESSAGE use the Export Makefile command and run
26
27
28!MESSAGE
29
30
31!MESSAGE NMAKE /f "tstring.mak".
32
33
34!MESSAGE
35
36
37!MESSAGE You can specify a configuration when running NMAKE
38
39
40!MESSAGE by defining the macro CFG on the command line. For example:
41
42
43!MESSAGE
44
45
46!MESSAGE NMAKE /f "tstring.mak" CFG="tstring - Win32 Debug"
47
48
49!MESSAGE
50
51
52!MESSAGE Possible choices for configuration are:
53
54
55!MESSAGE
56
57
58!MESSAGE "tstring - Win32 Release" (based on "Win32 (x86) Console Application")
59
60
61!MESSAGE "tstring - Win32 Debug" (based on "Win32 (x86) Console Application")
62
63
64!MESSAGE
65
66
67
68
69
70# Begin Project
71
72
73# PROP AllowPerConfigDependencies 0
74
75
76# PROP Scc_ProjName ""
77
78
79# PROP Scc_LocalPath ""
80
81
82CPP=cl.exe
83
84
85RSC=rc.exe
86
87
88
89
90
91!IF  "$(CFG)" == "tstring - Win32 Release"
92
93
94
95
96
97# PROP BASE Use_MFC 0
98
99
100# PROP BASE Use_Debug_Libraries 0
101
102
103# PROP BASE Output_Dir "../win32"
104
105
106# PROP BASE Intermediate_Dir "../win32"
107
108
109# PROP BASE Target_Dir ""
110
111
112# PROP Use_MFC 0
113
114
115# PROP Use_Debug_Libraries 0
116
117
118# PROP Output_Dir "../win32"
119
120
121# PROP Intermediate_Dir "../win32"
122
123
124# PROP Target_Dir ""
125
126
127# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
128
129
130# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
131
132
133# ADD BASE RSC /l 0x40c /d "NDEBUG"
134
135
136# ADD RSC /l 0x40c /d "NDEBUG"
137
138
139BSC32=bscmake.exe
140
141
142# ADD BASE BSC32 /nologo
143
144
145# ADD BSC32 /nologo
146
147
148LINK32=link.exe
149
150
151# 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
152
153
154# 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
155
156
157
158
159
160!ELSEIF  "$(CFG)" == "tstring - Win32 Debug"
161
162
163
164
165
166# PROP BASE Use_MFC 0
167
168
169# PROP BASE Use_Debug_Libraries 1
170
171
172# PROP BASE Output_Dir "../win32debug"
173
174
175# PROP BASE Intermediate_Dir "../win32debug"
176
177
178# PROP BASE Target_Dir ""
179
180
181# PROP Use_MFC 0
182
183
184# PROP Use_Debug_Libraries 1
185
186
187# PROP Output_Dir "../VisualC"
188
189
190# PROP Intermediate_Dir "../VisualC"
191
192
193# PROP Ignore_Export_Lib 0
194
195
196# PROP Target_Dir ""
197
198
199# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
200
201
202# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\src\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
203
204
205# ADD BASE RSC /l 0x40c /d "_DEBUG"
206
207
208# ADD RSC /l 0x40c /d "_DEBUG"
209
210
211BSC32=bscmake.exe
212
213
214# ADD BASE BSC32 /nologo
215
216
217# ADD BSC32 /nologo
218
219
220LINK32=link.exe
221
222
223# 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
224
225
226# ADD LINK32 ..\VisualC\cmtlib.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
227
228
229
230
231
232!ENDIF
233
234
235
236
237
238# Begin Target
239
240
241
242
243
244# Name "tstring - Win32 Release"
245
246
247# Name "tstring - Win32 Debug"
248
249
250# Begin Source File
251
252
253
254
255
256SOURCE=.\tstring.cxx
257
258
259# End Source File
260
261
262# End Target
263
264
265# End Project
266
267
Note: See TracBrowser for help on using the repository browser.