?? saxprint.mak
字號:
# Microsoft Developer Studio Generated NMAKE File, Based on SAXPrint.dsp!IF "$(CFG)" == ""CFG=SAXPrint - Win64 Debug!MESSAGE No configuration specified. Defaulting to SAXPrint - Win64 Debug.!ENDIF !IF "$(CFG)" != "SAXPrint - Win32 Debug" && "$(CFG)" != "SAXPrint - Win64 Debug"!MESSAGE Invalid configuration "$(CFG)" specified.!MESSAGE You can specify a configuration when running NMAKE!MESSAGE by defining the macro CFG on the command line. For example:!MESSAGE !MESSAGE NMAKE /f "SAXPrint.mak" CFG="SAXPrint - Win64 Debug"!MESSAGE !MESSAGE Possible choices for configuration are:!MESSAGE !MESSAGE "SAXPrint - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE "SAXPrint - Win64 Debug" (based on "Win32 (x86) Console Application")!MESSAGE !ERROR An invalid configuration is specified.!ENDIF !IF "$(OS)" == "Windows_NT"NULL=!ELSE NULL=nul!ENDIF !IF "$(CFG)" == "SAXPrint - Win32 Debug"OUTDIR=.\..\..\..\..\..\binINTDIR=.\..\..\..\..\..\bin\obj# Begin Custom MacrosOutDir=.\..\..\..\..\..\bin# End Custom MacrosALL : "$(OUTDIR)\SAXPrint.exe"CLEAN : -@erase "$(INTDIR)\SAXPrint.obj" -@erase "$(INTDIR)\SAXPrintHandlers.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\SAXPrint.exe" -@erase "$(OUTDIR)\SAXPrint.ilk" -@erase "$(OUTDIR)\SAXPrint.pdb""$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)""$(INTDIR)" : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"CPP=$(CPP)CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<.cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<.cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<RSC=rc.exeBSC32=bscmake.exeBSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXPrint.bsc" BSC32_SBRS= \ LINK32=link.exeLINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SAXPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" LINK32_OBJS= \ "$(INTDIR)\SAXPrint.obj" \ "$(INTDIR)\SAXPrintHandlers.obj""$(OUTDIR)\SAXPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS)<<!ELSEIF "$(CFG)" == "SAXPrint - Win64 Debug"OUTDIR=.\..\..\..\..\..\binINTDIR=.\..\..\..\..\..\bin\obj# Begin Custom MacrosOutDir=.\..\..\..\..\..\bin# End Custom MacrosALL : "$(OUTDIR)\SAXPrint.exe"CLEAN : -@erase "$(INTDIR)\SAXPrint.obj" -@erase "$(INTDIR)\SAXPrintHandlers.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\SAXPrint.exe" -@erase "$(OUTDIR)\SAXPrint.ilk" -@erase "$(OUTDIR)\SAXPrint.pdb""$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)""$(INTDIR)" : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"CPP=$(CPP)CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< <<.c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<.cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<.cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< <<RSC=rc.exeBSC32=bscmake.exeBSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXPrint.bsc" BSC32_SBRS= \ LINK32=link.exeLINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SAXPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 LINK32_OBJS= \ "$(INTDIR)\SAXPrint.obj" \ "$(INTDIR)\SAXPrintHandlers.obj""$(OUTDIR)\SAXPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS)<<!ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1"!IF EXISTS("SAXPrint.dep")!INCLUDE "SAXPrint.dep"!ELSE !MESSAGE Warning: cannot find "SAXPrint.dep"!ENDIF !ENDIF !IF "$(CFG)" == "SAXPrint - Win32 Debug" || "$(CFG)" == "SAXPrint - Win64 Debug"SOURCE=..\..\..\..\SAXPrint\SAXPrint.cpp"$(INTDIR)\SAXPrint.obj" : $(SOURCE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)SOURCE=..\..\..\..\SAXPrint\SAXPrintHandlers.cpp"$(INTDIR)\SAXPrintHandlers.obj" : $(SOURCE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE)!ENDIF
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -