~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to srclib/apr-util/libaprutil.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
6
 
7
 
CFG=libaprutil - Win32 Debug
 
7
CFG=libaprutil - Win32 Release
8
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
9
!MESSAGE use the Export Makefile command and run
10
10
!MESSAGE 
13
13
!MESSAGE You can specify a configuration when running NMAKE
14
14
!MESSAGE by defining the macro CFG on the command line. For example:
15
15
!MESSAGE 
16
 
!MESSAGE NMAKE /f "libaprutil.mak" CFG="libaprutil - Win32 Debug"
 
16
!MESSAGE NMAKE /f "libaprutil.mak" CFG="libaprutil - Win32 Release"
17
17
!MESSAGE 
18
18
!MESSAGE Possible choices for configuration are:
19
19
!MESSAGE 
20
20
!MESSAGE "libaprutil - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21
21
!MESSAGE "libaprutil - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
 
22
!MESSAGE "libaprutil - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
 
23
!MESSAGE "libaprutil - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
24
!MESSAGE 
23
25
 
24
26
# Begin Project
43
45
# PROP Ignore_Export_Lib 0
44
46
# PROP Target_Dir ""
45
47
# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
46
 
# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "NDEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fd"Release\libaprutil_src" /FD /c
 
48
# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "NDEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libaprutil_src" /FD /c
47
49
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
48
50
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
49
51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
53
55
# ADD BSC32 /nologo
54
56
LINK32=link.exe
55
57
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /opt:ref
56
 
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:".\Release\libaprutil-1.dll" /opt:ref
 
58
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:"Release\libaprutil-1.dll" /pdb:"Release\libaprutil-1.pdb" /implib:"Release\libaprutil-1.lib" /MACHINE:X86 /opt:ref
57
59
# Begin Special Build Tool
58
 
TargetPath=.\Release\libaprutil-1.dll
 
60
TargetPath=Release\libaprutil-1.dll
59
61
SOURCE="$(InputPath)"
60
62
PostBuild_Desc=Embed .manifest
61
63
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
74
76
# PROP Intermediate_Dir "Debug"
75
77
# PROP Ignore_Export_Lib 0
76
78
# PROP Target_Dir ""
77
 
# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
78
 
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "_DEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fd"Debug\libaprutil_src" /FD /c
79
 
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
80
 
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
81
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
82
 
# ADD RSC /l 0x409 /d "_DEBUG" /d "APU_VERSION_ONLY" /I "./include" /I "../apr/include"
83
 
BSC32=bscmake.exe
84
 
# ADD BASE BSC32 /nologo
85
 
# ADD BSC32 /nologo
86
 
LINK32=link.exe
87
 
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug
88
 
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:".\Debug\libaprutil-1.dll"
89
 
# Begin Special Build Tool
90
 
TargetPath=.\Debug\libaprutil-1.dll
 
79
# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
 
80
# ADD CPP /nologo /MDd /W3 /Zi /Od /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "_DEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libaprutil_src" /FD /EHsc /c
 
81
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
 
82
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
 
83
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
84
# ADD RSC /l 0x409 /d "_DEBUG" /d "APU_VERSION_ONLY" /I "./include" /I "../apr/include"
 
85
BSC32=bscmake.exe
 
86
# ADD BASE BSC32 /nologo
 
87
# ADD BSC32 /nologo
 
88
LINK32=link.exe
 
89
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug
 
90
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:"Debug\libaprutil-1.dll" /pdb:"Debug\libaprutil-1.pdb" /implib:"Debug\libaprutil-1.lib" /MACHINE:X86
 
91
# Begin Special Build Tool
 
92
TargetPath=Debug\libaprutil-1.dll
 
93
SOURCE="$(InputPath)"
 
94
PostBuild_Desc=Embed .manifest
 
95
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
 
96
# End Special Build Tool
 
97
 
 
98
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
99
 
 
100
# PROP BASE Use_MFC 0
 
101
# PROP BASE Use_Debug_Libraries 0
 
102
# PROP BASE Output_Dir "x64\Release"
 
103
# PROP BASE Intermediate_Dir "x64\Release"
 
104
# PROP BASE Target_Dir ""
 
105
# PROP Use_MFC 0
 
106
# PROP Use_Debug_Libraries 0
 
