home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / zkuste / Delphi / kompon / d345 / gui2console.EXE / lib / bcb3 / redCONIO.bpk < prev    next >
Text File  |  1998-07-26  |  5KB  |  183 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 = redCONIO.bpl
  17. OBJFILES = source\ConsoleIO.obj redCONIO.obj
  18. RESFILES = redCONIO.res ConsoleIO.dcr
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = VCL35.lib inet35.lib
  24. PACKAGES = vcl35.bpi inet35.bpi
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;source
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)\lib\debug
  31. RELEASELIBPATH = $(BCB)\lib\release
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -Od -Hc -w -Ve -r- -k -vi- -c -b- -w-par -w-inl -Vx
  34. CFLAG2 = -D_RTLDLL;EVAL;EVAL;USEPACKAGES -Isource;$(BCB)\include;$(BCB)\include\vcl \
  35.   -H=$(BCB)\lib\vcl35.csm
  36. CFLAG3 = -Tkh30000
  37. PFLAGS = -D_RTLDLL;EVAL;EVAL;USEPACKAGES \
  38.   -Usource;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  39.   -Isource;$(BCB)\include;$(BCB)\include\vcl -$W -$O- -$L- -$D- -v -JPHN -M
  40. RFLAGS = -D_RTLDLL;EVAL;EVAL;USEPACKAGES -isource;$(BCB)\include;$(BCB)\include\vcl
  41. AFLAGS = /isource /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dEVAL /dEVAL \
  42.   /dUSEPACKAGES /mx /w2 /zd
  43. LFLAGS = -Lsource;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D"REDSys ConsoleIO" -aa \
  44.   -Tpp -x -Gn -Gl -Gi -v
  45. IFLAGS =
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52.  
  53. [Version Info]
  54. IncludeVerInfo=1
  55. AutoIncBuild=0
  56. MajorVer=1
  57. MinorVer=0
  58. Release=0
  59. Build=0
  60. Debug=0
  61. PreRelease=0
  62. Special=0
  63. Private=0
  64. DLL=0
  65. Locale=1033
  66. CodePage=1252
  67.  
  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.  
  80. [HistoryLists\hlIncludePath]
  81. Count=2
  82. Item0=source;$(BCB)\include;$(BCB)\include\vcl
  83. Item1=$(BCB)\include;$(BCB)\include\vcl
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=2
  87. Item0=source;$(BCB)\lib\obj;$(BCB)\lib
  88. Item1=$(BCB)\lib\obj;$(BCB)\lib
  89.  
  90. [HistoryLists\hlDebugSourcePath]
  91. Count=1
  92. Item0=$(BCB)\source\vcl
  93.  
  94. [HistoryLists\hlConditionals]
  95. Count=3
  96. Item0=_RTLDLL;EVAL;EVAL;USEPACKAGES
  97. Item1=_RTLDLL;EVAL;USEPACKAGES;EVAL
  98. Item2=_RTLDLL;USEPACKAGES;EVAL
  99.  
  100. [Debugging]
  101. DebugSourceDirs=$(BCB)\source\vcl
  102.  
  103. [Parameters]
  104. RunParams=
  105. HostApplication=
  106.  
  107. !endif
  108.  
  109. # ---------------------------------------------------------------------------
  110. # MAKE SECTION
  111. # ---------------------------------------------------------------------------
  112. # This section of the project file is not used by the BCB IDE.  It is for
  113. # the benefit of building from the command-line using the MAKE utility.
  114. # ---------------------------------------------------------------------------
  115.  
  116. .autodepend
  117. # ---------------------------------------------------------------------------
  118. !if !$d(BCC32)
  119. BCC32 = bcc32
  120. !endif
  121.  
  122. !if !$d(DCC32)
  123. DCC32 = dcc32
  124. !endif
  125.  
  126. !if !$d(TASM32)
  127. TASM32 = tasm32
  128. !endif
  129.  
  130. !if !$d(LINKER)
  131. LINKER = ilink32
  132. !endif
  133.  
  134. !if !$d(BRCC32)
  135. BRCC32 = brcc32
  136. !endif
  137. # ---------------------------------------------------------------------------
  138. !if $d(PATHCPP)
  139. .PATH.CPP = $(PATHCPP)
  140. .PATH.C   = $(PATHCPP)
  141. !endif
  142.  
  143. !if $d(PATHPAS)
  144. .PATH.PAS = $(PATHPAS)
  145. !endif
  146.  
  147. !if $d(PATHASM)
  148. .PATH.ASM = $(PATHASM)
  149. !endif
  150.  
  151. !if $d(PATHRC)
  152. .PATH.RC  = $(PATHRC)
  153. !endif
  154. # ---------------------------------------------------------------------------
  155. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  156.     $(BCB)\BIN\$(LINKER) @&&!
  157.     $(LFLAGS) +
  158.     $(ALLOBJ), +
  159.     $(PROJECT),, +
  160.     $(ALLLIB), +
  161.     $(DEFFILE), +
  162.     $(ALLRES)
  163. !
  164. # ---------------------------------------------------------------------------
  165. .pas.hpp:
  166.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  167.  
  168. .pas.obj:
  169.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  170.  
  171. .cpp.obj:
  172.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  173.  
  174. .c.obj:
  175.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  176.  
  177. .asm.obj:
  178.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  179.  
  180. .rc.res:
  181.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  182. # ---------------------------------------------------------------------------
  183.