home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / zkuste / Delphi / kompon / d345 / gui2console.EXE / demos / BCB3 / DOSShell.bpr next >
Text File  |  1998-05-08  |  5KB  |  184 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = DOSShell.exe
  17. OBJFILES = DOSShell.obj Unit1.obj
  18. RESFILES = DOSShell.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES) Unit1.dfm
  21. LIBFILES =
  22. LIBRARIES = INET35.lib redCONIO.lib VCL35.lib
  23. SPARELIBS = VCL35.lib redCONIO.lib INET35.lib
  24. PACKAGES = vclx35.bpi VCL35.bpi vcldb35.bpi vcldbx35.bpi bcbsmp35.bpi dclocx35.bpi \
  25.   Qrpt35.bpi teeui35.bpi teedb35.bpi tee35.bpi ibsmp35.bpi NMFast35.bpi \
  26.   inetdb35.bpi inet35.bpi redCONIO.bpi
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)\lib\debug
  33. RELEASELIBPATH = $(BCB)\lib\release
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -O2 -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  36. CFLAG2 = -D_RTLDLL -I..\..\lib\bcb3;$(BCB)\include;$(BCB)\include\vcl \
  37.   -H=$(BCB)\lib\vcl35.csm
  38. CFLAG3 = -Tkh30000
  39. PFLAGS = -D_RTLDLL -U..\..\lib\bcb3;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  40.   -I..\..\lib\bcb3;$(BCB)\include;$(BCB)\include\vcl -$Y -$W -$O- -v -JPHN -M
  41. RFLAGS = -D_RTLDLL -i..\..\lib\bcb3;$(BCB)\include;$(BCB)\include\vcl
  42. AFLAGS = /i..\..\lib\bcb3 /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /mx /w2 /zd
  43. LFLAGS = -L..\..\lib\bcb3;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -aa -Tpe -x -Gn -v
  44. IFLAGS =
  45. # ---------------------------------------------------------------------------
  46. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  47. ALLRES = $(RESFILES)
  48. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  49. # ---------------------------------------------------------------------------
  50. !ifdef IDEOPTIONS
  51.  
  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.  
  67. [Version Info Keys]
  68. CompanyName=
  69. FileDescription=
  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.  
  79. [HistoryLists\hlIncludePath]
  80. Count=3
  81. Item0=..\..\lib\bcb3;$(BCB)\include;$(BCB)\include\vcl
  82. Item1=$(BCB)\include;$(BCB)\include\vcl
  83. Item2=$(BCB)\include;$(BCB)\include\vcl;..\..\..\..\..\progra~1\conio\bcb3;
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=4
  87. Item0=..\..\lib\bcb3;$(BCB)\lib\obj;$(BCB)\lib
  88. Item1=$(BCB)\lib\obj;$(BCB)\lib
  89. Item2=$(BCB)\lib\obj;$(BCB)\lib;c:\progra~1\conio\eval\lib\bcb3
  90. Item3=..\..\..\..\..\progra~1\conio\bcb3;$(BCB)\lib\obj;$(BCB)\lib
  91.  
  92. [HistoryLists\hlDebugSourcePath]
  93. Count=1
  94. Item0=$(BCB)\source\vcl
  95.  
  96. [HistoryLists\hlConditionals]
  97. Count=2
  98. Item0=_RTLDLL
  99. Item1=_RTLDLL;USEPACKAGES
  100.  
  101. [Debugging]
  102. DebugSourceDirs=$(BCB)\source\vcl
  103.  
  104. [Parameters]
  105. RunParams=
  106. HostApplication=
  107.  
  108. !endif
  109.  
  110. # ---------------------------------------------------------------------------
  111. # MAKE SECTION
  112. # ---------------------------------------------------------------------------
  113. # This section of the project file is not used by the BCB IDE.  It is for
  114. # the benefit of building from the command-line using the MAKE utility.
  115. # ---------------------------------------------------------------------------
  116.  
  117. .autodepend
  118. # ---------------------------------------------------------------------------
  119. !if !$d(BCC32)
  120. BCC32 = bcc32
  121. !endif
  122.  
  123. !if !$d(DCC32)
  124. DCC32 = dcc32
  125. !endif
  126.  
  127. !if !$d(TASM32)
  128. TASM32 = tasm32
  129. !endif
  130.  
  131. !if !$d(LINKER)
  132. LINKER = ilink32
  133. !endif
  134.  
  135. !if !$d(BRCC32)
  136. BRCC32 = brcc32
  137. !endif
  138. # ---------------------------------------------------------------------------
  139. !if $d(PATHCPP)
  140. .PATH.CPP = $(PATHCPP)
  141. .PATH.C   = $(PATHCPP)
  142. !endif
  143.  
  144. !if $d(PATHPAS)
  145. .PATH.PAS = $(PATHPAS)
  146. !endif
  147.  
  148. !if $d(PATHASM)
  149. .PATH.ASM = $(PATHASM)
  150. !endif
  151.  
  152. !if $d(PATHRC)
  153. .PATH.RC  = $(PATHRC)
  154. !endif
  155. # ---------------------------------------------------------------------------
  156. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  157.     $(BCB)\BIN\$(LINKER) @&&!
  158.     $(LFLAGS) +
  159.     $(ALLOBJ), +
  160.     $(PROJECT),, +
  161.     $(ALLLIB), +
  162.     $(DEFFILE), +
  163.     $(ALLRES)
  164. !
  165. # ---------------------------------------------------------------------------
  166. .pas.hpp:
  167.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  168.  
  169. .pas.obj:
  170.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  171.  
  172. .cpp.obj:
  173.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  174.  
  175. .c.obj:
  176.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  177.  
  178. .asm.obj:
  179.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  180.  
  181. .rc.res:
  182.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  183. # ---------------------------------------------------------------------------
  184.