~matttbe/ubuntu/quantal/apache2/lp1013171

« back to all changes in this revision

Viewing changes to srclib/apr-util/dbd/apr_dbd_freetds.mak

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-12 20:06:35 UTC
  • mfrom: (14.3.34 sid)
  • Revision ID: package-import@ubuntu.com-20120212200635-2u9d58jxqkmx91na
Tags: 2.2.22-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Generated NMAKE File, Based on apr_dbd_freetds.dsp
2
 
!IF "$(CFG)" == ""
3
 
CFG=apr_dbd_freetds - Win32 Release
4
 
!MESSAGE No configuration specified. Defaulting to apr_dbd_freetds - Win32 Release.
5
 
!ENDIF 
6
 
 
7
 
!IF "$(CFG)" != "apr_dbd_freetds - Win32 Release" && "$(CFG)" != "apr_dbd_freetds - Win32 Debug" && "$(CFG)" != "apr_dbd_freetds - x64 Release" && "$(CFG)" != "apr_dbd_freetds - x64 Debug"
8
 
!MESSAGE Invalid configuration "$(CFG)" specified.
9
 
!MESSAGE You can specify a configuration when running NMAKE
10
 
!MESSAGE by defining the macro CFG on the command line. For example:
11
 
!MESSAGE 
12
 
!MESSAGE NMAKE /f "apr_dbd_freetds.mak" CFG="apr_dbd_freetds - Win32 Release"
13
 
!MESSAGE 
14
 
!MESSAGE Possible choices for configuration are:
15
 
!MESSAGE 
16
 
!MESSAGE "apr_dbd_freetds - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17
 
!MESSAGE "apr_dbd_freetds - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
18
 
!MESSAGE "apr_dbd_freetds - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
19
 
!MESSAGE "apr_dbd_freetds - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
20
 
!MESSAGE 
21
 
!ERROR An invalid configuration is specified.
22
 
!ENDIF 
23
 
 
24
 
!IF "$(OS)" == "Windows_NT"
25
 
NULL=
26
 
!ELSE 
27
 
NULL=nul
28
 
!ENDIF 
29
 
 
30
 
!IF  "$(CFG)" == "apr_dbd_freetds - Win32 Release"
31
 
 
32
 
OUTDIR=.\Release
33
 
INTDIR=.\Release
34
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
35
 
# Begin Custom Macros
36
 
OutDir=.\Release
37
 
# End Custom Macros
38
 
 
39
 
!IF "$(RECURSE)" == "0" 
40
 
 
41
 
ALL : "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
42
 
 
43
 
!ELSE 
44
 
 
45
 
ALL : "libaprutil - Win32 Release" "libapr - Win32 Release" "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
46
 
 
47
 
!ENDIF 
48
 
 
49
 
!IF "$(RECURSE)" == "1" 
50
 
CLEAN :"libapr - Win32 ReleaseCLEAN" "libaprutil - Win32 ReleaseCLEAN" 
51
 
!ELSE 
52
 
CLEAN :
53
 
!ENDIF 
54
 
        -@erase "$(INTDIR)\apr_dbd_freetds-1.res"
55
 
        -@erase "$(INTDIR)\apr_dbd_freetds.obj"
56
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.idb"
57
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.pdb"
58
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.dll"
59
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.exp"
60
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.lib"
61
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.pdb"
62
 
 
63
 
"$(OUTDIR)" :
64
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
65
 
 
66
 
CPP=cl.exe
67
 
CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../include" /I "../../apr/include" /I "../include/private" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "APU_DSO_MODULE_BUILD" /D APU_HAVE_FREETDS=1 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_dbd_freetds_src" /FD /c 
68
 
 
69
 
.c{$(INTDIR)}.obj::
70
 
   $(CPP) @<<
71
 
   $(CPP_PROJ) $< 
72
 
<<
73
 
 
74
 
.cpp{$(INTDIR)}.obj::
75
 
   $(CPP) @<<
76
 
   $(CPP_PROJ) $< 
77
 
<<
78
 
 
79
 
.cxx{$(INTDIR)}.obj::
80
 
   $(CPP) @<<
81
 
   $(CPP_PROJ) $< 
82
 
<<
83
 
 
84
 
.c{$(INTDIR)}.sbr::
85
 
   $(CPP) @<<
86
 
   $(CPP_PROJ) $< 
87
 
<<
88
 
 
89
 
.cpp{$(INTDIR)}.sbr::
90
 
   $(CPP) @<<
