~vorlon/ubuntu/natty/curl/multiarch

« back to all changes in this revision

Viewing changes to src/curlsrc.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="curlsrc" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Console Application" 0x0103
 
6
 
 
7
CFG=curlsrc - Win32 using libcurl LIB 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 "curlsrc.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 "curlsrc.mak" CFG="curlsrc - Win32 using libcurl LIB Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "curlsrc - Win32 using libcurl DLL Debug" (based on "Win32 (x86) Console Application")
 
21
!MESSAGE "curlsrc - Win32 using libcurl DLL Release" (based on "Win32 (x86) Console Application")
 
22
!MESSAGE "curlsrc - Win32 using libcurl LIB Debug" (based on "Win32 (x86) Console Application")
 
23
!MESSAGE "curlsrc - Win32 using libcurl LIB Release" (based on "Win32 (x86) Console Application")
 
24
!MESSAGE 
 
25
 
 
26
# Begin Project
 
27
# PROP AllowPerConfigDependencies 0
 
28
# PROP Scc_ProjName ""
 
29
# PROP Scc_LocalPath ""
 
30
CPP=cl.exe
 
31
RSC=rc.exe
 
32
 
 
33
!IF  "$(CFG)" == "curlsrc - Win32 using libcurl DLL Debug"
 
34
 
 
35
# PROP BASE Use_MFC 0
 
36
# PROP BASE Use_Debug_Libraries 1
 
37
# PROP BASE Output_Dir "DLL-Debug"
 
38
# PROP BASE Intermediate_Dir "DLL-Debug"
 
39
# PROP BASE Target_Dir ""
 
40
# PROP Use_MFC 0
 
41
# PROP Use_Debug_Libraries 1
 
42
# PROP Output_Dir "DLL-Debug"
 
43
# PROP Intermediate_Dir "DLL-Debug"
 
44
# PROP Ignore_Export_Lib 0
 
45
# PROP Target_Dir ""
 
46
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /FD /GZ /c
 
47
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /FD /GZ /c
 
48
# ADD BASE RSC /l 0x409 /i "..\include" /d "_DEBUG"
 
49
# ADD RSC /l 0x409 /i "..\include" /d "_DEBUG"
 
50
BSC32=bscmake.exe
 
51
# ADD BASE BSC32 /nologo
 
52
# ADD BSC32 /nologo
 
53
LINK32=link.exe
 
54
# ADD BASE LINK32 libcurld_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\DLL-Debug"
 
55
# ADD LINK32 libcurld_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\DLL-Debug"
 
56
 
 
57
!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl DLL Release"
 
58
 
 
59
# PROP BASE Use_MFC 0
 
60
# PROP BASE Use_Debug_Libraries 0
 
61
# PROP BASE Output_Dir "DLL-Release"
 
62
# PROP BASE Intermediate_Dir "DLL-Release"
 
63
# PROP BASE Target_Dir ""
 
64
# PROP Use_MFC 0
 
65
# PROP Use_Debug_Libraries 0
 
66
# PROP Output_Dir "DLL-Release"
 
67
# PROP Intermediate_Dir "DLL-Release"
 
68
# PROP Ignore_Export_Lib 0
 
69
# PROP Target_Dir ""
 
70
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /FD /c
 
71
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /FD /c
 
72
# ADD BASE RSC /l 0x409 /i "..\include" /d "NDEBUG"
 
73
# ADD RSC /l 0x409 /i "..\include" /d "NDEBUG"
 
74
BSC32=bscmake.exe
 
75
# ADD BASE BSC32 /nologo
 
76
# ADD BSC32 /nologo
 
77
LINK32=link.exe
 
78
# ADD BASE LINK32 libcurl_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/curl.exe" /libpath:"..\lib\DLL-Release"
 
79
# ADD LINK32 libcurl_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/curl.exe" /libpath:"..\lib\DLL-Release"
 
80
 
 
81
!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl LIB Debug"
 
82
 
 
83
# PROP BASE Use_MFC 0
 
84
# PROP BASE Use_Debug_Libraries 1
 
85
# PROP BASE Output_Dir "LIB-Debug"
 
86
# PROP BASE Intermediate_Dir "LIB-Debug"
 
87
# PROP BASE Target_Dir ""
 
88
# PROP Use_MFC 0
 
89
# PROP Use_Debug_Libraries 1
 
90
# PROP Output_Dir "LIB-Debug"
 
91
# PROP Intermediate_Dir "LIB-Debug"
 
92
# PROP Ignore_Export_Lib 0
 
93
# PROP Target_Dir ""
 
94
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /GZ /c
 
95
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /GZ /c
 
96
# ADD BASE RSC /l 0x409 /i "..\include" /d "_DEBUG"
 
97
# ADD RSC /l 0x409 /i "..\include" /d "_DEBUG"
 
98
BSC32=bscmake.exe
 
99
# ADD BASE BSC32 /nologo
 
100
# ADD BSC32 /nologo
 
101
LINK32=link.exe
 
