home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _4cf5da0be4a582d29955dc28ce437216 < prev    next >
Text File  |  2000-03-15  |  7KB  |  203 lines

  1. # Microsoft Developer Studio Project File - Name="xmlparse" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=xmlparse - Win32 Release
  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 "xmlparse.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 "xmlparse.mak" CFG="xmlparse - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xmlparse - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "xmlparse - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "xmlparse - Win32 MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24.  
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "xmlparse - Win32 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir ".\Release"
  38. # PROP BASE Intermediate_Dir ".\Release"
  39. # PROP BASE Target_Dir "."
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir ".\Release"
  43. # PROP Intermediate_Dir ".\Release"
  44. # PROP Ignore_Export_Lib 0
  45. # PROP Target_Dir "."
  46. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  47. # ADD CPP /nologo /W3 /GX /O2 /I "..\xmltok" /I "..\xmlwf" /D XMLTOKAPI=__declspec(dllimport) /D XMLPARSEAPI=__declspec(dllexport) /D "NDEBUG" /D "XML_NS" /D "WIN32" /D "_WINDOWS" /D "XML_DTD" /YX /FD /c
  48. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  49. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  50. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  51. # ADD RSC /l 0x809 /d "NDEBUG"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=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 /subsystem:windows /dll /machine:I386
  57. # ADD 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 /base:"0x20000000" /subsystem:windows /dll /machine:I386 /out:"..\bin\xmlparse.dll" /link50compat
  58. # SUBTRACT LINK32 /pdb:none
  59.  
  60. !ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  61.  
  62. # PROP BASE Use_MFC 0
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir ".\Debug"
  65. # PROP BASE Intermediate_Dir ".\Debug"
  66. # PROP BASE Target_Dir "."
  67. # PROP Use_MFC 0
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir ".\Debug"
  70. # PROP Intermediate_Dir ".\Debug"
  71. # PROP Ignore_Export_Lib 0
  72. # PROP Target_Dir "."
  73. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  74. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\xmltok" /I "..\xmlwf" /D "_DEBUG" /D XMLTOKAPI=__declspec(dllimport) /D XMLPARSEAPI=__declspec(dllexport) /D "WIN32" /D "_WINDOWS" /D "XML_DTD" /YX /FD /c
  75. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  76. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  78. # ADD RSC /l 0x809 /d "_DEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # 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 /subsystem:windows /dll /debug /machine:I386
  84. # ADD 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 /base:"0x20000000" /subsystem:windows /dll /debug /machine:I386 /out:"..\dbgbin\xmlparse.dll"
  85.  
  86. !ELSEIF  "$(CFG)" == "xmlparse - Win32 MinSize"
  87.  
  88. # PROP BASE Use_MFC 0
  89. # PROP BASE Use_Debug_Libraries 0
  90. # PROP BASE Output_Dir "MinSize"
  91. # PROP BASE Intermediate_Dir "MinSize"
  92. # PROP BASE Ignore_Export_Lib 0
  93. # PROP BASE Target_Dir ""
  94. # PROP Use_MFC 0
  95. # PROP Use_Debug_Libraries 0
  96. # PROP Output_Dir "MinSize"
  97. # PROP Intermediate_Dir "MinSize"
  98. # PROP Ignore_Export_Lib 0
  99. # PROP Target_Dir ""
  100. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\xmltok" /I "..\xmlwf" /D XMLTOKAPI=__declspec(dllimport) /D XMLPARSEAPI=__declspec(dllexport) /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /YX /FD /c
  101. # ADD CPP /nologo /W3 /GX /O1 /I "..\xmltok" /I "..\xmlwf" /D "XML_MIN_SIZE" /D "XML_WINLIB" /D XMLPARSEAPI=__declspec(dllexport) /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
  102. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  103. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  104. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  105. # ADD RSC /l 0x809 /d "NDEBUG"
  106. BSC32=bscmake.exe
  107. # ADD BASE BSC32 /nologo
  108. # ADD BSC32 /nologo
  109. LINK32=link.exe
  110. # 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 /base:"0x20000000" /subsystem:windows /dll /machine:I386 /out:"..\bin\xmlparse.dll"
  111. # SUBTRACT BASE LINK32 /profile
  112. # ADD 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 /base:"0x20000000" /entry:"DllMain" /subsystem:windows /dll /machine:I386 /out:"..\bin\xmlparse.dll"
  113. # SUBTRACT LINK32 /profile /nodefaultlib
  114.  
  115. !ENDIF 
  116.  
  117. # Begin Target
  118.  
  119. # Name "xmlparse - Win32 Release"
  120. # Name "xmlparse - Win32 Debug"
  121. # Name "xmlparse - Win32 MinSize"
  122. # Begin Group "Source Files"
  123.  
  124. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  125. # Begin Source File
  126.  
  127. SOURCE=..\xmltok\dllmain.c
  128.  
  129. !IF  "$(CFG)" == "xmlparse - Win32 Release"
  130.  
  131. # PROP Exclude_From_Build 1
  132.  
  133. !ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  134.  
  135. # PROP Exclude_From_Build 1
  136.  
  137. !ELSEIF  "$(CFG)" == "xmlparse - Win32 MinSize"
  138.  
  139. !ENDIF 
  140.  
  141. # End Source File
  142. # Begin Source File
  143.  
  144. SOURCE=.\hashtable.c
  145. # End Source File
  146. # Begin Source File
  147.  
  148. SOURCE=.\xmlparse.c
  149. # End Source File
  150. # Begin Source File
  151.  
  152. SOURCE=..\xmltok\xmlrole.c
  153.  
  154. !IF  "$(CFG)" == "xmlparse - Win32 Release"
  155.  
  156. # PROP Exclude_From_Build 1
  157.  
  158. !ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  159.  
  160. # PROP Exclude_From_Build 1
  161.  
  162. !ELSEIF  "$(CFG)" == "xmlparse - Win32 MinSize"
  163.  
  164. !ENDIF 
  165.  
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=..\xmltok\xmltok.c
  170.  
  171. !IF  "$(CFG)" == "xmlparse - Win32 Release"
  172.  
  173. # PROP Exclude_From_Build 1
  174.  
  175. !ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  176.  
  177. # PROP Exclude_From_Build 1
  178.  
  179. !ELSEIF  "$(CFG)" == "xmlparse - Win32 MinSize"
  180.  
  181. !ENDIF 
  182.  
  183. # End Source File
  184. # End Group
  185. # Begin Group "Header Files"
  186.  
  187. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  188. # Begin Source File
  189.  
  190. SOURCE=.\hashtable.h
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\xmlparse.h
  195. # End Source File
  196. # End Group
  197. # Begin Group "Resource Files"
  198.  
  199. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  200. # End Group
  201. # End Target
  202. # End Project
  203.