SAXPrint.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 = ..........BuildWin32BCB4SAXPrint.exe
  15. OBJFILES = ..........BuildWin32BCB4objSAXPrint.obj 
  16.   ..........BuildWin32BCB4objSAXPrintHandlers.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 = .;..........samplesSAXPrint
  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..........samplesSAXPrint;..........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..........samplesSAXPrint;$(BCB)lib;$(DEBUGLIBPATH) 
  40.   -I..........samplesSAXPrint;..........src;$(BCB)include 
  41.   -N2..........BuildWin32BCB4obj -N0..........BuildWin32BCB4obj 
  42.   -D_DEBUG -$YD -$W -$O- -v -JPHN -M
  43. RFLAGS = -i..........samplesSAXPrint;..........src;$(BCB)include -D_DEBUG
  44. AFLAGS = /i..........samplesSAXPrint /i..........src /i$(BCB)include 
  45.   /d_DEBUG /mx /w2 /zd
  46. LFLAGS = -L..........samplesSAXPrint;$(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=..........samplesSAXPrint;..........src;$(BCB)include
  81. [HistoryListshlLibraryPath]
  82. Count=1
  83. Item0=..........samplesSAXPrint;$(BCB)lib
  84. [HistoryListshlConditionals]
  85. Count=1
  86. Item0=_DEBUG
  87. [HistoryListshlIntOutputDir]
  88. Count=1
  89. Item0=..........BuildWin32BCB4obj
  90. [HistoryListshlFinalOutputDir]
  91. Count=1
  92. Item0=..........BuildWin32BCB4
  93. [Debugging]
  94. DebugSourceDirs=
  95. [Parameters]
  96. RunParams=
  97. HostApplication=
  98. RemoteHost=
  99. RemotePath=
  100. RemoteDebug=0
  101. [Compiler]
  102. InMemoryExe=0
  103. ShowInfoMsgs=0
  104. !endif
  105. # ---------------------------------------------------------------------------
  106. # MAKE SECTION
  107. # ---------------------------------------------------------------------------
  108. # This section of the project file is not used by the BCB IDE.  It is for
  109. # the benefit of building from the command-line using the MAKE utility.
  110. # ---------------------------------------------------------------------------
  111. .autodepend
  112. # ---------------------------------------------------------------------------
  113. !if !$d(BCC32)
  114. BCC32 = bcc32
  115. !endif
  116. !if !$d(DCC32)
  117. DCC32 = dcc32
  118. !endif
  119. !if !$d(TASM32)
  120. TASM32 = tasm32
  121. !endif
  122. !if !$d(LINKER)
  123. LINKER = ilink32
  124. !endif
  125. !if !$d(BRCC32)
  126. BRCC32 = brcc32
  127. !endif
  128. !if !$d(IDL2CPP)
  129. IDL2CPP = idl2cpp
  130. !endif
  131. # ---------------------------------------------------------------------------
  132. !if $d(PATHCPP)
  133. .PATH.CPP = $(PATHCPP)
  134. .PATH.C   = $(PATHCPP)
  135. !endif
  136. !if $d(PATHPAS)
  137. .PATH.PAS = $(PATHPAS)
  138. !endif
  139. !if $d(PATHASM)
  140. .PATH.ASM = $(PATHASM)
  141. !endif
  142. !if $d(PATHRC)
  143. .PATH.RC  = $(PATHRC)
  144. !endif
  145. # ---------------------------------------------------------------------------
  146. $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  147.     $(BCB)BIN$(LINKER) @&&!
  148.     $(LFLAGS) +
  149.     $(ALLOBJ), +
  150.     $(PROJECT),, +
  151.     $(ALLLIB), +
  152.     $(DEFFILE), +
  153.     $(ALLRES)
  154. !
  155. # ---------------------------------------------------------------------------
  156. .pas.hpp:
  157.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  158. .pas.obj:
  159.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  160. .cpp.obj:
  161.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  162. .c.obj:
  163.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  164. .asm.obj:
  165.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  166. .rc.res:
  167.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  168. # ---------------------------------------------------------------------------