~ubuntu-branches/debian/lenny/freetds/lenny

« back to all changes in this revision

Viewing changes to win32/msvc6/FreeTDS.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 11:49:53 UTC
  • mfrom: (2.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802114953-0qdeowgl63k42n2c
Tags: 0.82-4
* Fix a typo in the freetds-common description, ugh
* Versioned replaces of libct4 by freetds-common, since the current one
  obviously doesn't have overlapping files.
* tdsodbc: check for /var/lib/odbc existence before removing it in the
  postinst, since there are cases where it won't exist on upgrade (i.e.,
  if the driver was never enabled in the first place).  Closes: #493303.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
# PROP BASE Use_MFC 0
35
35
# PROP BASE Use_Debug_Libraries 0
36
 
# PROP BASE Output_Dir "Release"
37
 
# PROP BASE Intermediate_Dir "Release"
 
36
# PROP BASE Output_Dir "odbc_Release"
 
37
# PROP BASE Intermediate_Dir "odbc_Release"
38
38
# PROP BASE Target_Dir ""
39
39
# PROP Use_MFC 0
40
40
# PROP Use_Debug_Libraries 0
41
 
# PROP Output_Dir "Release"
42
 
# PROP Intermediate_Dir "Release"
 
41
# PROP Output_Dir "odbc_Release"
 
42
# PROP Intermediate_Dir "odbc_Release"
43
43
# PROP Ignore_Export_Lib 0
44
44
# PROP Target_Dir ""
45
45
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /YX /FD /c
46
 
# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../include" /D "HAVE_CONFIG_H" /D "UNIXODBC" /D "_FREETDS_LIBRARY_SOURCE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /YX /FD /c
 
46
# ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "../../include" /D "NOCRYPT" /D "HAVE_CONFIG_H" /D "UNIXODBC" /D "_FREETDS_LIBRARY_SOURCE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /D "DLL_EXPORT" /YX /FD /c
47
47
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48
48
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49
49
# ADD BASE RSC /l 0x410 /d "NDEBUG"
59
59
 
60
60
# PROP BASE Use_MFC 0
61
61
# PROP BASE Use_Debug_Libraries 1
62
 
# PROP BASE Output_Dir "Debug"
63
 
# PROP BASE Intermediate_Dir "Debug"
 
62
# PROP BASE Output_Dir "odbc_Debug"
 
63
# PROP BASE Intermediate_Dir "odbc_Debug"
64
64
# PROP BASE Target_Dir ""
65
65
# PROP Use_MFC 0
66
66
# PROP Use_Debug_Libraries 1
67
 
# PROP Output_Dir "Debug"
68
 
# PROP Intermediate_Dir "Debug"
 
67
# PROP Output_Dir "odbc_Debug"
 
68
# PROP Intermediate_Dir "odbc_Debug"
69
69
# PROP Ignore_Export_Lib 0
70
70
# PROP Target_Dir ""
71
71
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /YX /FD /GZ /c
72
 
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../include" /D "HAVE_CONFIG_H" /D "UNIXODBC" /D "_FREETDS_LIBRARY_SOURCE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /FR /FD /GZ /c
 
72
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../include" /D "NOCRYPT" /D "HAVE_CONFIG_H" /D "UNIXODBC" /D "_FREETDS_LIBRARY_SOURCE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREETDS_EXPORTS" /D "HAVE_SQLGETPRIVATEPROFILESTRING" /D "DLL_EXPORT" /FR /FD /GZ /c
73
73
# SUBTRACT CPP /YX
74
74
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75
75
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
80
80
# ADD BSC32 /nologo
81
81
LINK32=link.exe
82
82
# 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 /dll /debug /machine:I386 /pdbtype:sept
83
 
# ADD LINK32 ws2_32.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 /dll /debug /machine:I386 /pdbtype:sept
 
83
# ADD LINK32 ws2_32.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 tds_debug\libtds.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
84
84
 
85
85
!ENDIF 
86
86
 
129
129
# End Source File
130
130
# Begin Source File
131
131
 
132
 
SOURCE=..\..\src\odbc\odbc_checks.h
133
 
# End Source File
134
 
# Begin Source File
135
 
 
136
132
SOURCE=..\..\src\odbc\odbc_util.c
137
133
# End Source File
138
134
# Begin Source File
157
153
# PROP Default_Filter "h;hpp;hxx;hm;inl"
158
154
# Begin Source File
159
155
 
160
 
SOURCE=..\config.h
161
 
# End Source File
162
 
# Begin Source File
163
 
 
164
 
SOURCE=..\..\src\odbc\connectparams.h
165
 
# End Source File
166
 
# Begin Source File
167
 
 
168
 
SOURCE=..\..\src\odbc\convert_tds2sql.h
169
 
# End Source File
170
 
# Begin Source File
171
 
 
172
 
SOURCE=..\..\include\des.h
173
 
# End Source File
174
 
# Begin Source File
175
 
 
176
 
SOURCE=..\freetds_sysconfdir.h
177
 
# End Source File
178
 
# Begin Source File
179
 
 
180
 
SOURCE=..\..\include\md4.h
181
 
# End Source File
182
 
# Begin Source File
183
 
 
184
 
SOURCE=..\..\src\odbc\odbc_util.h
185
 
# End Source File
186
 
# Begin Source File
187
 
 
188
 
SOURCE=..\..\src\odbc\prepare_query.h
189
 
# End Source File
190
 
# Begin Source File
191
 
 
192
 
