home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / pserv.cpl / pserv-2.4.exe / source / xmltok.dsp < prev    next >
Text File  |  2005-01-05  |  6KB  |  199 lines

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