Project1.bpr
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:5k
源码类别:

VC书籍

开发平台:

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 = Project1.exe
  15. OBJFILES = Project1.obj Unit1.obj Unit2.obj Unit3.obj
  16. RESFILES = Project1.res
  17. RESDEPEN = $(RESFILES) Unit1.dfm Unit2.dfm Unit3.dfm
  18. LIBFILES =
  19. LIBRARIES = VCL40.lib
  20. SPARELIBS = VCL40.lib
  21. PACKAGES = VCL40.bpi VCLX40.bpi VCLJPG40.bpi bcbsmp40.bpi QRPT40.bpi VCLDB40.bpi 
  22.   ibsmp40.bpi VCLDBX40.bpi TEEUI40.bpi TEEDB40.bpi TEE40.bpi nmfast40.bpi 
  23.   dclocx40.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHPAS = .;
  28. PATHASM = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. USERDEFINES =
  33. SYSDEFINES = NO_STRICT
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I"C:Program FilesBorlandCBuilder4Projects";$(BCB)include;$(BCB)includevcl 
  36.   -Od -Hc -H=$(BCB)libvcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par 
  37.   -w-inl -Vx -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  38. PFLAGS = -U"C:Program FilesBorlandCBuilder4Projects";$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  39.   -I"C:Program FilesBorlandCBuilder4Projects";$(BCB)include;$(BCB)includevcl 
  40.   -$YD -$W -$O- -v -JPHNE -M
  41. RFLAGS = -i"C:Program FilesBorlandCBuilder4Projects";$(BCB)include;$(BCB)includevcl
  42. AFLAGS = /i"C:Program FilesBorlandCBuilder4Projects" /i$(BCB)include 
  43.   /i$(BCB)includevcl /mx /w2 /zd
  44. LFLAGS = -L"C:Program FilesBorlandCBuilder4Projects";$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  45.   -aa -Tpe -x -Gn
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.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=2052
  65. CodePage=936
  66. [Version Info Keys]
  67. CompanyName=
  68. FileDescription=
  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. [Debugging]
  78. DebugSourceDirs=$(BCB)sourcevcl
  79. [Parameters]
  80. RunParams=
  81. HostApplication=
  82. RemoteHost=
  83. RemotePath=
  84. RemoteDebug=0
  85. [Compiler]
  86. InMemoryExe=0
  87. ShowInfoMsgs=0
  88. !endif
  89. # ---------------------------------------------------------------------------
  90. # MAKE SECTION
  91. # ---------------------------------------------------------------------------
  92. # This section of the project file is not used by the BCB IDE.  It is for
  93. # the benefit of building from the command-line using the MAKE utility.
  94. # ---------------------------------------------------------------------------
  95. .autodepend
  96. # ---------------------------------------------------------------------------
  97. !if !$d(BCC32)
  98. BCC32 = bcc32
  99. !endif
  100. !if !$d(CPP32)
  101. CPP32 = cpp32
  102. !endif
  103. !if !$d(DCC32)
  104. DCC32 = dcc32
  105. !endif
  106. !if !$d(TASM32)
  107. TASM32 = tasm32
  108. !endif
  109. !if !$d(LINKER)
  110. LINKER = ilink32
  111. !endif
  112. !if !$d(BRCC32)
  113. BRCC32 = brcc32
  114. !endif
  115. # ---------------------------------------------------------------------------
  116. !if $d(PATHCPP)
  117. .PATH.CPP = $(PATHCPP)
  118. .PATH.C   = $(PATHCPP)
  119. !endif
  120. !if $d(PATHPAS)
  121. .PATH.PAS = $(PATHPAS)
  122. !endif
  123. !if $d(PATHASM)
  124. .PATH.ASM = $(PATHASM)
  125. !endif
  126. !if $d(PATHRC)
  127. .PATH.RC  = $(PATHRC)
  128. !endif
  129. # ---------------------------------------------------------------------------
  130. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  131.     $(BCB)BIN$(LINKER) @&&!
  132.     $(LFLAGS) +
  133.     $(ALLOBJ), +
  134.     $(PROJECT),, +
  135.     $(ALLLIB), +
  136.     $(DEFFILE), +
  137.     $(ALLRES)
  138. !
  139. # ---------------------------------------------------------------------------
  140. .pas.hpp:
  141.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  142. .pas.obj:
  143.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  144. .cpp.obj:
  145.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  146. .c.obj:
  147.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  148. .c.i:
  149.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  150. .cpp.i:
  151.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  152. .asm.obj:
  153.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  154. .rc.res:
  155.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  156. # ---------------------------------------------------------------------------