~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/MySQL/myodbc3.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="myodbc3" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
 
6
 
 
7
CFG=myodbc3 - 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 "myodbc3.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 "myodbc3.mak" CFG="myodbc3 - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "myodbc3 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
 
21
!MESSAGE "myodbc3 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
22
!MESSAGE "myodbc3 - Win32 Share" (based on "Win32 (x86) Dynamic-Link Library")
 
23
!MESSAGE 
 
24
 
 
25
# Begin Project
 
26
# PROP AllowPerConfigDependencies 1
 
27
# PROP Scc_ProjName ""
 
28
# PROP Scc_LocalPath ""
 
29
CPP=cl.exe
 
30
MTL=midl.exe
 
31
RSC=rc.exe
 
32
 
 
33
!IF  "$(CFG)" == "myodbc3 - 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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYODBC3_EXPORTS" /YX /FD /c
 
47
# ADD CPP /nologo /G5 /MT /W3 /GX /O2 /Ob2 /I "c:\mysql\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYODBC3_EXPORTS" /D "DONT_DEFINE_VOID" /FR /FD /c
 
48
# SUBTRACT CPP /YX
 
49
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
50
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
52
# ADD RSC /l 0x409 /d "NDEBUG"
 
53
BSC32=bscmake.exe
 
54
# ADD BASE BSC32 /nologo
 
55
# ADD BSC32 /nologo
 
56
LINK32=link.exe
 
57
# 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 /machine:I386
 
58
# 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 wsock32.lib ctl3d32.lib mysqlclient.lib zlib.lib /nologo /dll /machine:I386 /libpath:"c:\mysql\lib\opt"
 
59
# Begin Custom Build
 
60
InputPath=.\Release\myodbc3.dll
 
61
SOURCE="$(InputPath)"
 
62
 
 
63
BuildCmds= \
 
64
        copy .\Release\myodbc3.dll c:\winnt\system32\myodbc3.dll \
 
65
        copy .\Release\myodbc3.lib c:\winnt\system32\myodbc3.lib \
 
66
        
 
67
 
 
68
"c:\winnt\system32\myodbc3.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
69
   $(BuildCmds)
 
70
 
 
71
"c:\winnt\system32\myodbc3.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
72
   $(BuildCmds)
 
73
# End Custom Build
 
74
 
 
75
!ELSEIF  "$(CFG)" == "myodbc3 - Win32 Debug"
 
76
 
 
77
# PROP BASE Use_MFC 0
 
78
# PROP BASE Use_Debug_Libraries 1
 
79
# PROP BASE Output_Dir "myodbc3___Win32_Debug"
 
80
# PROP BASE Intermediate_Dir "myodbc3___Win32_Debug"
 
81
# PROP BASE Target_Dir ""
 
82
# PROP Use_MFC 0
 
83
# PROP Use_Debug_Libraries 1
 
84
# PROP Output_Dir "Debug"
 
85
# PROP Intermediate_Dir "Debug"
 
86
# PROP Ignore_Export_Lib 0
 
87
# PROP Target_Dir ""
 
88
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYODBC3_EXPORTS" /YX /FD /GZ /c
 
89
# ADD CPP /nologo /G6 /MTd /W3 /GX /ZI /I "F:\MyODBC3\mysql-3.23.41\include" /D "DBUG_ON" /D "DEBUG" /D "_WIN32" /D "ENGLISH" /D "DONT_DEFINE_VOID" /FR /FD /GZ /c
 
90
# SUBTRACT CPP /YX
 
91
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
92
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
93
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
94
# ADD RSC /l 0x409 /d "_DEBUG"
 
95
BSC32=bscmake.exe
 
96
# ADD BASE BSC32 /nologo
 
97
# ADD BSC32 /nologo
 
98
LINK32=link.exe
 
99
# 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
 