91
 
   $(CPP_PROJ) $< 
92
 
<<
93
 
 
94
 
.cxx{$(INTDIR)}.sbr::
95
 
   $(CPP) @<<
96
 
   $(CPP_PROJ) $< 
97
 
<<
98
 
 
99
 
MTL=midl.exe
100
 
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" 
101
 
RSC=rc.exe
102
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_dbd_freetds" /d "NDEBUG" /d "APU_VERSION_ONLY" 
103
 
BSC32=bscmake.exe
104
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_dbd_freetds.bsc" 
105
 
BSC32_SBRS= \
106
 
        
107
 
LINK32=link.exe
108
 
LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib libTDS.lib /nologo /base:"0x6EF00000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_dbd_freetds-1.pdb" /debug /out:"$(OUTDIR)\apr_dbd_freetds-1.dll" /implib:"$(OUTDIR)\apr_dbd_freetds-1.lib" /MACHINE:X86 /opt:ref 
109
 
LINK32_OBJS= \
110
 
        "$(INTDIR)\apr_dbd_freetds.obj" \
111
 
        "$(INTDIR)\apr_dbd_freetds-1.res" \
112
 
        "..\..\apr\Release\libapr-1.lib" \
113
 
        "..\Release\libaprutil-1.lib"
114
 
 
115
 
"$(OUTDIR)\apr_dbd_freetds-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
116
 
    $(LINK32) @<<
117
 
  $(LINK32_FLAGS) $(LINK32_OBJS)
118
 
<<
119
 
 
120
 
TargetPath=.\Release\apr_dbd_freetds-1.dll
121
 
SOURCE="$(InputPath)"
122
 
PostBuild_Desc=Embed .manifest
123
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
124
 
 
125
 
# Begin Custom Macros
126
 
OutDir=.\Release
127
 
# End Custom Macros
128
 
 
129
 
"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_dbd_freetds-1.dll"
130
 
   if exist .\Release\apr_dbd_freetds-1.dll.manifest mt.exe -manifest .\Release\apr_dbd_freetds-1.dll.manifest -outputresource:.\Release\apr_dbd_freetds-1.dll;2
131
 
        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
132
 
 
133
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - Win32 Debug"
134
 
 
135
 
OUTDIR=.\Debug
136
 
INTDIR=.\Debug
137
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
138
 
# Begin Custom Macros
139
 
OutDir=.\Debug
140
 
# End Custom Macros
141
 
 
142
 
!IF "$(RECURSE)" == "0" 
143
 
 
144
 
ALL : "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
145
 
 
146
 
!ELSE 
147
 
 
148
 
ALL : "libaprutil - Win32 Debug" "libapr - Win32 Debug" "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
149
 
 
150
 
!ENDIF 
151
 
 
152
 
!IF "$(RECURSE)" == "1" 
153
 
CLEAN :"libapr - Win32 DebugCLEAN" "libaprutil - Win32 DebugCLEAN" 
154
 
!ELSE 
155
 
CLEAN :
156
 
!ENDIF 
157
 
        -@erase "$(INTDIR)\apr_dbd_freetds-1.res"
158
 
        -@erase "$(INTDIR)\apr_dbd_freetds.obj"
159
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.idb"
160
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.pdb"
161
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.dll"
162
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.exp"
163
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.lib"
164
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.pdb"
165
 
 
166
 
"$(OUTDIR)" :
167
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
168
 
 
169
 
CPP=cl.exe
170
 
CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../include" /I "../../apr/include" /I "../include/private" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "APU_DSO_MODULE_BUILD" /D APU_HAVE_FREETDS=1 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_dbd_freetds_src" /FD /EHsc /c 
171
 
 
172
 
.c{$(INTDIR)}.obj::
173
 
   $(CPP) @<<
174
 
   $(CPP_PROJ) $< 
175
 
<<
176
 
 
177
 
.cpp{$(INTDIR)}.obj::
178
 
   $(CPP) @<<
179
 
   $(CPP_PROJ) $< 
180
 
<<
181
 
 
182
 
.cxx{$(INTDIR)}.obj::
183
 
   $(CPP) @<<
184
 
   $(CPP_PROJ) $< 
185
 
<<
186
 
 
187
 
.c{$(INTDIR)}.sbr::
188
 
   $(CPP) @<<
189
 
   $(CPP_PROJ) $< 
190
 
<<
191
 
 
192
 
.cpp{$(INTDIR)}.sbr::
193
 
   $(CPP) @<<