SOURCE=..\..\include\replacements.h
193
 
# End Source File
194
 
# Begin Source File
195
 
 
196
 
SOURCE=..\..\src\odbc\sql2tds.h
197
 
# End Source File
198
 
# Begin Source File
199
 
 
200
 
SOURCE=..\..\include\tds.h
201
 
# End Source File
202
 
# Begin Source File
203
 
 
204
 
SOURCE=..\..\include\tds_configs.h
205
 
# End Source File
206
 
# Begin Source File
207
 
 
208
 
SOURCE=..\..\include\tds_sysdep_private.h
209
 
# End Source File
210
 
# Begin Source File
211
 
 
212
 
SOURCE=..\tds_sysdep_public.h
213
 
# End Source File
214
 
# Begin Source File
215
 
 
216
 
SOURCE=..\..\src\tds\tds_willconvert.h
217
 
# End Source File
218
 
# Begin Source File
219
 
 
220
 
SOURCE=..\..\include\tdsconvert.h
221
 
# End Source File
222
 
# Begin Source File
223
 
 
224
 
SOURCE=..\..\include\tdsiconv.h
225
 
# End Source File
226
 
# Begin Source File
227
 
 
228
156
SOURCE=..\..\include\tdsodbc.h
229
157
# End Source File
230
 
# Begin Source File
231
 
 
232
 
SOURCE=..\..\include\tdsstring.h
233
 
# End Source File
234
 
# Begin Source File
235
 
 
236
 
SOURCE=..\..\include\tdsver.h
237
 
# End Source File
238
158
# End Group
239
159
# Begin Group "Resource Files"
240
160
 
244
164
SOURCE=..\setup.rc
245
165
# End Source File
246
166
# End Group
247
 
# Begin Group "Replacements"
248
 
 
249
 
# PROP Default_Filter ""
250
 
# Begin Source File
251
 
 
252
 
SOURCE=..\..\src\replacements\asprintf.c
253
 
# End Source File
254
 
# Begin Source File
255
 
 
256
 
SOURCE=.\iconv_replacement.c
257
 
# End Source File
258
 
# Begin Source File
259
 
 
260
 
SOURCE=..\..\src\replacements\strtok_r.c
261
 
# End Source File
262
 
# Begin Source File
263
 
 
264
 
SOURCE=..\..\src\replacements\vasprintf.c
265
 
# End Source File
266
 
# End Group
267
 
# Begin Group "LibTDS"
268
 
 
269
 
# PROP Default_Filter ""
270
 
# Begin Source File
271
 
 
272
 
SOURCE=..\..\src\tds\challenge.c
273
 
# End Source File
274
 
# Begin Source File
275
 
 
276
 
SOURCE=..\..\src\tds\config.c
277
 
# End Source File
278
 
# Begin Source File
279
 
 
280
 
SOURCE=..\..\src\tds\convert.c
281
 
# End Source File
282
 
# Begin Source File
283
 
 
284
 
SOURCE=..\..\src\tds\data.c
285
 
# End Source File
286
 
# Begin Source File
287
 
 
288
 
SOURCE=..\..\src\tds\des.c
289
 
# End Source File
290
 
# Begin Source File
291
 
 
292
 
SOURCE=..\..\src\tds\getmac.c
293
 
# End Source File
294
 
# Begin Source File
295
 
 
296
 
SOURCE=..\..\src\tds\iconv.c
297
 
# End Source File
298
 
# Begin Source File
299
 
 
300
 
SOURCE=..\..\src\tds\locale.c
301
 
# End Source File
302
 
# Begin Source File
303
 
 
304
 
SOURCE=..\..\src\tds\login.c
305
 
# End Source File
306
 
# Begin Source File
307
 
 
308
 
SOURCE=..\..\src\tds\md4.c
309
 
# End Source File
310
 
# Begin Source File
311
 
 
312
 
SOURCE=..\..\src\tds\md5.c
313
 
# End Source File
314
 
# Begin Source File
315
 
 
316
 
SOURCE=..\..\src\tds\mem.c
317
 
# End Source File
318
 
# Begin Source File
319
 
 
320
 
SOURCE=..\..\src\tds\net.c
321
 
# End Source File
322
 
# Begin Source File
323
 
 
324
 
SOURCE=..\..\src\tds\numeric.c
325
 
# End Source File
326
 
# Begin Source File
327
 
 
328
 
SOURCE=..\..\src\tds\query.c
329
 
# End Source File
330
 
# Begin Source File
331
 
 
332
 
SOURCE=..\..\src\tds\read.c
333
 
# End Source File
334
 
# Begin Source File
335
 
 
336
 
SOURCE=..\..\src\tds\tdsstring.c
337
 
# End Source File
338
 
# Begin Source File
339
 
 
340
 
SOURCE=..\..\src\tds\threadsafe.c
341
 
# End Source File
342
 
# Begin Source File
343
 
 
344
 
SOURCE=..\..\src\tds\token.c
345
 
# End Source File
346
 
# Begin Source File
347
 
 
348
 
SOURCE=..\..\src\tds\util.c
349
 
# End Source File
350
 
# Begin Source File
351
 
 
352
 
SOURCE=..\..\src\tds\vstrbuild.c
353
 
# End Source File
354
 
# Begin Source File
355
 
 
356
 
SOURCE=..\..\src\tds\write.c
357
 
# End Source File
358
 
# End Group
359
167
# End Target
360
168
# End Project