TreeView.bpr
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:5k
源码类别:

生物技术

开发平台:

C++ Builder

  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 = TreeView.exe
  15. OBJFILES = TreeView.obj Find.obj URLLabel.obj TreeViewClasses.obj Options.obj 
  16.   SavePSAll.obj Splash.obj TreeViewMain.obj treeviewabout.obj LoadingForm.obj 
  17.   treeviewhelp.obj SaveNodeForm.obj URLMemo.obj
  18. RESFILES = TreeView.res
  19. RESDEPEN = $(RESFILES) Find.dfm Options.dfm SavePSAll.dfm Splash.dfm TreeViewMain.dfm 
  20.   treeviewabout.dfm LoadingForm.dfm treeviewhelp.dfm SaveNodeForm.dfm URLMemo.dfm
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = Vcl40.lib nmfast40.lib VCLX40.lib Vcldb40.lib
  24. PACKAGES = Vcl40.bpi Vclx40.bpi vcljpg40.bpi bcbsmp40.bpi Qrpt40.bpi Vcldb40.bpi 
  25.   ibsmp40.bpi vcldbx40.bpi TeeUI40.bpi teedb40.bpi tee40.bpi nmfast40.bpi 
  26.   dclocx40.bpi
  27. DEFFILE =
  28. # ---------------------------------------------------------------------------
  29. PATHCPP = .;
  30. PATHASM = .;
  31. PATHPAS = .;
  32. PATHRC = .;
  33. DEBUGLIBPATH = $(BCB)libdebug
  34. RELEASELIBPATH = $(BCB)librelease
  35. USERDEFINES =
  36. SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
  37. # ---------------------------------------------------------------------------
  38. CFLAG1 = -I....;..;BplClustering;$(BCB)include;$(BCB)includevcl -O2 -Hc 
  39.   -H=$(BCB)libvcl40.csm -w -Ve -a8 -5 -k- -vi -c -b- -w-par -w-inl -Vx -tW -tWM 
  40.   -D$(SYSDEFINES);$(USERDEFINES)
  41. PFLAGS = -U....;..;BplClustering;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  42.   -I....;..;BplClustering;$(BCB)include;$(BCB)includevcl -$Y- -$L- -$D- -v 
  43.   -JPHNE -M
  44. RFLAGS = -i....;..;BplClustering;$(BCB)include;$(BCB)includevcl
  45. AFLAGS = /i.... /i.. /iBplClustering /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zn
  46. LFLAGS = -L....;..;BplClustering;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  47.   -H:0x1000000 -S:0x1000000 -aa -Tpe -x -Gn
  48. # ---------------------------------------------------------------------------
  49. ALLOBJ = c0w32.obj Memmgr.Lib $(PACKAGES) sysinit.obj $(OBJFILES)
  50. ALLRES = $(RESFILES)
  51. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  52. # ---------------------------------------------------------------------------
  53. !ifdef IDEOPTIONS
  54. [Version Info]
  55. IncludeVerInfo=0
  56. AutoIncBuild=0
  57. MajorVer=1
  58. MinorVer=0
  59. Release=0
  60. Build=0
  61. Debug=0
  62. PreRelease=0
  63. Special=0
  64. Private=0
  65. DLL=0
  66. Locale=1033
  67. CodePage=1252
  68. [Version Info Keys]
  69. CompanyName=
  70. FileDescription=
  71. FileVersion=1.0.0.0
  72. InternalName=
  73. LegalCopyright=
  74. LegalTrademarks=
  75. OriginalFilename=
  76. ProductName=
  77. ProductVersion=1.0.0.0
  78. Comments=
  79. [HistoryListshlIncludePath]
  80. Count=1
  81. Item0=....;..;BplClustering;$(BCB)include;$(BCB)includevcl
  82. [HistoryListshlLibraryPath]
  83. Count=1
  84. Item0=....;..;BplClustering;$(BCB)libobj;$(BCB)lib
  85. [HistoryListshlDebugSourcePath]
  86. Count=1
  87. Item0=$(BCB)sourcevcl
  88. [Debugging]
  89. DebugSourceDirs=$(BCB)sourcevcl
  90. [Parameters]
  91. RunParams=
  92. HostApplication=
  93. RemoteHost=
  94. RemotePath=
  95. RemoteDebug=0
  96. [Compiler]
  97. InMemoryExe=0
  98. ShowInfoMsgs=0
  99. !endif
  100. # ---------------------------------------------------------------------------
  101. # MAKE SECTION
  102. # ---------------------------------------------------------------------------
  103. # This section of the project file is not used by the BCB IDE.  It is for
  104. # the benefit of building from the command-line using the MAKE utility.
  105. # ---------------------------------------------------------------------------
  106. .autodepend
  107. # ---------------------------------------------------------------------------
  108. !if !$d(BCC32)
  109. BCC32 = bcc32
  110. !endif
  111. !if !$d(CPP32)
  112. CPP32 = cpp32
  113. !endif
  114. !if !$d(DCC32)
  115. DCC32 = dcc32
  116. !endif
  117. !if !$d(TASM32)
  118. TASM32 = tasm32
  119. !endif
  120. !if !$d(LINKER)
  121. LINKER = ilink32
  122. !endif
  123. !if !$d(BRCC32)
  124. BRCC32 = brcc32
  125. !endif
  126. # ---------------------------------------------------------------------------
  127. !if $d(PATHCPP)
  128. .PATH.CPP = $(PATHCPP)
  129. .PATH.C   = $(PATHCPP)
  130. !endif
  131. !if $d(PATHPAS)
  132. .PATH.PAS = $(PATHPAS)
  133. !endif
  134. !if $d(PATHASM)
  135. .PATH.ASM = $(PATHASM)
  136. !endif
  137. !if $d(PATHRC)
  138. .PATH.RC  = $(PATHRC)
  139. !endif
  140. # ---------------------------------------------------------------------------
  141. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  142.     $(BCB)BIN$(LINKER) @&&!
  143.     $(LFLAGS) +
  144.     $(ALLOBJ), +
  145.     $(PROJECT),, +
  146.     $(ALLLIB), +
  147.     $(DEFFILE), +
  148.     $(ALLRES)
  149. !
  150. # ---------------------------------------------------------------------------
  151. .pas.hpp:
  152.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  153. .pas.obj:
  154.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  155. .cpp.obj:
  156.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  157. .c.obj:
  158.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  159. .c.i:
  160.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  161. .cpp.i:
  162.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  163. .asm.obj:
  164.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  165. .rc.res:
  166.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  167. # ---------------------------------------------------------------------------