100
# 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 wsock32.lib ctl3d32.lib mysqlclient.lib zlib.lib /nologo /dll /pdb:none /debug /machine:I386 /libpath:"F:\MyODBC3\mysql-3.23.41\lib_debug"
 
101
# SUBTRACT LINK32 /verbose
 
102
# Begin Custom Build
 
103
InputPath=.\Debug\myodbc3.dll
 
104
SOURCE="$(InputPath)"
 
105
 
 
106
BuildCmds= \
 
107
        copy .\Debug\myodbc3.dll c:\winnt\system32\myodbc3.dll \
 
108
        copy .\Debug\myodbc3.lib c:\winnt\system32\myodbc3.lib \
 
109
        
 
110
 
 
111
"c:\winnt\system32\myodbc3.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
112
   $(BuildCmds)
 
113
 
 
114
"c:\winnt\system32\myodbc3.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
115
   $(BuildCmds)
 
116
# End Custom Build
 
117
 
 
118
!ELSEIF  "$(CFG)" == "myodbc3 - Win32 Share"
 
119
 
 
120
# PROP BASE Use_MFC 0
 
121
# PROP BASE Use_Debug_Libraries 0
 
122
# PROP BASE Output_Dir "myodbc3___Win32_Share"
 
123
# PROP BASE Intermediate_Dir "myodbc3___Win32_Share"
 
124
# PROP BASE Ignore_Export_Lib 0
 
125
# PROP BASE Target_Dir ""
 
126
# PROP Use_MFC 0
 
127
# PROP Use_Debug_Libraries 0
 
128
# PROP Output_Dir "Share"
 
129
# PROP Intermediate_Dir "Share"
 
130
# PROP Ignore_Export_Lib 0
 
131
# PROP Target_Dir ""
 
132
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYODBC3_EXPORTS" /D "DONT_DEFINE_VOID" /FR /YX /FD /c
 
133
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /Ob2 /I "c:\mysql\include" /D "DBUG_OFF" /D "NDEBUG" /D "_WIN32" /D "ENGLISH" /D "DONT_DEFINE_VOID" /FR /FD /c
 
134
# SUBTRACT CPP /YX
 
135
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
136
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
137
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
138
# ADD RSC /l 0x409 /i "c:\mysql\include" /d "NDEBUG"
 
139
BSC32=bscmake.exe
 
140
# ADD BASE BSC32 /nologo
 
141
# ADD BSC32 /nologo
 
142
LINK32=link.exe
 
143
# 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 wsock32.lib ctl3d32.lib mysqlclient.lib zlib.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT.lib"
 
144
# 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 wsock32.lib ctl3d32.lib mysqlclient.lib /nologo /dll /machine:I386 /libpath:"c:\mysql\lib\opt"
 
145
# SUBTRACT LINK32 /debug
 
146
# Begin Custom Build
 
147
InputPath=.\Share\myodbc3.dll
 
148
SOURCE="$(InputPath)"
 
149
 
 
150
BuildCmds= \
 
151
        copy .\Share\myodbc3.dll c:\winnt\system32\myodbc3.dll \
 
152
        copy .\Share\myodbc3.lib c:\winnt\system32\myodbc3.lib \
 
153
        
 
154
 
 
155
"c:\winnt\system32\myodbc3.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
156
   $(BuildCmds)
 
157
 
 
158
"c:\winnt\system32\myodbc3.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
159
   $(BuildCmds)
 
160
# End Custom Build
 
161
 
 
162
!ENDIF 
 
163
 
 
164
# Begin Target
 
165
 
 
166
# Name "myodbc3 - Win32 Release"
 
167
# Name "myodbc3 - Win32 Debug"
 
168
# Name "myodbc3 - Win32 Share"
 
169
# Begin Group "Source Files"
 
170
 
 
171
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
172
# Begin Source File
 
173
 
 
174
SOURCE=.\catalog.c
 
175
# End Source File
 
176
# Begin Source File
 
177
 
 
178
SOURCE=.\connect.c
 