194
 
   $(CPP_PROJ) $< 
195
 
<<
196
 
 
197
 
.cxx{$(INTDIR)}.sbr::
198
 
   $(CPP) @<<
199
 
   $(CPP_PROJ) $< 
200
 
<<
201
 
 
202
 
MTL=midl.exe
203
 
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" 
204
 
RSC=rc.exe
205
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_dbd_freetds" /d "_DEBUG" /d "APU_VERSION_ONLY" 
206
 
BSC32=bscmake.exe
207
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_dbd_freetds.bsc" 
208
 
BSC32_SBRS= \
209
 
        
210
 
LINK32=link.exe
211
 
LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib libTDS.lib /nologo /base:"0x6EF00000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_dbd_freetds-1.pdb" /debug /out:"$(OUTDIR)\apr_dbd_freetds-1.dll" /implib:"$(OUTDIR)\apr_dbd_freetds-1.lib" /MACHINE:X86 
212
 
LINK32_OBJS= \
213
 
        "$(INTDIR)\apr_dbd_freetds.obj" \
214
 
        "$(INTDIR)\apr_dbd_freetds-1.res" \
215
 
        "..\..\apr\Debug\libapr-1.lib" \
216
 
        "..\Debug\libaprutil-1.lib"
217
 
 
218
 
"$(OUTDIR)\apr_dbd_freetds-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
219
 
    $(LINK32) @<<
220
 
  $(LINK32_FLAGS) $(LINK32_OBJS)
221
 
<<
222
 
 
223
 
TargetPath=.\Debug\apr_dbd_freetds-1.dll
224
 
SOURCE="$(InputPath)"
225
 
PostBuild_Desc=Embed .manifest
226
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
227
 
 
228
 
# Begin Custom Macros
229
 
OutDir=.\Debug
230
 
# End Custom Macros
231
 
 
232
 
"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_dbd_freetds-1.dll"
233
 
   if exist .\Debug\apr_dbd_freetds-1.dll.manifest mt.exe -manifest .\Debug\apr_dbd_freetds-1.dll.manifest -outputresource:.\Debug\apr_dbd_freetds-1.dll;2
234
 
        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
235
 
 
236
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Release"
237
 
 
238
 
OUTDIR=.\x64\Release
239
 
INTDIR=.\x64\Release
240
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
241
 
# Begin Custom Macros
242
 
OutDir=.\x64\Release
243
 
# End Custom Macros
244
 
 
245
 
!IF "$(RECURSE)" == "0" 
246
 
 
247
 
ALL : "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
248
 
 
249
 
!ELSE 
250
 
 
251
 
ALL : "libaprutil - x64 Release" "libapr - x64 Release" "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
252
 
 
253
 
!ENDIF 
254
 
 
255
 
!IF "$(RECURSE)" == "1" 
256
 
CLEAN :"libapr - x64 ReleaseCLEAN" "libaprutil - x64 ReleaseCLEAN" 
257
 
!ELSE 
258
 
CLEAN :
259
 
!ENDIF 
260
 
        -@erase "$(INTDIR)\apr_dbd_freetds-1.res"
261
 
        -@erase "$(INTDIR)\apr_dbd_freetds.obj"
262
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.idb"
263
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.pdb"
264
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.dll"
265
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.exp"
266
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.lib"
267
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.pdb"
268
 
 
269
 
"$(OUTDIR)" :
270
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
271
 
 
272
 
CPP=cl.exe
273
 
CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../include" /I "../../apr/include" /I "../include/private" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "APU_DSO_MODULE_BUILD" /D APU_HAVE_FREETDS=1 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_dbd_freetds_src" /FD /c 
274
 
 
275
 
.c{$(INTDIR)}.obj::
276
 
   $(CPP) @<<
277
 
   $(CPP_PROJ) $< 
278
 
<<
279
 
 
280
 
.cpp{$(INTDIR)}.obj::
281
 
   $(CPP) @<<
282
 
   $(CPP_PROJ) $< 
283
 
<<
284
 
 
285
 
.cxx{$(INTDIR)}.obj::
286
 
   $(CPP) @<<
287
 
   $(CPP_PROJ) $< 
288
 
<<
289
 
 
290
 
.c{$(INTDIR)}.sbr::
291
 
   $(CPP) @<<
292
 
   $(CPP_PROJ) $< 
293
 
<<
294
 
 
295
 
.cpp{$(INTDIR)}.sbr::
296
 
   $(CPP) @<<
297
 
   $(CPP_PROJ) $< 
