home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Zdroje.exe / JumpJack.bpr < prev    next >
Text File  |  1999-01-25  |  5KB  |  180 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 = JumpJack.exe
  17. OBJFILES = JumpJack.obj JJMain.obj
  18. RESFILES = JumpJack.res JJRes.res
  19. RESDEPEN = $(RESFILES) JJMain.dfm
  20. LIBFILES =
  21. LIBRARIES = VCL35.lib
  22. SPARELIBS = VCL35.lib
  23. DEFFILE =
  24. PACKAGES = vclx35.bpi VCL35.bpi vcldb35.bpi vcldbx35.bpi dclocx35.bpi Qrpt35.bpi \
  25.   teeui35.bpi teedb35.bpi tee35.bpi dss35.bpi NMFast35.bpi inetdb35.bpi \
  26.   inet35.bpi VclMid35.bpi
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)\lib\debug
  33. RELEASELIBPATH = $(BCB)\lib\release
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -Od -Hc -w -Ve -r- -a4 -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  36. CFLAG2 = -Id:\unziped\zdroje\sams\presto\code\day09;$(BCB)\include;$(BCB)\include\vcl \
  37.   -H=$(BCB)\lib\vcl35.csm
  38. CFLAG3 =
  39. PFLAGS = -Ud:\unziped\zdroje\sams\presto\code\day09;$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  40.   -Id:\unziped\zdroje\sams\presto\code\day09;$(BCB)\include;$(BCB)\include\vcl -v \
  41.   -JPHN -M
  42. RFLAGS = -id:\unziped\zdroje\sams\presto\code\day09;$(BCB)\include;$(BCB)\include\vcl
  43. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd /d_RTLDLL /dUSEPACKAGES
  44. LFLAGS = -Ld:\unziped\zdroje\sams\presto\code\day09;$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  45.   -aa -Tpe -x -v
  46. IFLAGS = -Gn
  47. # ---------------------------------------------------------------------------
  48. ALLOBJ = c0w32.obj $(OBJFILES)
  49. ALLRES = $(RESFILES)
  50. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  51. # ---------------------------------------------------------------------------
  52. !ifdef IDEOPTIONS
  53.  
  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.  
  69. [Version Info Keys]
  70. CompanyName=
  71. FileDescription=
  72. FileVersion=1.0.0.0
  73. InternalName=
  74. LegalCopyright=
  75. LegalTrademarks=
  76. OriginalFilename=
  77. ProductName=
  78. ProductVersion=1.0.0.0
  79. Comments=
  80.  
  81. [HistoryLists\hlIncludePath]
  82. Count=1
  83. Item0=$(BCB)\include;$(BCB)\include\vcl
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=1
  87. Item0=$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib
  88.  
  89. [HistoryLists\hlDebugSourcePath]
  90. Count=1
  91. Item0=$(BCB)\source\vcl
  92.  
  93. [HistoryLists\hlConditionals]
  94. Count=1
  95. Item0=_RTLDLL;USEPACKAGES
  96.  
  97. [Debugging]
  98. DebugSourceDirs=$(BCB)\source\vcl
  99.  
  100. [Parameters]
  101. RunParams=
  102. HostApplication=
  103.  
  104. !endif
  105.  
  106. # ---------------------------------------------------------------------------
  107. # MAKE SECTION
  108. # ---------------------------------------------------------------------------
  109. # This section of the project file is not used by the BCB IDE.  It is for
  110. # the benefit of building from the command-line using the MAKE utility.
  111. # ---------------------------------------------------------------------------
  112.  
  113. .autodepend
  114. # ---------------------------------------------------------------------------
  115. !if !$d(BCC32)
  116. BCC32 = bcc32
  117. !endif
  118.  
  119. !if !$d(DCC32)
  120. DCC32 = dcc32
  121. !endif
  122.  
  123. !if !$d(TASM32)
  124. TASM32 = tasm32
  125. !endif
  126.  
  127. !if !$d(LINKER)
  128. LINKER = ilink32
  129. !endif
  130.  
  131. !if !$d(BRCC32)
  132. BRCC32 = brcc32
  133. !endif
  134. # ---------------------------------------------------------------------------
  135. !if $d(PATHCPP)
  136. .PATH.CPP = $(PATHCPP)
  137. .PATH.C   = $(PATHCPP)
  138. !endif
  139.  
  140. !if $d(PATHPAS)
  141. .PATH.PAS = $(PATHPAS)
  142. !endif
  143.  
  144. !if $d(PATHASM)
  145. .PATH.ASM = $(PATHASM)
  146. !endif
  147.  
  148. !if $d(PATHRC)
  149. .PATH.RC  = $(PATHRC)
  150. !endif
  151. # ---------------------------------------------------------------------------
  152. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  153.     $(BCB)\BIN\$(LINKER) @&&!
  154.     $(LFLAGS) $(IFLAGS) +
  155.     $(ALLOBJ), +
  156.     $(PROJECT),, +
  157.     $(ALLLIB), +
  158.     $(DEFFILE), +
  159.     $(ALLRES)
  160. !
  161. # ---------------------------------------------------------------------------
  162. .pas.hpp:
  163.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  164.  
  165. .pas.obj:
  166.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  167.  
  168. .cpp.obj:
  169.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  170.  
  171. .c.obj:
  172.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  173.  
  174. .asm.obj:
  175.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  176.  
  177. .rc.res:
  178.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  179. # ---------------------------------------------------------------------------
  180.