blob: 3433fa77bd5f1734acdd8cc8173280b68922ae63 [file] [log] [blame]
Daniel Veillard0e47ee22002-01-05 18:25:52 +00001# Microsoft Developer Studio Project File - Name="libxml2" - Package Owner=<4>
Daniel Veillard50f34372001-08-03 12:06:36 +00002# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
Daniel Veillard0e47ee22002-01-05 18:25:52 +00007CFG=libxml2 - Win32 Debug
Daniel Veillard50f34372001-08-03 12:06:36 +00008!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011!MESSAGE NMAKE /f "libxml2.mak".
Daniel Veillard50f34372001-08-03 12:06:36 +000012!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
Daniel Veillard0e47ee22002-01-05 18:25:52 +000016!MESSAGE NMAKE /f "libxml2.mak" CFG="libxml2 - Win32 Debug"
Daniel Veillard50f34372001-08-03 12:06:36 +000017!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
Daniel Veillard0e47ee22002-01-05 18:25:52 +000020!MESSAGE "libxml2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "libxml2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
Daniel Veillard50f34372001-08-03 12:06:36 +000022!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
Daniel Veillard0e47ee22002-01-05 18:25:52 +000032!IF "$(CFG)" == "libxml2 - Win32 Release"
Daniel Veillard50f34372001-08-03 12:06:36 +000033
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
Daniel Veillard0e47ee22002-01-05 18:25:52 +000036# PROP BASE Output_Dir "libxml2___Win32_Release"
37# PROP BASE Intermediate_Dir "libxml2___Win32_Release"
Daniel Veillard50f34372001-08-03 12:06:36 +000038# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
Daniel Veillard0e47ee22002-01-05 18:25:52 +000041# PROP Output_Dir "libxml2"
42# PROP Intermediate_Dir "libxml2"
Daniel Veillard50f34372001-08-03 12:06:36 +000043# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
Daniel Veillard0e47ee22002-01-05 18:25:52 +000045# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /c
Igor Zlatkovic5bd26892002-03-24 20:56:09 +000046# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
Daniel Veillard50f34372001-08-03 12:06:36 +000047# SUBTRACT CPP /YX
48# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50# ADD BASE RSC /l 0x409 /d "NDEBUG"
51# ADD RSC /l 0x809 /d "NDEBUG"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=link.exe
56# 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
Daniel Veillard0e47ee22002-01-05 18:25:52 +000057# ADD LINK32 wsock32.lib 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# Begin Custom Build - Creating static library libxml2_a.lib...
59InputPath=.\libxml2\libxml2.dll
60SOURCE="$(InputPath)"
Daniel Veillard50f34372001-08-03 12:06:36 +000061
Daniel Veillard0e47ee22002-01-05 18:25:52 +000062"libxml2\libxml2_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 lib /nologo /out:libxml2\libxml2_a.lib libxml2\*.obj
64
65# End Custom Build
66
67!ELSEIF "$(CFG)" == "libxml2 - Win32 Debug"
Daniel Veillard50f34372001-08-03 12:06:36 +000068
69# PROP BASE Use_MFC 0
70# PROP BASE Use_Debug_Libraries 1
Daniel Veillard0e47ee22002-01-05 18:25:52 +000071# PROP BASE Output_Dir "libxml2___Win32_Debug"
72# PROP BASE Intermediate_Dir "libxml2___Win32_Debug"
Daniel Veillard50f34372001-08-03 12:06:36 +000073# PROP BASE Target_Dir ""
74# PROP Use_MFC 0
75# PROP Use_Debug_Libraries 1
Daniel Veillard0e47ee22002-01-05 18:25:52 +000076# PROP Output_Dir "libxml2"
77# PROP Intermediate_Dir "libxml2"
Daniel Veillard50f34372001-08-03 12:06:36 +000078# PROP Ignore_Export_Lib 0
79# PROP Target_Dir ""
Daniel Veillard0e47ee22002-01-05 18:25:52 +000080# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /GZ /c
Igor Zlatkovic5bd26892002-03-24 20:56:09 +000081# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /FD /GZ /c
Daniel Veillard50f34372001-08-03 12:06:36 +000082# SUBTRACT CPP /YX
83# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
84# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
85# ADD BASE RSC /l 0x409 /d "_DEBUG"
86# ADD RSC /l 0x809 /d "_DEBUG"
87BSC32=bscmake.exe
88# ADD BASE BSC32 /nologo
89# ADD BSC32 /nologo
90LINK32=link.exe
91# 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
Daniel Veillard0e47ee22002-01-05 18:25:52 +000092# ADD LINK32 wsock32.lib 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
93# Begin Custom Build - Creating static library libxml2_a.lib...
94InputPath=.\libxml2\libxml2.dll
95SOURCE="$(InputPath)"
96
97"libxml2\libxml2_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
98 lib /nologo /out:libxml2\libxml2_a.lib libxml2\*.obj
99
100# End Custom Build
Daniel Veillard50f34372001-08-03 12:06:36 +0000101
102!ENDIF
103
104# Begin Target
105
Daniel Veillard0e47ee22002-01-05 18:25:52 +0000106# Name "libxml2 - Win32 Release"
107# Name "libxml2 - Win32 Debug"
Daniel Veillard50f34372001-08-03 12:06:36 +0000108# Begin Group "Source Files"
109
110# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
111# Begin Source File
112
Igor Zlatkovic5bd26892002-03-24 20:56:09 +0000113SOURCE=..\..\c14n.c
114# End Source File
115# Begin Source File
116
Daniel Veillard50f34372001-08-03 12:06:36 +0000117SOURCE=..\..\catalog.c
118# End Source File
119# Begin Source File
120
121SOURCE=..\..\debugXML.c
122# End Source File
123# Begin Source File
124
125SOURCE=..\..\DOCBparser.c
126# End Source File
127# Begin Source File
128
129SOURCE=..\..\encoding.c
130# End Source File
131# Begin Source File
132
133SOURCE=..\..\entities.c
134# End Source File
135# Begin Source File
136
137SOURCE=..\..\error.c
138# End Source File
139# Begin Source File
140
Daniel Veillard8e3943c2001-11-12 21:35:44 +0000141SOURCE=..\..\globals.c
142# End Source File
143# Begin Source File
144
Daniel Veillard50f34372001-08-03 12:06:36 +0000145SOURCE=..\..\hash.c
146# End Source File
147# Begin Source File
148
149SOURCE=..\..\HTMLparser.c
150# End Source File
151# Begin Source File
152
153SOURCE=..\..\HTMLtree.c
154# End Source File
155# Begin Source File
156
157SOURCE=.\libxml2.def
158# End Source File
159# Begin Source File
160
161SOURCE=.\libxml2.def.src
162
Daniel Veillard0e47ee22002-01-05 18:25:52 +0000163!IF "$(CFG)" == "libxml2 - Win32 Release"
Daniel Veillard50f34372001-08-03 12:06:36 +0000164
165USERDEP__LIBXM="../../include/libxml/xmlversion.h"
166# Begin Custom Build
167InputPath=.\libxml2.def.src
168
169"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
170 cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def
171
172# End Custom Build
173
Daniel Veillard0e47ee22002-01-05 18:25:52 +0000174!ELSEIF "$(CFG)" == "libxml2 - Win32 Debug"
Daniel Veillard50f34372001-08-03 12:06:36 +0000175
176# PROP Ignore_Default_Tool 1
177USERDEP__LIBXM="../../include/libxml/xmlversion.h"
178# Begin Custom Build
179InputPath=.\libxml2.def.src
180
181"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
182 cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def
183
184# End Custom Build
185
186!ENDIF
187
188# End Source File
189# Begin Source File
190
191SOURCE=..\..\list.c
192# End Source File
193# Begin Source File
194
195SOURCE=..\..\nanoftp.c
196# End Source File
197# Begin Source File
198
199SOURCE=..\..\nanohttp.c
200# End Source File
201# Begin Source File
202
203SOURCE=..\..\parser.c
204# End Source File
205# Begin Source File
206
207SOURCE=..\..\parserInternals.c
208# End Source File
209# Begin Source File
210
211SOURCE=..\..\SAX.c
212# End Source File
213# Begin Source File
214
Daniel Veillard8e3943c2001-11-12 21:35:44 +0000215SOURCE=..\..\threads.c
216# End Source File
217# Begin Source File
218
Daniel Veillard50f34372001-08-03 12:06:36 +0000219SOURCE=..\..\tree.c
220# End Source File
221# Begin Source File
222
223SOURCE=..\..\uri.c
224# End Source File
225# Begin Source File
226
227SOURCE=..\..\valid.c
228# End Source File
229# Begin Source File
230
231SOURCE=..\..\xinclude.c
232# End Source File
233# Begin Source File
234
235SOURCE=..\..\xlink.c
236# End Source File
237# Begin Source File
238
Daniel Veillard50f34372001-08-03 12:06:36 +0000239SOURCE=..\..\xmlIO.c
240# End Source File
241# Begin Source File
242
243SOURCE=..\..\xmlmemory.c
244# End Source File
245# Begin Source File
246
247SOURCE=..\..\xpath.c
248# End Source File
249# Begin Source File
250
251SOURCE=..\..\xpointer.c
252# End Source File
253# End Group
254# Begin Group "Header Files"
255
256# PROP Default_Filter "h;hpp;hxx;hm;inl"
257# Begin Source File
258
Igor Zlatkovic5bd26892002-03-24 20:56:09 +0000259SOURCE=..\..\include\libxml\c14n.h
260# End Source File
261# Begin Source File
262
Daniel Veillard50f34372001-08-03 12:06:36 +0000263SOURCE=..\..\include\libxml\catalog.h
264# End Source File
265# Begin Source File
266
267SOURCE=..\..\include\libxml\debugXML.h
268# End Source File
269# Begin Source File
270
271SOURCE=..\..\include\libxml\DOCBparser.h
272# End Source File
273# Begin Source File
274
275SOURCE=..\..\include\libxml\encoding.h
276# End Source File
277# Begin Source File
278
279SOURCE=..\..\include\libxml\entities.h
280# End Source File
281# Begin Source File
282
Daniel Veillard0e47ee22002-01-05 18:25:52 +0000283SOURCE=..\..\include\libxml\globals.h
284# End Source File
285# Begin Source File
286
Daniel Veillard50f34372001-08-03 12:06:36 +0000287SOURCE=..\..\include\libxml\hash.h
288# End Source File
289# Begin Source File
290
291SOURCE=..\..\include\libxml\HTMLparser.h
292# End Source File
293# Begin Source File
294
295SOURCE=..\..\include\libxml\HTMLtree.h
296# End Source File
297# Begin Source File
298
299SOURCE=..\..\libxml.h
300# End Source File
301# Begin Source File
302
303SOURCE=..\..\include\libxml\list.h
304# End Source File
305# Begin Source File
306
307SOURCE=..\..\include\libxml\nanoftp.h
308# End Source File
309# Begin Source File
310
311SOURCE=..\..\include\libxml\nanohttp.h
312# End Source File
313# Begin Source File
314
315SOURCE=..\..\include\libxml\parser.h
316# End Source File
317# Begin Source File
318
319SOURCE=..\..\include\libxml\parserInternals.h
320# End Source File
321# Begin Source File
322
323SOURCE=..\..\include\libxml\SAX.h
324# End Source File
325# Begin Source File
326
327SOURCE=..\..\include\libxml\tree.h
328# End Source File
329# Begin Source File
330
331SOURCE=..\..\include\libxml\uri.h
332# End Source File
333# Begin Source File
334
335SOURCE=..\..\include\libxml\valid.h
336# End Source File
337# Begin Source File
338
339SOURCE=..\..\include\win32config.h
340# End Source File
341# Begin Source File
342
343SOURCE=..\..\include\libxml\xinclude.h
344# End Source File
345# Begin Source File
346
347SOURCE=..\..\include\libxml\xlink.h
348# End Source File
349# Begin Source File
350
351SOURCE=..\..\include\libxml\xmlerror.h
352# End Source File
353# Begin Source File
354
355SOURCE=..\..\include\libxml\xmlIO.h
356# End Source File
357# Begin Source File
358
359SOURCE=..\..\include\libxml\xmlmemory.h
360# End Source File
361# Begin Source File
362
363SOURCE=..\..\include\libxml\xmlversion.h
364# End Source File
365# Begin Source File
366
367SOURCE=..\..\include\libxml\xmlwin32version.h
368# End Source File
369# Begin Source File
370
371SOURCE=..\..\include\libxml\xpath.h
372# End Source File
373# Begin Source File
374
375SOURCE=..\..\include\libxml\xpathInternals.h
376# End Source File
377# Begin Source File
378
379SOURCE=..\..\include\libxml\xpointer.h
380# End Source File
381# End Group
382# Begin Group "Resource Files"
383
384# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
385# End Group
386# End Target
387# End Project