107
# PROP Output_Dir "x64\Release"
 
108
# PROP Intermediate_Dir "x64\Release"
 
109
# PROP Ignore_Export_Lib 0
 
110
# PROP Target_Dir ""
 
111
# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
 
112
# ADD CPP /nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "NDEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libaprutil_src" /FD /c
 
113
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
 
114
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
 
115
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
116
# ADD RSC /l 0x409 /d "NDEBUG" /d "APU_VERSION_ONLY" /I "./include" /I "../apr/include"
 
117
BSC32=bscmake.exe
 
118
# ADD BASE BSC32 /nologo
 
119
# ADD BSC32 /nologo
 
120
LINK32=link.exe
 
121
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /opt:ref
 
122
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:"x64\Release\libaprutil-1.dll" /pdb:"x64\Release\libaprutil-1.pdb" /implib:"x64\Release\libaprutil-1.lib" /MACHINE:X64 /opt:ref
 
123
# Begin Special Build Tool
 
124
TargetPath=x64\Release\libaprutil-1.dll
 
125
SOURCE="$(InputPath)"
 
126
PostBuild_Desc=Embed .manifest
 
127
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
 
128
# End Special Build Tool
 
129
 
 
130
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
131
 
 
132
# PROP BASE Use_MFC 0
 
133
# PROP BASE Use_Debug_Libraries 1
 
134
# PROP BASE Output_Dir "x64\Debug"
 
135
# PROP BASE Intermediate_Dir "x64\Debug"
 
136
# PROP BASE Target_Dir ""
 
137
# PROP Use_MFC 0
 
138
# PROP Use_Debug_Libraries 1
 
139
# PROP Output_Dir "x64\Debug"
 
140
# PROP Intermediate_Dir "x64\Debug"
 
141
# PROP Ignore_Export_Lib 0
 
142
# PROP Target_Dir ""
 
143
# ADD BASE CPP /nologo /MDd /W3 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /EHsc /c
 
144
# ADD CPP /nologo /MDd /W3 /Zi /Od /I "./include" /I "../apr/include" /I "./include/private" /I "../apr-iconv/include" /I "./dbm/sdbm" /I "./xml/expat/lib" /D "_DEBUG" /D "APU_DECLARE_EXPORT" /D "APU_USE_SDBM" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\libaprutil_src" /FD /EHsc /c
 
145
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
 
146
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
 
147
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
148
# ADD RSC /l 0x409 /d "_DEBUG" /d "APU_VERSION_ONLY" /I "./include" /I "../apr/include"
 
149
BSC32=bscmake.exe
 
150
# ADD BASE BSC32 /nologo
 
151
# ADD BSC32 /nologo
 
152
LINK32=link.exe
 
153
# ADD BASE LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug
 
154
# ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EE60000" /subsystem:windows /dll /incremental:no /debug /out:"x64\Debug\libaprutil-1.dll" /pdb:"x64\Debug\libaprutil-1.pdb" /implib:"x64\Debug\libaprutil-1.lib" /MACHINE:X64
 
155
# Begin Special Build Tool
 
156
TargetPath=x64\Debug\libaprutil-1.dll
91
157
SOURCE="$(InputPath)"
92
158
PostBuild_Desc=Embed .manifest
93
159
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
99
165
 
100
166
# Name "libaprutil - Win32 Release"
101
167
# Name "libaprutil - Win32 Debug"
 
168
# Name "libaprutil - x64 Release"
 
169
# Name "libaprutil - x64 Debug"
102
170
# Begin Group "Source Files"
103
171
 
104
172
# PROP Default_Filter ""
190
258
# End Source File
191
259
# Begin Source File
192
260
 
 
261
SOURCE=.\dbd\apr_dbd_mysql.c
 
262
# End Source File
 
263
# Begin Source File
 
264
 
193
265
SOURCE=.\dbd\apr_dbd_pgsql.c
194
266
# End Source File
195
267
# Begin Source File
377
449
 
378
450
# End Custom Build
379
451
 
 
452
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
453
 
 
454
# Begin Custom Build - Creating apr_ldap.h from apr_ldap.hw
 
455
InputPath=.\include\apr_ldap.hw
 
