2
0

xmlrpccpp.dsp 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. # Microsoft Developer Studio Project File - Name="xmlrpccpp" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=xmlrpccpp - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "xmlrpccpp.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "xmlrpccpp.mak" CFG="xmlrpccpp - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "xmlrpccpp - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "xmlrpccpp - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. CPP=cl.exe
  24. RSC=rc.exe
  25. !IF "$(CFG)" == "xmlrpccpp - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir "Release"
  29. # PROP BASE Intermediate_Dir "Release"
  30. # PROP BASE Target_Dir ""
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir "Release\xmlrpccpp"
  34. # PROP Intermediate_Dir "Release\xmlrpccpp"
  35. # PROP Target_Dir ""
  36. LINK32=link.exe -lib
  37. MTL=midl.exe
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "../lib" /I "../lib/curl_transport" /I "../lib/util/include" /I "../include" /I ".." /I "../lib/expat/xmlparse" /I "../lib/abyss/src" /I "../lib/wininet_transport" /I "../.." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /YX /FD /c
  40. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  41. # ADD RSC /l 0x409 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo /out:"..\lib\xmlrpccpp.lib"
  48. !ELSEIF "$(CFG)" == "xmlrpccpp - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "Debug"
  52. # PROP BASE Intermediate_Dir "Debug"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "Debug\xmlrpccpp"
  57. # PROP Intermediate_Dir "Debug\xmlrpccpp"
  58. # PROP Target_Dir ""
  59. LINK32=link.exe -lib
  60. MTL=midl.exe
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  62. # ADD CPP /nologo /MTd /W3 /GR /Gm /GX /ZI /Od /I "../lib" /I "../lib/curl_transport" /I "../lib/util/include" /I "../include" /I ".." /I "../lib/expat/xmlparse" /I "../lib/abyss/src" /I "../lib/wininet_transport" /I "../.." /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /YX /FD /GZ /c
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo /out:"..\lib\xmlrpccppD.lib"
  71. !ENDIF
  72. # Begin Target
  73. # Name "xmlrpccpp - Win32 Release"
  74. # Name "xmlrpccpp - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;cc"
  77. # Begin Source File
  78. SOURCE=..\src\cpp\base64.cpp
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=..\src\cpp\client.cpp
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=..\src\cpp\client_simple.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=..\src\cpp\curl.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=..\src\cpp\env_wrap.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=..\src\cpp\fault.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=..\src\cpp\girerr.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=..\src\cpp\girmem.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=..\src\cpp\libwww.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=..\src\cpp\outcome.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=..\src\cpp\packetsocket.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=..\src\cpp\param_list.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=..\src\cpp\pstream.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=..\src\cpp\registry.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=..\src\cpp\server_abyss.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=..\src\cpp\server_pstream.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=..\src\cpp\server_pstream_conn.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..\src\cpp\value.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..\src\cpp\wininet.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..\src\cpp\xml.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..\src\cpp\XmlRpcCpp.cpp
  139. # End Source File
  140. # End Group
  141. # Begin Group "Header Files"
  142. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  143. # Begin Source File
  144. SOURCE=..\src\cpp\env_wrap.hpp
  145. # End Source File
  146. # End Group
  147. # End Target
  148. # End Project