xml.dsp 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. # Microsoft Developer Studio Project File - Name="xml" - 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=xml - 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 "xml.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 "xml.mak" CFG="xml - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "xml - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "xml - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "xml - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "LibR"
  31. # PROP BASE Intermediate_Dir "LibR"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "LibR"
  36. # PROP Intermediate_Dir "LibR"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
  39. # ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D VERSION=\"expat_1.95.2\" /Fd"LibR\xml_src" /FD /c
  40. # ADD BASE RSC /l 0x409
  41. # ADD RSC /l 0x409
  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
  48. !ELSEIF "$(CFG)" == "xml - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "LibD"
  52. # PROP BASE Intermediate_Dir "LibD"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "LibD"
  57. # PROP Intermediate_Dir "LibD"
  58. # PROP Ignore_Export_Lib 0
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
  61. # ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D VERSION=\"expat_1.95.2\" /Fd"LibD\xml_src" /FD /c
  62. # ADD BASE RSC /l 0x409
  63. # ADD RSC /l 0x409
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo
  70. !ENDIF
  71. # Begin Target
  72. # Name "xml - Win32 Release"
  73. # Name "xml - Win32 Debug"
  74. # Begin Group "Source Files"
  75. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  76. # Begin Source File
  77. SOURCE=.\xmlparse.c
  78. # End Source File
  79. # Begin Source File
  80. SOURCE=.\xmlrole.c
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=.\xmltok.c
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=xmltok_impl.c
  87. # PROP Exclude_From_Build 1
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=xmltok_ns.c
  91. # PROP Exclude_From_Build 1
  92. # End Source File
  93. # End Group
  94. # Begin Group "Header Files"
  95. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  96. # Begin Source File
  97. SOURCE=.\ascii.h
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\asciitab.h
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\config.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\expat.h
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\iasciitab.h
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\latin1tab.h
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\nametab.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\utf8tab.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\xmlrole.h
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\xmltok.h
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\xmltok_impl.h
  128. # End Source File
  129. # End Group
  130. # Begin Group "Generated Header Files"
  131. # PROP Default_Filter ""
  132. # Begin Source File
  133. SOURCE=.\expat.h.in
  134. !IF "$(CFG)" == "xml - Win32 Release"
  135. # Begin Custom Build - Creating expat.h from expat.h.in
  136. InputPath=.\expat.h.in
  137. ".\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  138. type .\expat.h.in > .\expat.h
  139. # End Custom Build
  140. !ELSEIF "$(CFG)" == "xml - Win32 Debug"
  141. # Begin Custom Build - Creating expat.h from expat.h.in
  142. InputPath=.\expat.h.in
  143. ".\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  144. type .\expat.h.in > .\expat.h
  145. # End Custom Build
  146. !ENDIF
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\winconfig.h
  150. !IF "$(CFG)" == "xml - Win32 Release"
  151. # Begin Custom Build - Creating config.h from winconfig.h
  152. InputPath=.\winconfig.h
  153. ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  154. type .\winconfig.h > .\config.h
  155. # End Custom Build
  156. !ELSEIF "$(CFG)" == "xml - Win32 Debug"
  157. # Begin Custom Build - Creating config.h from winconfig.h
  158. InputPath=.\winconfig.h
  159. ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  160. type .\winconfig.h > .\config.h
  161. # End Custom Build
  162. !ENDIF
  163. # End Source File
  164. # End Group
  165. # Begin Source File
  166. SOURCE=.\ReadMe.txt
  167. # End Source File
  168. # End Target
  169. # End Project