SAX2Print.bpr
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:5k
源码类别:
xml/soap/webservice
开发平台:
C/C++
- # ---------------------------------------------------------------------------
- !if !$d(BCB)
- BCB = $(MAKEDIR)..
- !endif
- # ---------------------------------------------------------------------------
- # IDE SECTION
- # ---------------------------------------------------------------------------
- # The following section of the project makefile is managed by the BCB IDE.
- # It is recommended to use the IDE to change any of the values in this
- # section.
- # ---------------------------------------------------------------------------
- VERSION = BCB.04.04
- # ---------------------------------------------------------------------------
- PROJECT = ..........BuildWin32BCB4SAX2Print.exe
- OBJFILES = ..........BuildWin32BCB4objSAX2Print.obj
- ..........BuildWin32BCB4objSAX2PrintHandlers.obj
- RESFILES =
- RESDEPEN = $(RESFILES)
- LIBFILES = ..........BuildWin32BCB4XercesLib.lib
- IDLFILES =
- IDLGENFILES =
- LIBRARIES =
- SPARELIBS =
- PACKAGES = VCL40.bpi VCLX40.bpi VCLJPG40.bpi
- DEFFILE =
- # ---------------------------------------------------------------------------
- PATHCPP = .;..........samplesSAX2Print
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)libdebug
- RELEASELIBPATH = $(BCB)librelease
- SYSDEFINES = _NO_VCL
- USERDEFINES = _DEBUG
- # ---------------------------------------------------------------------------
- CFLAG1 = -I..........samplesSAX2Print;..........src;$(BCB)include -Od -w
- -Tkh30000 -r- -a8 -5 -k -y -v -vi- -c -tWM -tWC -D$(SYSDEFINES);$(USERDEFINES)
- IDLCFLAGS = -src_suffixcpp
- PFLAGS = -U..........samplesSAX2Print;$(BCB)lib;$(DEBUGLIBPATH)
- -I..........samplesSAX2Print;..........src;$(BCB)include
- -N2..........BuildWin32BCB4obj -N0..........BuildWin32BCB4obj
- -D_DEBUG -$YD -$W -$O- -v -JPHN -M
- RFLAGS = -i..........samplesSAX2Print;..........src;$(BCB)include -D_DEBUG
- AFLAGS = /i..........samplesSAX2Print /i..........src /i$(BCB)include
- /d_DEBUG /mx /w2 /zd
- LFLAGS = -L..........samplesSAX2Print;$(BCB)lib;$(DEBUGLIBPATH) -ap -Tpe -x -Gn -v
- # ---------------------------------------------------------------------------
- ALLOBJ = c0x32.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) import32.lib cw32mt.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=0
- AutoIncBuild=0
- MajorVer=1
- MinorVer=0
- Release=0
- Build=0
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=1033
- CodePage=1252
- [Version Info Keys]
- CompanyName=
- FileDescription=Executable (Console)
- FileVersion=1.0.0.0
- InternalName=
- LegalCopyright=
- LegalTrademarks=
- OriginalFilename=
- ProductName=
- ProductVersion=1.0.0.0
- Comments=
- [HistoryListshlIncludePath]
- Count=1
- Item0=..........samplesSAX2Print;..........src;$(BCB)include
- [HistoryListshlLibraryPath]
- Count=2
- Item0=..........samplesSAX2Print;$(BCB)lib
- Item1=..........samplesSAXPrint;$(BCB)lib
- [HistoryListshlConditionals]
- Count=1
- Item0=_DEBUG
- [HistoryListshlIntOutputDir]
- Count=1
- Item0=..........BuildWin32BCB4obj
- [HistoryListshlFinalOutputDir]
- Count=2
- Item0=..........BuildWin32BCB4
- Item1=..........BuildWin32BCB4[Debugging]
- [Debugging]
- DebugSourceDirs=
- [Parameters]
- RunParams=
- HostApplication=
- RemoteHost=
- RemotePath=
- RemoteDebug=0
- [Compiler]
- InMemoryExe=0
- ShowInfoMsgs=0
- !endif
- # ---------------------------------------------------------------------------
- # MAKE SECTION
- # ---------------------------------------------------------------------------
- # This section of the project file is not used by the BCB IDE. It is for
- # the benefit of building from the command-line using the MAKE utility.
- # ---------------------------------------------------------------------------
- .autodepend
- # ---------------------------------------------------------------------------
- !if !$d(BCC32)
- BCC32 = bcc32
- !endif
- !if !$d(DCC32)
- DCC32 = dcc32
- !endif
- !if !$d(TASM32)
- TASM32 = tasm32
- !endif
- !if !$d(LINKER)
- LINKER = ilink32
- !endif
- !if !$d(BRCC32)
- BRCC32 = brcc32
- !endif
- !if !$d(IDL2CPP)
- IDL2CPP = idl2cpp
- !endif
- # ---------------------------------------------------------------------------
- !if $d(PATHCPP)
- .PATH.CPP = $(PATHCPP)
- .PATH.C = $(PATHCPP)
- !endif
- !if $d(PATHPAS)
- .PATH.PAS = $(PATHPAS)
- !endif
- !if $d(PATHASM)
- .PATH.ASM = $(PATHASM)
- !endif
- !if $d(PATHRC)
- .PATH.RC = $(PATHRC)
- !endif
- # ---------------------------------------------------------------------------
- $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
- $(BCB)BIN$(LINKER) @&&!
- $(LFLAGS) +
- $(ALLOBJ), +
- $(PROJECT),, +
- $(ALLLIB), +
- $(DEFFILE), +
- $(ALLRES)
- !
- # ---------------------------------------------------------------------------
- .pas.hpp:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .pas.obj:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .cpp.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
- .c.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
- .asm.obj:
- $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
- .rc.res:
- $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
- # ---------------------------------------------------------------------------