MngView.bpr 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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.03
  13. # ---------------------------------------------------------------------------
  14. PROJECT = MngView.exe
  15. OBJFILES = MngView.obj Main.obj
  16. RESFILES = MngView.res
  17. DEFFILE =
  18. RESDEPEN = $(RESFILES) Main.dfm
  19. LIBFILES = ..\win32dll\libmng.lib
  20. LIBRARIES = VCL35.lib
  21. SPARELIBS = VCL35.lib
  22. PACKAGES = VCLX35.bpi VCL35.bpi VCLDB35.bpi VCLDBX35.bpi bcbsmp35.bpi dclocx35.bpi \
  23. QRPT35.bpi
  24. # ---------------------------------------------------------------------------
  25. PATHCPP = .;
  26. PATHASM = .;
  27. PATHPAS = .;
  28. PATHRC = .;
  29. DEBUGLIBPATH = $(BCB)\lib\debug
  30. RELEASELIBPATH = $(BCB)\lib\release
  31. # ---------------------------------------------------------------------------
  32. CFLAG1 = -Od -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  33. CFLAG2 = -I$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\jpgsrc6b
  34. CFLAG3 = -Tkh30000 -6
  35. PFLAGS = -U$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  36. -I$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\jpgsrc6b -$Y \
  37. -$W -$O- -v -JPHN -M
  38. RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\jpgsrc6b
  39. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /i..\.. /i..\..\..\zlib \
  40. /i..\..\..\jpgsrc6b /mx /w2 /zd /dMNG_USE_DLL
  41. LFLAGS = -L$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -aa -Tpe -x -Gn
  42. IFLAGS =
  43. # ---------------------------------------------------------------------------
  44. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  45. ALLRES = $(RESFILES)
  46. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  47. # ---------------------------------------------------------------------------
  48. !ifdef IDEOPTIONS
  49. [Version Info]
  50. IncludeVerInfo=0
  51. AutoIncBuild=0
  52. MajorVer=1
  53. MinorVer=0
  54. Release=0
  55. Build=0
  56. Debug=0
  57. PreRelease=0
  58. Special=0
  59. Private=0
  60. DLL=0
  61. Locale=2057
  62. CodePage=1252
  63. [Version Info Keys]
  64. CompanyName=
  65. FileDescription=
  66. FileVersion=1.0.0.0
  67. InternalName=
  68. LegalCopyright=
  69. LegalTrademarks=
  70. OriginalFilename=
  71. ProductName=
  72. ProductVersion=1.0.0.0
  73. Comments=
  74. [HistoryLists\hlIncludePath]
  75. Count=8
  76. Item0=$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\jpgsrc6b
  77. Item1=$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\jpgsrc6b;..\win32dll
  78. Item2=$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\ijgsrc6b
  79. Item3=$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\..\zlib;..\..\..\libjpeg
  80. Item4=$(BCB)\include;$(BCB)\include\vcl;..\..;..\..\zlib
  81. Item5=$(BCB)\include;$(BCB)\include\vcl;..\..
  82. Item6=$(BCB)\include;$(BCB)\include\vcl
  83. Item7=..\..\delphi;$(BCB)\include;$(BCB)\include\vcl
  84. [HistoryLists\hlLibraryPath]
  85. Count=2
  86. Item0=$(BCB)\lib\obj;$(BCB)\lib
  87. Item1=..\..\delphi;$(BCB)\lib\obj;$(BCB)\lib
  88. [HistoryLists\hlDebugSourcePath]
  89. Count=1
  90. Item0=$(BCB)\source\vcl
  91. [HistoryLists\hlConditionals]
  92. Count=3
  93. Item0=MNG_USE_DLL
  94. Item1=_RTLDLL
  95. Item2=_RTLDLL;USEPACKAGES
  96. [Debugging]
  97. DebugSourceDirs=$(BCB)\source\vcl
  98. [Parameters]
  99. RunParams=
  100. HostApplication=
  101. !endif
  102. # ---------------------------------------------------------------------------
  103. # MAKE SECTION
  104. # ---------------------------------------------------------------------------
  105. # This section of the project file is not used by the BCB IDE. It is for
  106. # the benefit of building from the command-line using the MAKE utility.
  107. # ---------------------------------------------------------------------------
  108. .autodepend
  109. # ---------------------------------------------------------------------------
  110. !if !$d(BCC32)
  111. BCC32 = bcc32
  112. !endif
  113. !if !$d(DCC32)
  114. DCC32 = dcc32
  115. !endif
  116. !if !$d(TASM32)
  117. TASM32 = tasm32
  118. !endif
  119. !if !$d(LINKER)
  120. LINKER = ilink32
  121. !endif
  122. !if !$d(BRCC32)
  123. BRCC32 = brcc32
  124. !endif
  125. # ---------------------------------------------------------------------------
  126. !if $d(PATHCPP)
  127. .PATH.CPP = $(PATHCPP)
  128. .PATH.C = $(PATHCPP)
  129. !endif
  130. !if $d(PATHPAS)
  131. .PATH.PAS = $(PATHPAS)
  132. !endif
  133. !if $d(PATHASM)
  134. .PATH.ASM = $(PATHASM)
  135. !endif
  136. !if $d(PATHRC)
  137. .PATH.RC = $(PATHRC)
  138. !endif
  139. # ---------------------------------------------------------------------------
  140. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  141. $(BCB)\BIN\$(LINKER) @&&!
  142. $(LFLAGS) +
  143. $(ALLOBJ), +
  144. $(PROJECT),, +
  145. $(ALLLIB), +
  146. $(DEFFILE), +
  147. $(ALLRES)
  148. !
  149. # ---------------------------------------------------------------------------
  150. .pas.hpp:
  151. $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  152. .pas.obj:
  153. $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  154. .cpp.obj:
  155. $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  156. .c.obj:
  157. $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  158. .asm.obj:
  159. $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  160. .rc.res:
  161. $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  162. # ---------------------------------------------------------------------------