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
7CFG=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 ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29RSC=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"
41# PROP Intermediate_Dir "Release"
42# PROP Target_Dir ""
43MTL=midl.exe
44# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
45# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
46# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /YX /FD /c
47# ADD CPP /nologo /MD /W3 /GX /Zd /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /FR /YX /FD /c
48# ADD BASE RSC /l 0x409 /d "NDEBUG"
49# ADD RSC /l 0x409 /d "NDEBUG"
50BSC32=bscmake.exe
51# ADD BASE BSC32 /nologo
52# ADD BSC32 /nologo
53LIB32=link.exe -lib
54# ADD BASE LIB32 /nologo
55# ADD LIB32 /nologo
56
57!ELSEIF  "$(CFG)" == "xmlrpc - Win32 Debug"
58
59# PROP BASE Use_MFC 0
60# PROP BASE Use_Debug_Libraries 1
61# PROP BASE Output_Dir "Debug"
62# PROP BASE Intermediate_Dir "Debug"
63# PROP BASE Target_Dir ""
64# PROP Use_MFC 0
65# PROP Use_Debug_Libraries 1
66# PROP Output_Dir "Debug"
67# PROP Intermediate_Dir "Debug"
68# PROP Target_Dir ""
69MTL=midl.exe
70# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
71# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
72# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
73# ADD CPP /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /FR /FD /c
74# SUBTRACT CPP /nologo /YX
75# ADD BASE RSC /l 0x409 /d "_DEBUG"
76# ADD RSC /l 0x409 /d "_DEBUG"
77BSC32=bscmake.exe
78# ADD BASE BSC32 /nologo
79# ADD BSC32 /nologo
80LIB32=link.exe -lib
81# ADD BASE LIB32 /nologo
82# ADD LIB32 /nologo
83
84!ENDIF
85
86# Begin Target
87
88# Name "xmlrpc - Win32 Release"
89# Name "xmlrpc - Win32 Debug"
90# Begin Group "Source Files"
91
92# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
93# Begin Source File
94
95SOURCE=.\src\XmlRpcClient.cpp
96# End Source File
97# Begin Source File
98
99SOURCE=.\src\XmlRpcDispatch.cpp
100# End Source File
101# Begin Source File
102
103SOURCE=.\src\XmlRpcServer.cpp
104# End Source File
105# Begin Source File
106
107SOURCE=.\src\XmlRpcServerConnection.cpp
108# End Source File
109# Begin Source File
110
111SOURCE=.\src\XmlRpcServerMethod.cpp
112# End Source File
113# Begin Source File
114
115SOURCE=.\src\XmlRpcSocket.cpp
116# End Source File
117# Begin Source File
118
119SOURCE=.\src\XmlRpcSource.cpp
120# End Source File
121# Begin Source File
122
123SOURCE=.\src\XmlRpcUtil.cpp
124# End Source File
125# Begin Source File
126
127SOURCE=.\src\XmlRpcValue.cpp
128# End Source File
129# End Group
130# Begin Group "Header Files"
131
132# PROP Default_Filter "h;hpp;hxx;hm;inl"
133# Begin Source File
134
135SOURCE=.\src\base64.h
136# End Source File
137# Begin Source File
138
139SOURCE=.\src\XmlRpc.h
140# End Source File
141# Begin Source File
142
143SOURCE=.\src\XmlRpcClient.h
144# End Source File
145# Begin Source File
146
147SOURCE=.\src\XmlRpcDispatch.h
148# End Source File
149# Begin Source File
150
151SOURCE=.\src\XmlRpcServer.h
152# End Source File
153# Begin Source File
154
155SOURCE=.\src\XmlRpcServerConnection.h
156# End Source File
157# Begin Source File
158
159SOURCE=.\src\XmlRpcServerMethod.h
160# End Source File
161# Begin Source File
162
163SOURCE=.\src\XmlRpcSocket.h
164# End Source File
165# Begin Source File
166
167SOURCE=.\src\XmlRpcSource.h
168# End Source File
169# Begin Source File
170
171SOURCE=.\src\XmlRpcUtil.h
172# End Source File
173# Begin Source File
174
175SOURCE=.\src\XmlRpcValue.h
176# End Source File
177# End Group
178# Begin Source File
179
180SOURCE=.\README.html
181# End Source File
182# End Target
183# End Project
184