DOMCount.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 = ..........BuildWin32BCB4DOMCount.exe
  15. OBJFILES = ..........BuildWin32BCB4objDOMCount.obj
  16. RESFILES =
  17. RESDEPEN = $(RESFILES)
  18. LIBFILES = ..........BuildWin32BCB4XercesLib.lib
  19. IDLFILES =
  20. IDLGENFILES =
  21. LIBRARIES = 
  22. SPARELIBS = 
  23. PACKAGES = VCL40.bpi VCLX40.bpi VCLJPG40.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. SYSDEFINES = _NO_VCL
  33. USERDEFINES = _DEBUG
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I..........samplesDOMCount;..........src;$(BCB)include -Od -w 
  36.   -Tkh30000 -r- -a8 -5 -k -y -v -vi- -c -tWM -tWC -D$(SYSDEFINES);$(USERDEFINES)
  37. IDLCFLAGS = -src_suffixcpp
  38. PFLAGS = -U$(BCB)lib;$(DEBUGLIBPATH) 
  39.   -I..........samplesDOMCount;..........src;$(BCB)include 
  40.   -N2..........BuildWin32BCB4obj -N0..........BuildWin32BCB4obj 
  41.   -D_DEBUG -$YD -$W -$O- -v -JPHN -M
  42. RFLAGS = -i..........samplesDOMCount;..........src;$(BCB)include -D_DEBUG
  43. AFLAGS = /i..........samplesDOMCount /i..........src /i$(BCB)include 
  44.   /d_DEBUG /mx /w2 /zd
  45. LFLAGS = -L$(BCB)lib;$(DEBUGLIBPATH) -ap -Tpe -x -Gn -v
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0x32.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES)  import32.lib cw32mt.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52. [Version Info]
  53. IncludeVerInfo=0
  54. AutoIncBuild=0
  55. MajorVer=1
  56. MinorVer=0
  57. Release=0
  58. Build=0
  59. Debug=0
  60. PreRelease=0
  61. Special=0
  62. Private=0
  63. DLL=0
  64. Locale=1033
  65. CodePage=1252
  66. [Version Info Keys]
  67. CompanyName=
  68. FileDescription=Executable (Console)
  69. FileVersion=1.0.0.0
  70. InternalName=
  71. LegalCopyright=
  72. LegalTrademarks=
  73. OriginalFilename=
  74. ProductName=
  75. ProductVersion=1.0.0.0
  76. Comments=
  77. [HistoryListshlIncludePath]
  78. Count=
  79. Item0=..........samplesDOMCount;..........src;$(BCB)include
  80. [HistoryListshlLibraryPath]
  81. Count=2
  82. Item0=$(BCB)lib
  83. Item1=..........samplesDOMPrint;$(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. # ---------------------------------------------------------------------------