456
 
 
457
".\include\apr_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
458
        type .\include\apr_ldap.hw > .\include\apr_ldap.h
 
459
 
 
460
# End Custom Build
 
461
 
 
462
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
463
 
 
464
# Begin Custom Build - Creating apr_ldap.h from apr_ldap.hw
 
465
InputPath=.\include\apr_ldap.hw
 
466
 
 
467
".\include\apr_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
468
        type .\include\apr_ldap.hw > .\include\apr_ldap.h
 
469
 
 
470
# End Custom Build
 
471
 
380
472
!ENDIF 
381
473
 
382
474
# End Source File
412
504
 
413
505
# End Custom Build
414
506
 
 
507
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
508
 
 
509
# Begin Custom Build - Creating apu.h from apu.hw
 
510
InputPath=.\include\apu.hw
 
511
 
 
512
".\include\apu.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
513
        type .\include\apu.hw > .\include\apu.h
 
514
 
 
515
# End Custom Build
 
516
 
 
517
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
518
 
 
519
# Begin Custom Build - Creating apu.h from apu.hw
 
520
InputPath=.\include\apu.hw
 
521
 
 
522
".\include\apu.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
523
        type .\include\apu.hw > .\include\apu.h
 
524
 
 
525
# End Custom Build
 
526
 
415
527
!ENDIF 
416
528
 
417
529
# End Source File
443
555
 
444
556
# End Custom Build
445
557
 
 
558
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
559
 
 
560
# Begin Custom Build - Creating apu_config.h from apu_config.hw
 
561
InputPath=.\include\private\apu_config.hw
 
562
 
 
563
".\include\private\apu_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
564
        type .\include\private\apu_config.hw > .\include\private\apu_config.h
 
565
 
 
566
# End Custom Build
 
567
 
 
568
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
569
 
 
570
# Begin Custom Build - Creating apu_config.h from apu_config.hw
 
571
InputPath=.\include\private\apu_config.hw
 
572
 
 
573
".\include\private\apu_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
574
        type .\include\private\apu_config.hw > .\include\private\apu_config.h
 
575
 
 
576
# End Custom Build
 
577
 
446
578
!ENDIF 
447
579
 
448
580
# End Source File
474
606
 
475
607
# End Custom Build
476
608
 
 
609
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
610
 
 
611
# Begin Custom Build - Creating apu_select_dbm.h from apu_select_dbm.hw
 
612
InputPath=.\include\private\apu_select_dbm.hw
 
613
 
 
614
".\include\private\apu_select_dbm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
615
        type .\include\private\apu_select_dbm.hw > .\include\private\apu_select_dbm.h
 
616
 
 
617
# End Custom Build
 
618
 
 
619
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
620
 
 
621
# Begin Custom Build - Creating apu_select_dbm.h from apu_select_dbm.hw
 
622
InputPath=.\include\private\apu_select_dbm.hw
 
623
 
 
624
".\include\private\apu_select_dbm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
625
        type .\include\private\apu_select_dbm.hw > .\include\private\apu_select_dbm.h
 
626
 
 
627
# End Custom Build
 
628
 
477
629
!ENDIF 
478
630
 
479
631
# End Source File
509
661
 
510
662
# End Custom Build
511
663
 
 
664
!ELSEIF  "$(CFG)" == "libaprutil - x64 Release"
 
665
 
 
666
# Begin Custom Build - Creating apu_want.h from apu_want.hw
 
667
InputPath=.\include\apu_want.hw
 
668
 
 
669
".\include\apu_want.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
670
        type .\include\apu_want.hw > .\include\apu_want.h
 
671
 
 
672
# End Custom Build
 
673
 
 
674
!ELSEIF  "$(CFG)" == "libaprutil - x64 Debug"
 
675
 
 
676
# Begin Custom Build - Creating apu_want.h from apu_want.hw
 
677
InputPath=.\include\apu_want.hw
 
678
 
 
679
".\include\apu_want.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
680
        type .\include\apu_want.hw > .\include\apu_want.h
 
681
 
 
682
# End Custom Build
 
683
 
512
684
!ENDIF 
513
685
 
514
686
# End Source File
609
781
 
610
782
SOURCE=.\libaprutil.rc
611
783
# End Source File
612
 
 
613
784
# End Target
614
785
# End Project