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