102
# ADD BASE LINK32 libcurld.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\LIB-Debug"
 
103
# ADD LINK32 libcurld.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\LIB-Debug"
 
104
 
 
105
!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl LIB Release"
 
106
 
 
107
# PROP BASE Use_MFC 0
 
108
# PROP BASE Use_Debug_Libraries 0
 
109
# PROP BASE Output_Dir "LIB-Release"
 
110
# PROP BASE Intermediate_Dir "LIB-Release"
 
111
# PROP BASE Target_Dir ""
 
112
# PROP Use_MFC 0
 
113
# PROP Use_Debug_Libraries 0
 
114
# PROP Output_Dir "LIB-Release"
 
115
# PROP Intermediate_Dir "LIB-Release"
 
116
# PROP Ignore_Export_Lib 0
 
117
# PROP Target_Dir ""
 
118
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /c
 
119
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /c
 
120
# ADD BASE RSC /l 0x409 /i "..\include" /d "NDEBUG"
 
121
# ADD RSC /l 0x409 /i "..\include" /d "NDEBUG"
 
122
BSC32=bscmake.exe
 
123
# ADD BASE BSC32 /nologo
 
124
# ADD BSC32 /nologo
 
125
LINK32=link.exe
 
126
# ADD BASE LINK32 libcurl.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/curl.exe" /libpath:"..\lib\LIB-Release"
 
127
# ADD LINK32 libcurl.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/curl.exe" /libpath:"..\lib\LIB-Release"
 
128
 
 
129
!ENDIF 
 
130
 
 
131
# Begin Target
 
132
 
 
133
# Name "curlsrc - Win32 using libcurl DLL Debug"
 
134
# Name "curlsrc - Win32 using libcurl DLL Release"
 
135
# Name "curlsrc - Win32 using libcurl LIB Debug"
 
136
# Name "curlsrc - Win32 using libcurl LIB Release"
 
137
# Begin Group "Source Files"
 
138
 
 
139
# PROP Default_Filter ""
 
140
# Begin Source File
 
141
 
 
142
SOURCE=.\curlutil.c
 
143
# End Source File
 
144
# Begin Source File
 
145
 
 
146
SOURCE=.\getpass.c
 
147
# End Source File
 
148
# Begin Source File
 
149
 
 
150
SOURCE=.\homedir.c
 
151
# End Source File
 
152
# Begin Source File
 
153
 
 
154
SOURCE=.\hugehelp.c
 
155
# End Source File
 
156
# Begin Source File
 
157
 
 
158
SOURCE=.\main.c
 
159
# End Source File
 
160
# Begin Source File
 
161
 
 
162
SOURCE=..\lib\rawstr.c
 
163
# End Source File
 
164
# Begin Source File
 
165
 
 
166
SOURCE=..\lib\strtoofft.c
 
167
# End Source File
 
168
# Begin Source File
 
169
 
 
170
SOURCE=.\urlglob.c
 
171
# End Source File
 
172
# Begin Source File
 
173
 
 
174
SOURCE=.\writeenv.c
 
175
# End Source File
 
176
# Begin Source File
 
177
 
 
178
SOURCE=.\writeout.c
 
179
# End Source File
 
180
# End Group
 
181
# Begin Group "Header Files"
 
182
 
 
183
# PROP Default_Filter ""
 
184
# Begin Source File
 
185
 
 
186
SOURCE=".\config-win32.h"
 
187
# End Source File
 
188
# Begin Source File
 
189
 
 
190
SOURCE=.\curlutil.h
 
191
# End Source File
 
192
# Begin Source File
 
193
 
 
194
SOURCE=.\getpass.h
 
195
# End Source File
 
196
# Begin Source File
 
197
 
 
198
SOURCE=.\homedir.h
 
199
# End Source File
 
200
# Begin Source File
 
201
 
 
202
SOURCE=.\hugehelp.h
 
203
# End Source File
 
204
# Begin Source File
 
205
 
 
206
SOURCE=.\setup.h
 
207
# End Source File
 
208
# Begin Source File
 
209
 
 
210
SOURCE=..\lib\rawstr.h
 
211
# End Source File
 
212
# Begin Source File
 
213
 
 
214
SOURCE=..\lib\strtoofft.h
 
215
# End Source File
 
216
# Begin Source File
 
217
 
 
218
SOURCE=.\urlglob.h
 
219
# End Source File
 
220
# Begin Source File
 
221
 
 
222
SOURCE=.\version.h
 
223
# End Source File
 
224
# Begin Source File
 
225
 
 
226
SOURCE=.\writeenv.h
 
227
# End Source File
 
228
# Begin Source File
 
229
 
 
230
SOURCE=.\writeout.h
 
231
# End Source File
 
232
# End Group
 
233
# Begin Group "Resource Files"
 
234
 
 
235
# PROP Default_Filter ""
 
236
# Begin Source File
 
237
 
 
238
SOURCE=.\curl.rc
 
239
# End Source File
 
240
# End Group
 
241
# End Target
 
242
# End Project