SAX2Print.bpr
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:5k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)..
  4. !endif
  5. # ---------------------------------------------------------------------------
  6. # IDE SECTION
  7. # ---------------------------------------------------------------------------
  8. # The following section of the project makefile is managed by the BCB IDE.
  9. # It is recommended to use the IDE to change any of the values in this
  10. # section.
  11. # ---------------------------------------------------------------------------
  12. VERSION = BCB.04.04
  13. # ---------------------------------------------------------------------------
  14. PROJECT = ..........BuildWin32BCB4SAX2Print.exe
  15. OBJFILES = ..........BuildWin32BCB4objSAX2Print.obj 
  16.   ..........BuildWin32BCB4objSAX2PrintHandlers.obj
  17. RESFILES =
  18. RESDEPEN = $(RESFILES)
  19. LIBFILES = ..........BuildWin32BCB4XercesLib.lib
  20. IDLFILES =
  21. IDLGENFILES =
  22. LIBRARIES = 
  23. SPARELIBS = 
  24. PACKAGES = VCL40.bpi VCLX40.bpi VCLJPG40.bpi
  25. DEFFILE =
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;..........samplesSAX2Print
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)libdebug
  32. RELEASELIBPATH = $(BCB)librelease
  33. SYSDEFINES = _NO_VCL
  34. USERDEFINES = _DEBUG
  35. # ---------------------------------------------------------------------------
  36. CFLAG1 = -I..........samplesSAX2Print;..........src;$(BCB)include -Od -w 
  37.   -Tkh30000 -r- -a8 -5 -k -y -v -vi- -c -tWM -tWC -D$(SYSDEFINES);$(USERDEFINES)
  38. IDLCFLAGS = -src_suffixcpp
  39. PFLAGS = -U..........samplesSAX2Print;$(BCB)lib;$(DEBUGLIBPATH) 
  40.   -I..........samplesSAX2Print;..........src;$(BCB)include 
  41.   -N2..........BuildWin32BCB4obj -N0..........BuildWin32BCB4obj 
  42.   -D_DEBUG -$YD -$W -$O- -v -JPHN -M
  43. RFLAGS = -i..........samplesSAX2Print;..........src;$(BCB)include -D_DEBUG
  44. AFLAGS = /i..........samplesSAX2Print /i..........src /i$(BCB)include 
  45.   /d_DEBUG /mx /w2 /zd
  46. LFLAGS = -L..........samplesSAX2Print;$(BCB)lib;$(DEBUGLIBPATH) -ap -Tpe -x -Gn -v
  47. # ---------------------------------------------------------------------------
  48. ALLOBJ = c0x32.obj $(OBJFILES)
  49. ALLRES = $(RESFILES)
  50. ALLLIB = $(LIBFILES)  import32.lib cw32mt.lib
  51. # ---------------------------------------------------------------------------
  52. !ifdef IDEOPTIONS
  53. [Version Info]
  54. IncludeVerInfo=0
  55. AutoIncBuild=0
  56. MajorVer=1
  57. MinorVer=0
  58. Release=0
  59. Build=0
  60. Debug=0
  61. PreRelease=0
  62. Special=0
  63. Private=0
  64. DLL=0
  65. Locale=1033
  66. CodePage=1252
  67. [Version Info Keys]
  68. CompanyName=
  69. FileDescription=Executable (Console)
  70. FileVersion=1.0.0.0
  71. InternalName=
  72. LegalCopyright=
  73. LegalTrademarks=
  74. OriginalFilename=
  75. ProductName=
  76. ProductVersion=1.0.0.0
  77. Comments=
  78. [HistoryListshlIncludePath]
  79. Count=1
  80. Item0=..........samplesSAX2Print;..........src;$(BCB)include
  81. [HistoryListshlLibraryPath]
  82. Count=2
  83. Item0=..........samplesSAX2Print;$(BCB)lib
  84. Item1=..........samplesSAXPrint;$(BCB)lib
  85. [HistoryListshlConditionals]
  86. Count=1
  87. Item0=_DEBUG
  88. [HistoryListshlIntOutputDir]
  89. Count=1
  90. Item0=..........BuildWin32BCB4obj
  91. [HistoryListshlFinalOutputDir]
  92. Count=2
  93. Item0=..........BuildWin32BCB4
  94. Item1=..........BuildWin32BCB4[Debugging]
  95. [Debugging]
  96. DebugSourceDirs=
  97. [Parameters]
  98. RunParams=
  99. HostApplication=
  100. RemoteHost=
  101. RemotePath=
  102. RemoteDebug=0
  103. [Compiler]
  104. InMemoryExe=0
  105. ShowInfoMsgs=0
  106. !endif
  107. # ---------------------------------------------------------------------------
  108. # MAKE SECTION
  109. # ---------------------------------------------------------------------------
  110. # This section of the project file is not used by the BCB IDE.  It is for
  111. # the benefit of building from the command-line using the MAKE utility.
  112. # ---------------------------------------------------------------------------
  113. .autodepend
  114. # ---------------------------------------------------------------------------
  115. !if !$d(BCC32)
  116. BCC32 = bcc32
  117. !endif
  118. !if !$d(DCC32)
  119. DCC32 = dcc32
  120. !endif
  121. !if !$d(TASM32)
  122. TASM32 = tasm32
  123. !endif
  124. !if !$d(LINKER)
  125. LINKER = ilink32
  126. !endif
  127. !if !$d(BRCC32)
  128. BRCC32 = brcc32
  129. !endif
  130. !if !$d(IDL2CPP)
  131. IDL2CPP = idl2cpp
  132. !endif
  133. # ---------------------------------------------------------------------------
  134. !if $d(PATHCPP)
  135. .PATH.CPP = $(PATHCPP)
  136. .PATH.C   = $(PATHCPP)
  137. !endif
  138. !if $d(PATHPAS)
  139. .PATH.PAS = $(PATHPAS)
  140. !endif
  141. !if $d(PATHASM)
  142. .PATH.ASM = $(PATHASM)
  143. !endif
  144. !if $d(PATHRC)
  145. .PATH.RC  = $(PATHRC)
  146. !endif
  147. # ---------------------------------------------------------------------------
  148. $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  149.     $(BCB)BIN$(LINKER) @&&!
  150.     $(LFLAGS) +
  151.     $(ALLOBJ), +
  152.     $(PROJECT),, +
  153.     $(ALLLIB), +
  154.     $(DEFFILE), +
  155.     $(ALLRES)
  156. !
  157. # ---------------------------------------------------------------------------
  158. .pas.hpp:
  159.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  160. .pas.obj:
  161.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  162. .cpp.obj:
  163.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  164. .c.obj:
  165.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  166. .asm.obj:
  167.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  168. .rc.res:
  169.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  170. # ---------------------------------------------------------------------------