298
 
<<
299
 
 
300
 
.cxx{$(INTDIR)}.sbr::
301
 
   $(CPP) @<<
302
 
   $(CPP_PROJ) $< 
303
 
<<
304
 
 
305
 
MTL=midl.exe
306
 
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" 
307
 
RSC=rc.exe
308
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_dbd_freetds" /d "NDEBUG" /d "APU_VERSION_ONLY" 
309
 
BSC32=bscmake.exe
310
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_dbd_freetds.bsc" 
311
 
BSC32_SBRS= \
312
 
        
313
 
LINK32=link.exe
314
 
LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib libTDS.lib /nologo /base:"0x6EF00000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_dbd_freetds-1.pdb" /debug /out:"$(OUTDIR)\apr_dbd_freetds-1.dll" /implib:"$(OUTDIR)\apr_dbd_freetds-1.lib" /MACHINE:X64 /opt:ref 
315
 
LINK32_OBJS= \
316
 
        "$(INTDIR)\apr_dbd_freetds.obj" \
317
 
        "$(INTDIR)\apr_dbd_freetds-1.res" \
318
 
        "..\..\apr\x64\Release\libapr-1.lib" \
319
 
        "..\x64\Release\libaprutil-1.lib"
320
 
 
321
 
"$(OUTDIR)\apr_dbd_freetds-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
322
 
    $(LINK32) @<<
323
 
  $(LINK32_FLAGS) $(LINK32_OBJS)
324
 
<<
325
 
 
326
 
TargetPath=.\x64\Release\apr_dbd_freetds-1.dll
327
 
SOURCE="$(InputPath)"
328
 
PostBuild_Desc=Embed .manifest
329
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
330
 
 
331
 
# Begin Custom Macros
332
 
OutDir=.\x64\Release
333
 
# End Custom Macros
334
 
 
335
 
"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_dbd_freetds-1.dll"
336
 
   if exist .\x64\Release\apr_dbd_freetds-1.dll.manifest mt.exe -manifest .\x64\Release\apr_dbd_freetds-1.dll.manifest -outputresource:.\x64\Release\apr_dbd_freetds-1.dll;2
337
 
        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
338
 
 
339
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Debug"
340
 
 
341
 
OUTDIR=.\x64\Debug
342
 
INTDIR=.\x64\Debug
343
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
344
 
# Begin Custom Macros
345
 
OutDir=.\x64\Debug
346
 
# End Custom Macros
347
 
 
348
 
!IF "$(RECURSE)" == "0" 
349
 
 
350
 
ALL : "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
351
 
 
352
 
!ELSE 
353
 
 
354
 
ALL : "libaprutil - x64 Debug" "libapr - x64 Debug" "$(OUTDIR)\apr_dbd_freetds-1.dll" "$(DS_POSTBUILD_DEP)"
355
 
 
356
 
!ENDIF 
357
 
 
358
 
!IF "$(RECURSE)" == "1" 
359
 
CLEAN :"libapr - x64 DebugCLEAN" "libaprutil - x64 DebugCLEAN" 
360
 
!ELSE 
361
 
CLEAN :
362
 
!ENDIF 
363
 
        -@erase "$(INTDIR)\apr_dbd_freetds-1.res"
364
 
        -@erase "$(INTDIR)\apr_dbd_freetds.obj"
365
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.idb"
366
 
        -@erase "$(INTDIR)\apr_dbd_freetds_src.pdb"
367
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.dll"
368
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.exp"
369
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.lib"
370
 
        -@erase "$(OUTDIR)\apr_dbd_freetds-1.pdb"
371
 
 
372
 
"$(OUTDIR)" :
373
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
374
 
 
375
 
CPP=cl.exe
376
 
CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../include" /I "../../apr/include" /I "../include/private" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "APU_DSO_MODULE_BUILD" /D APU_HAVE_FREETDS=1 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_dbd_freetds_src" /FD /EHsc /c 
377
 
 
378
 
.c{$(INTDIR)}.obj::
379
 
   $(CPP) @<<
380
 
   $(CPP_PROJ) $< 
381
 
<<
382
 
 
383
 
.cpp{$(INTDIR)}.obj::
384
 
   $(CPP) @<<
385
 
   $(CPP_PROJ) $< 
386
 
<<
387
 
 
388
 
.cxx{$(INTDIR)}.obj::
389
 
   $(CPP) @<<
390
 
   $(CPP_PROJ) $< 
391
 
<<
392
 
 
393
 
