initial load of upstream version 1.06.32
[xmlrpc-c] / Windows / xmlrpc.dsp
1 # Microsoft Developer Studio Project File - Name="xmlrpc" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7 CFG=xmlrpc - 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 "xmlrpc.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 "xmlrpc.mak" CFG="xmlrpc - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "xmlrpc - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "xmlrpc - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName "xmlrpc"
27 # PROP Scc_LocalPath ".."
28 CPP=cl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "xmlrpc - Win32 Release"
32
33 # PROP BASE Use_MFC 0
34 # PROP BASE Use_Debug_Libraries 0
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
37 # PROP BASE Target_Dir ""
38 # PROP Use_MFC 0
39 # PROP Use_Debug_Libraries 0
40 # PROP Output_Dir "Release\xmlrpc"
41 # PROP Intermediate_Dir "Release\xmlrpc"
42 # PROP Target_Dir ""
43 MTL=midl.exe
44 LINK32=link.exe -lib
45 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46 # ADD CPP /nologo /MT /W3 /GX /O2 /I "../lib/" /I "../lib/curl_transport" /I "../lib/util/include" /I "../include" /I "../" /I "../lib/expat/xmlparse" /I "../lib/w3c-libwww-5.3.2/Library/src" /I "../lib/abyss/src" /I "../lib/wininet_transport" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /FR /YX /FD /c
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
48 # ADD RSC /l 0x409 /d "NDEBUG"
49 BSC32=bscmake.exe
50 # ADD BASE BSC32 /nologo
51 # ADD BSC32 /nologo
52 LIB32=link.exe -lib
53 # ADD BASE LIB32 /nologo
54 # ADD LIB32 /nologo /out:"..\lib\xmlrpc.lib"
55
56 !ELSEIF  "$(CFG)" == "xmlrpc - Win32 Debug"
57
58 # PROP BASE Use_MFC 0
59 # PROP BASE Use_Debug_Libraries 1
60 # PROP BASE Output_Dir "Debug"
61 # PROP BASE Intermediate_Dir "Debug"
62 # PROP BASE Target_Dir ""
63 # PROP Use_MFC 0
64 # PROP Use_Debug_Libraries 1
65 # PROP Output_Dir "Debug\xmlrpc"
66 # PROP Intermediate_Dir "Debug\xmlrpc"
67 # PROP Target_Dir ""
68 MTL=midl.exe
69 LINK32=link.exe -lib
70 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
71 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../lib/" /I "../lib/curl_transport" /I "../lib/util/include" /I "../include" /I "../" /I "../lib/expat/xmlparse" /I "../lib/w3c-libwww-5.3.2/Library/src" /I "../lib/abyss/src" /I "../lib/wininet_transport" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /YX /FD /GZ /c
72 # ADD BASE RSC /l 0x409 /d "_DEBUG"
73 # ADD RSC /l 0x409 /d "_DEBUG"
74 BSC32=bscmake.exe
75 # ADD BASE BSC32 /nologo
76 # ADD BSC32 /nologo
77 LIB32=link.exe -lib
78 # ADD BASE LIB32 /nologo
79 # ADD LIB32 /nologo /out:"..\lib\xmlrpcD.lib"
80
81 !ENDIF 
82
83 # Begin Target
84
85 # Name "xmlrpc - Win32 Release"
86 # Name "xmlrpc - Win32 Debug"
87 # Begin Group "Source Files"
88
89 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;cc"
90 # Begin Source File
91
92 SOURCE=..\lib\util\casprintf.c
93 # End Source File
94 # Begin Source File
95
96 SOURCE=..\lib\util\pthreadx_win32.c
97 # End Source File
98 # Begin Source File
99
100 SOURCE=..\src\xmlrpc_array.c
101 # End Source File
102 # Begin Source File
103
104 SOURCE=..\src\xmlrpc_authcookie.c
105 # End Source File
106 # Begin Source File
107
108 SOURCE=..\src\xmlrpc_base64.c
109 # End Source File
110 # Begin Source File
111
112 SOURCE=..\src\xmlrpc_builddecomp.c
113 # End Source File
114 # Begin Source File
115
116 SOURCE=..\src\xmlrpc_client.c
117 # End Source File
118 # Begin Source File
119
120 SOURCE=..\lib\curl_transport\xmlrpc_curl_transport.c
121 # PROP Exclude_From_Build 1
122 # End Source File
123 # Begin Source File
124
125 SOURCE=..\src\xmlrpc_data.c
126 # End Source File
127 # Begin Source File
128
129 SOURCE=..\src\xmlrpc_datetime.c
130 # End Source File
131 # Begin Source File
132
133 SOURCE=..\src\xmlrpc_expat.c
134 # End Source File
135 # Begin Source File
136
137 SOURCE=..\src\xmlrpc_libxml2.c
138 # PROP Exclude_From_Build 1
139 # End Source File
140 # Begin Source File
141
142 SOURCE=..\src\xmlrpc_parse.c
143 # End Source File
144 # Begin Source File
145
146 SOURCE=..\src\xmlrpc_registry.c
147 # End Source File
148 # Begin Source File
149
150 SOURCE=..\src\xmlrpc_serialize.c
151 # End Source File
152 # Begin Source File
153
154 SOURCE=..\src\xmlrpc_server_abyss.c
155 # End Source File
156 # Begin Source File
157
158 SOURCE=..\src\xmlrpc_server_w32httpsys.c
159 # End Source File
160 # Begin Source File
161
162 SOURCE=..\src\xmlrpc_struct.c
163 # End Source File
164 # Begin Source File
165
166 SOURCE=..\src\xmlrpc_strutil.c
167 # End Source File
168 # Begin Source File
169
170 SOURCE=..\src\xmlrpc_support.c
171 # End Source File
172 # Begin Source File
173
174 SOURCE=..\src\xmlrpc_utf8.c
175 # End Source File
176 # Begin Source File
177
178 SOURCE=..\lib\wininet_transport\xmlrpc_wininet_transport.c
179 # End Source File
180 # End Group
181 # Begin Group "Header Files"
182
183 # PROP Default_Filter "h;hpp;hxx;hm;inl"
184 # Begin Source File
185
186 SOURCE="..\include\xmlrpc-c\abyss.h"
187 # End Source File
188 # Begin Source File
189
190 SOURCE="..\include\xmlrpc-c\base.h"
191 # End Source File
192 # Begin Source File
193
194 SOURCE=..\lib\util\include\bool.h
195 # End Source File
196 # Begin Source File
197
198 SOURCE="..\include\xmlrpc-c\client.h"
199 # End Source File
200 # Begin Source File
201
202 SOURCE="..\include\xmlrpc-c\client_int.h"
203 # End Source File
204 # Begin Source File
205
206 SOURCE=..\lib\util\include\mallocvar.h
207 # End Source File
208 # Begin Source File
209
210 SOURCE=..\lib\util\include\pthreadx.h
211 # End Source File
212 # Begin Source File
213
214 SOURCE="..\include\xmlrpc-c\server.h"
215 # End Source File
216 # Begin Source File
217
218 SOURCE="..\include\xmlrpc-c\server_abyss.h"
219 # End Source File
220 # Begin Source File
221
222 SOURCE="..\include\xmlrpc-c\server_cgi.h"
223 # End Source File
224 # Begin Source File
225
226 SOURCE="..\include\xmlrpc-c\server_w32httpsys.h"
227 # End Source File
228 # Begin Source File
229
230 SOURCE="..\include\xmlrpc-c\transport.h"
231 # End Source File
232 # Begin Source File
233
234 SOURCE=..\transport_config.h
235 # End Source File
236 # Begin Source File
237
238 SOURCE="..\include\xmlrpc-c\transport_int.h"
239 # End Source File
240 # Begin Source File
241
242 SOURCE="..\include\xmlrpc-c\xmlparser.h"
243 # End Source File
244 # Begin Source File
245
246 SOURCE=..\xmlrpc_config.h
247 # End Source File
248 # Begin Source File
249
250 SOURCE=..\lib\curl_transport\xmlrpc_curl_transport.h
251 # End Source File
252 # Begin Source File
253
254 SOURCE=..\lib\wininet_transport\xmlrpc_wininet_transport.h
255 # End Source File
256 # End Group
257 # End Target
258 # End Project