DOMPrint.mak
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:6k
源码类别:

词法分析

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Based on DOMPrint.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=DOMPrint - Win64 Debug
  4. !MESSAGE No configuration specified. Defaulting to DOMPrint - Win64 Debug.
  5. !ENDIF 
  6. !IF "$(CFG)" != "DOMPrint - Win32 Debug" && "$(CFG)" != "DOMPrint - Win64 Debug"
  7. !MESSAGE Invalid configuration "$(CFG)" specified.
  8. !MESSAGE You can specify a configuration when running NMAKE
  9. !MESSAGE by defining the macro CFG on the command line. For example:
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "DOMPrint.mak" CFG="DOMPrint - Win64 Debug"
  12. !MESSAGE 
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE 
  15. !MESSAGE "DOMPrint - Win32 Debug" (based on "Win32 (x86) Console Application")
  16. !MESSAGE "DOMPrint - Win64 Debug" (based on "Win32 (x86) Console Application")
  17. !MESSAGE 
  18. !ERROR An invalid configuration is specified.
  19. !ENDIF 
  20. !IF "$(OS)" == "Windows_NT"
  21. NULL=
  22. !ELSE 
  23. NULL=nul
  24. !ENDIF 
  25. !IF  "$(CFG)" == "DOMPrint - Win32 Debug"
  26. OUTDIR=...........bin
  27. INTDIR=...........binobj
  28. # Begin Custom Macros
  29. OutDir=...........bin
  30. # End Custom Macros
  31. ALL : "$(OUTDIR)DOMPrint.exe"
  32. CLEAN :
  33. -@erase "$(INTDIR)DOMPrint.obj"
  34. -@erase "$(INTDIR)DOMPrintErrorHandler.obj"
  35. -@erase "$(INTDIR)DOMPrintFilter.obj"
  36. -@erase "$(INTDIR)DOMTreeErrorReporter.obj"
  37. -@erase "$(INTDIR)vc60.idb"
  38. -@erase "$(INTDIR)vc60.pdb"
  39. -@erase "$(OUTDIR)DOMPrint.exe"
  40. -@erase "$(OUTDIR)DOMPrint.ilk"
  41. -@erase "$(OUTDIR)DOMPrint.pdb"
  42. "$(OUTDIR)" :
  43.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  44. "$(INTDIR)" :
  45.     if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
  46. CPP=$(CPP)
  47. CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..........include" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /GZ /c 
  48. .c{$(INTDIR)}.obj::
  49.    $(CPP) @<<
  50.    $(CPP_PROJ) $< 
  51. <<
  52. .cpp{$(INTDIR)}.obj::
  53.    $(CPP) @<<
  54.    $(CPP_PROJ) $< 
  55. <<
  56. .cxx{$(INTDIR)}.obj::
  57.    $(CPP) @<<
  58.    $(CPP_PROJ) $< 
  59. <<
  60. .c{$(INTDIR)}.sbr::
  61.    $(CPP) @<<
  62.    $(CPP_PROJ) $< 
  63. <<
  64. .cpp{$(INTDIR)}.sbr::
  65.    $(CPP) @<<
  66.    $(CPP_PROJ) $< 
  67. <<
  68. .cxx{$(INTDIR)}.sbr::
  69.    $(CPP) @<<
  70.    $(CPP_PROJ) $< 
  71. <<
  72. RSC=rc.exe
  73. BSC32=bscmake.exe
  74. BSC32_FLAGS=/nologo /o"$(OUTDIR)DOMPrint.bsc" 
  75. BSC32_SBRS= 
  76. LINK32=link.exe
  77. LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)DOMPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)DOMPrint.exe" /pdbtype:sept /libpath:"..........lib" 
  78. LINK32_OBJS= 
  79. "$(INTDIR)DOMPrint.obj" 
  80. "$(INTDIR)DOMPrintErrorHandler.obj" 
  81. "$(INTDIR)DOMPrintFilter.obj" 
  82. "$(INTDIR)DOMTreeErrorReporter.obj"
  83. "$(OUTDIR)DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  84.     $(LINK32) @<<
  85.   $(LINK32_FLAGS) $(LINK32_OBJS)
  86. <<
  87. !ELSEIF  "$(CFG)" == "DOMPrint - Win64 Debug"
  88. OUTDIR=...........bin
  89. INTDIR=...........binobj
  90. # Begin Custom Macros
  91. OutDir=...........bin
  92. # End Custom Macros
  93. ALL : "$(OUTDIR)DOMPrint.exe"
  94. CLEAN :
  95. -@erase "$(INTDIR)DOMPrint.obj"
  96. -@erase "$(INTDIR)DOMPrintErrorHandler.obj"
  97. -@erase "$(INTDIR)DOMPrintFilter.obj"
  98. -@erase "$(INTDIR)DOMTreeErrorReporter.obj"
  99. -@erase "$(INTDIR)vc60.idb"
  100. -@erase "$(INTDIR)vc60.pdb"
  101. -@erase "$(OUTDIR)DOMPrint.exe"
  102. -@erase "$(OUTDIR)DOMPrint.ilk"
  103. -@erase "$(OUTDIR)DOMPrint.pdb"
  104. "$(OUTDIR)" :
  105.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  106. "$(INTDIR)" :
  107.     if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
  108. CPP=$(CPP)
  109. CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..........include" /D "WIN64" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /GZ /machine:IA64 /c 
  110. .c{$(INTDIR)}.obj::
  111.    $(CPP) @<<
  112.    $(CPP_PROJ) $< 
  113. <<
  114. .cpp{$(INTDIR)}.obj::
  115.    $(CPP) @<<
  116.    $(CPP_PROJ) $< 
  117. <<
  118. .cxx{$(INTDIR)}.obj::
  119.    $(CPP) @<<
  120.    $(CPP_PROJ) $< 
  121. <<
  122. .c{$(INTDIR)}.sbr::
  123.    $(CPP) @<<
  124.    $(CPP_PROJ) $< 
  125. <<
  126. .cpp{$(INTDIR)}.sbr::
  127.    $(CPP) @<<
  128.    $(CPP_PROJ) $< 
  129. <<
  130. .cxx{$(INTDIR)}.sbr::
  131.    $(CPP) @<<
  132.    $(CPP_PROJ) $< 
  133. <<
  134. RSC=rc.exe
  135. BSC32=bscmake.exe
  136. BSC32_FLAGS=/nologo /o"$(OUTDIR)DOMPrint.bsc" 
  137. BSC32_SBRS= 
  138. LINK32=link.exe
  139. LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)DOMPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)DOMPrint.exe" /pdbtype:sept /libpath:"..........lib" /machine:IA64 
  140. LINK32_OBJS= 
  141. "$(INTDIR)DOMPrint.obj" 
  142. "$(INTDIR)DOMPrintErrorHandler.obj" 
  143. "$(INTDIR)DOMPrintFilter.obj" 
  144. "$(INTDIR)DOMTreeErrorReporter.obj"
  145. "$(OUTDIR)DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  146.     $(LINK32) @<<
  147.   $(LINK32_FLAGS) $(LINK32_OBJS)
  148. <<
  149. !ENDIF 
  150. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  151. !IF EXISTS("DOMPrint.dep")
  152. !INCLUDE "DOMPrint.dep"
  153. !ELSE 
  154. !MESSAGE Warning: cannot find "DOMPrint.dep"
  155. !ENDIF 
  156. !ENDIF 
  157. !IF "$(CFG)" == "DOMPrint - Win32 Debug" || "$(CFG)" == "DOMPrint - Win64 Debug"
  158. SOURCE=........DOMPrintDOMPrint.cpp
  159. "$(INTDIR)DOMPrint.obj" : $(SOURCE) "$(INTDIR)"
  160. $(CPP) $(CPP_PROJ) $(SOURCE)
  161. SOURCE=........DOMPrintDOMPrintErrorHandler.cpp
  162. "$(INTDIR)DOMPrintErrorHandler.obj" : $(SOURCE) "$(INTDIR)"
  163. $(CPP) $(CPP_PROJ) $(SOURCE)
  164. SOURCE=........DOMPrintDOMPrintFilter.cpp
  165. "$(INTDIR)DOMPrintFilter.obj" : $(SOURCE) "$(INTDIR)"
  166. $(CPP) $(CPP_PROJ) $(SOURCE)
  167. SOURCE=........DOMPrintDOMTreeErrorReporter.cpp
  168. "$(INTDIR)DOMTreeErrorReporter.obj" : $(SOURCE) "$(INTDIR)"
  169. $(CPP) $(CPP_PROJ) $(SOURCE)
  170. !ENDIF