.c{$(INTDIR)}.sbr::
394
 
   $(CPP) @<<
395
 
   $(CPP_PROJ) $< 
396
 
<<
397
 
 
398
 
.cpp{$(INTDIR)}.sbr::
399
 
   $(CPP) @<<
400
 
   $(CPP_PROJ) $< 
401
 
<<
402
 
 
403
 
.cxx{$(INTDIR)}.sbr::
404
 
   $(CPP) @<<
405
 
   $(CPP_PROJ) $< 
406
 
<<
407
 
 
408
 
MTL=midl.exe
409
 
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" 
410
 
RSC=rc.exe
411
 
RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_dbd_freetds" /d "_DEBUG" /d "APU_VERSION_ONLY" 
412
 
BSC32=bscmake.exe
413
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_dbd_freetds.bsc" 
414
 
BSC32_SBRS= \
415
 
        
416
 
LINK32=link.exe
417
 
LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib libTDS.lib /nologo /base:"0x6EF00000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_dbd_freetds-1.pdb" /debug /out:"$(OUTDIR)\apr_dbd_freetds-1.dll" /implib:"$(OUTDIR)\apr_dbd_freetds-1.lib" /MACHINE:X64 
418
 
LINK32_OBJS= \
419
 
        "$(INTDIR)\apr_dbd_freetds.obj" \
420
 
        "$(INTDIR)\apr_dbd_freetds-1.res" \
421
 
        "..\..\apr\x64\Debug\libapr-1.lib" \
422
 
        "..\x64\Debug\libaprutil-1.lib"
423
 
 
424
 
"$(OUTDIR)\apr_dbd_freetds-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
425
 
    $(LINK32) @<<
426
 
  $(LINK32_FLAGS) $(LINK32_OBJS)
427
 
<<
428
 
 
429
 
TargetPath=.\x64\Debug\apr_dbd_freetds-1.dll
430
 
SOURCE="$(InputPath)"
431
 
PostBuild_Desc=Embed .manifest
432
 
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
433
 
 
434
 
# Begin Custom Macros
435
 
OutDir=.\x64\Debug
436
 
# End Custom Macros
437
 
 
438
 
"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_dbd_freetds-1.dll"
439
 
   if exist .\x64\Debug\apr_dbd_freetds-1.dll.manifest mt.exe -manifest .\x64\Debug\apr_dbd_freetds-1.dll.manifest -outputresource:.\x64\Debug\apr_dbd_freetds-1.dll;2
440
 
        echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
441
 
 
442
 
!ENDIF 
443
 
 
444
 
 
445
 
!IF "$(NO_EXTERNAL_DEPS)" != "1"
446
 
!IF EXISTS("apr_dbd_freetds.dep")
447
 
!INCLUDE "apr_dbd_freetds.dep"
448
 
!ELSE 
449
 
!MESSAGE Warning: cannot find "apr_dbd_freetds.dep"
450
 
!ENDIF 
451
 
!ENDIF 
452
 
 
453
 
 
454
 
!IF "$(CFG)" == "apr_dbd_freetds - Win32 Release" || "$(CFG)" == "apr_dbd_freetds - Win32 Debug" || "$(CFG)" == "apr_dbd_freetds - x64 Release" || "$(CFG)" == "apr_dbd_freetds - x64 Debug"
455
 
SOURCE=.\apr_dbd_freetds.c
456
 
 
457
 
"$(INTDIR)\apr_dbd_freetds.obj" : $(SOURCE) "$(INTDIR)"
458
 
 
459
 
 
460
 
!IF  "$(CFG)" == "apr_dbd_freetds - Win32 Release"
461
 
 
462
 
"libapr - Win32 Release" : 
463
 
   cd ".\..\..\apr"
464
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Release" 
465
 
   cd "..\apr-util\dbd"
466
 
 
467
 
"libapr - Win32 ReleaseCLEAN" : 
468
 
   cd ".\..\..\apr"
469
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Release" RECURSE=1 CLEAN 
470
 
   cd "..\apr-util\dbd"
471
 
 
472
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - Win32 Debug"
473
 
 
474
 
"libapr - Win32 Debug" : 
475
 
   cd ".\..\..\apr"
476
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Debug" 
477
 
   cd "..\apr-util\dbd"
478
 
 
479
 
"libapr - Win32 DebugCLEAN" : 
480
 
   cd ".\..\..\apr"
481
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Debug" RECURSE=1 CLEAN 
482
 
   cd "..\apr-util\dbd"
