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