179
# End Source File
 
180
# Begin Source File
 
181
 
 
182
SOURCE=.\cursor.c
 
183
# End Source File
 
184
# Begin Source File
 
185
 
 
186
SOURCE=.\dll.c
 
187
# End Source File
 
188
# Begin Source File
 
189
 
 
190
SOURCE=.\error.c
 
191
# End Source File
 
192
# Begin Source File
 
193
 
 
194
SOURCE=.\execute.c
 
195
# End Source File
 
196
# Begin Source File
 
197
 
 
198
SOURCE=.\handle.c
 
199
# End Source File
 
200
# Begin Source File
 
201
 
 
202
SOURCE=.\info.c
 
203
# End Source File
 
204
# Begin Source File
 
205
 
 
206
SOURCE=.\misc.c
 
207
# End Source File
 
208
# Begin Source File
 
209
 
 
210
SOURCE=.\myodbc3.c
 
211
# End Source File
 
212
# Begin Source File
 
213
 
 
214
SOURCE=.\myodbc3.def
 
215
# End Source File
 
216
# Begin Source File
 
217
 
 
218
SOURCE=.\options.c
 
219
# End Source File
 
220
# Begin Source File
 
221
 
 
222
SOURCE=.\prepare.c
 
223
# End Source File
 
224
# Begin Source File
 
225
 
 
226
SOURCE=.\results.c
 
227
# End Source File
 
228
# Begin Source File
 
229
 
 
230
SOURCE=.\setup.c
 
231
# End Source File
 
232
# Begin Source File
 
233
 
 
234
SOURCE=.\transact.c
 
235
# End Source File
 
236
# Begin Source File
 
237
 
 
238
SOURCE=.\utility.c
 
239
# End Source File
 
240
# End Group
 
241
# Begin Group "Header Files"
 
242
 
 
243
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
244
# Begin Source File
 
245
 
 
246
SOURCE=.\dialogs.h
 
247
# End Source File
 
248
# Begin Source File
 
249
 
 
250
SOURCE=.\error.h
 
251
# End Source File
 
252
# Begin Source File
 
253
 
 
254
SOURCE=.\myodbc3.h
 
255
# End Source File
 
256
# Begin Source File
 
257
 
 
258
SOURCE=.\myutil.h
 
259
# End Source File
 
260
# Begin Source File
 
261
 
 
262
SOURCE=.\resource.h
 
263
# End Source File
 
264
# End Group
 
265
# Begin Group "Resource Files"
 
266
 
 
267
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
268
# Begin Source File
 
269
 
 
270
SOURCE=.\myhelp.bmp
 
271
# End Source File
 
272
# Begin Source File
 
273
 
 
274
SOURCE=.\myhelp.ico
 
275
# End Source File
 
276
# Begin Source File
 
277
 
 
278
SOURCE=.\myimage.bmp
 
279
# End Source File
 
280
# Begin Source File
 
281
 
 
282
SOURCE=.\myodbc3.rc
 
283
 
 
284
!IF  "$(CFG)" == "myodbc3 - Win32 Release"
 
285
 
 
286
!ELSEIF  "$(CFG)" == "myodbc3 - Win32 Debug"
 
287
 
 
288
!ELSEIF  "$(CFG)" == "myodbc3 - Win32 Share"
 
289
 
 
290
!ENDIF 
 
291
 
 
292
# End Source File
 
293
# Begin Source File
 
294
 
 
295
SOURCE=.\mypower.bmp
 
296
# End Source File
 
297
# Begin Source File
 
298
 
 
299
SOURCE=".\mysql-long.bmp"
 
300
# End Source File
 
301
# Begin Source File
 
302
 
 
303
SOURCE=.\mysql.bmp
 
304
# End Source File
 
305
# End Group
 
306
# Begin Source File
 
307
 
 
308
SOURCE=.\index.html
 
309
# End Source File
 
310
# End Target
 
311
# End Project