483
 
 
484
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Release"
485
 
 
486
 
"libapr - x64 Release" : 
487
 
   cd ".\..\..\apr"
488
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Release" 
489
 
   cd "..\apr-util\dbd"
490
 
 
491
 
"libapr - x64 ReleaseCLEAN" : 
492
 
   cd ".\..\..\apr"
493
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Release" RECURSE=1 CLEAN 
494
 
   cd "..\apr-util\dbd"
495
 
 
496
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Debug"
497
 
 
498
 
"libapr - x64 Debug" : 
499
 
   cd ".\..\..\apr"
500
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Debug" 
501
 
   cd "..\apr-util\dbd"
502
 
 
503
 
"libapr - x64 DebugCLEAN" : 
504
 
   cd ".\..\..\apr"
505
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Debug" RECURSE=1 CLEAN 
506
 
   cd "..\apr-util\dbd"
507
 
 
508
 
!ENDIF 
509
 
 
510
 
!IF  "$(CFG)" == "apr_dbd_freetds - Win32 Release"
511
 
 
512
 
"libaprutil - Win32 Release" : 
513
 
   cd ".\.."
514
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Release" 
515
 
   cd ".\dbd"
516
 
 
517
 
"libaprutil - Win32 ReleaseCLEAN" : 
518
 
   cd ".\.."
519
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Release" RECURSE=1 CLEAN 
520
 
   cd ".\dbd"
521
 
 
522
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - Win32 Debug"
523
 
 
524
 
"libaprutil - Win32 Debug" : 
525
 
   cd ".\.."
526
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Debug" 
527
 
   cd ".\dbd"
528
 
 
529
 
"libaprutil - Win32 DebugCLEAN" : 
530
 
   cd ".\.."
531
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Debug" RECURSE=1 CLEAN 
532
 
   cd ".\dbd"
533
 
 
534
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Release"
535
 
 
536
 
"libaprutil - x64 Release" : 
537
 
   cd ".\.."
538
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Release" 
539
 
   cd ".\dbd"
540
 
 
541
 
"libaprutil - x64 ReleaseCLEAN" : 
542
 
   cd ".\.."
543
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Release" RECURSE=1 CLEAN 
544
 
   cd ".\dbd"
545
 
 
546
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Debug"
547
 
 
548
 
"libaprutil - x64 Debug" : 
549
 
   cd ".\.."
550
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Debug" 
551
 
   cd ".\dbd"
552
 
 
553
 
"libaprutil - x64 DebugCLEAN" : 
554
 
   cd ".\.."
555
 
   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Debug" RECURSE=1 CLEAN 
556
 
   cd ".\dbd"
557
 
 
558
 
!ENDIF 
559
 
 
560
 
SOURCE=..\libaprutil.rc
561
 
 
562
 
!IF  "$(CFG)" == "apr_dbd_freetds - Win32 Release"
563
 
 
564
 
 
565
 
"$(INTDIR)\apr_dbd_freetds-1.res" : $(SOURCE) "$(INTDIR)"
566
 
        $(RSC) /l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /i ".\.." /d DLL_NAME="apr_dbd_freetds" /d "NDEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
567
 
 
568
 
 
569
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - Win32 Debug"
570
 
 
571
 
 
572
 
"$(INTDIR)\apr_dbd_freetds-1.res" : $(SOURCE) "$(INTDIR)"
573
 
        $(RSC) /l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /i ".\.." /d DLL_NAME="apr_dbd_freetds" /d "_DEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
574
 
 
575
 
 
576
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Release"
577
 
 
578
 
 
579
 
"$(INTDIR)\apr_dbd_freetds-1.res" : $(SOURCE) "$(INTDIR)"
580
 
        $(RSC) /l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /i ".\.." /d DLL_NAME="apr_dbd_freetds" /d "NDEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
581
 
 
582
 
 
583
 
!ELSEIF  "$(CFG)" == "apr_dbd_freetds - x64 Debug"
584
 
 
585
 
 
586
 
"$(INTDIR)\apr_dbd_freetds-1.res" : $(SOURCE) "$(INTDIR)"
587
 
        $(RSC) /l 0x409 /fo"$(INTDIR)\apr_dbd_freetds-1.res" /i "../include" /i "../../apr/include" /i ".\.." /d DLL_NAME="apr_dbd_freetds" /d "_DEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
588
 
 
589
 
 
590
 
!ENDIF 
591
 
 
592
 
 
593
 
!ENDIF 
594