home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipComp.exe / XceedEncoding.Cab / F112888_MemoryEncoding.bpr < prev    next >
Encoding:
Text File  |  2001-05-08  |  4.8 KB  |  191 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.04.04
  15. # ---------------------------------------------------------------------------
  16. PROJECT = MemoryEncoding.exe
  17. OBJFILES = MemoryEncoding.obj unMemEncoding.obj
  18. RESFILES = MemoryEncoding.res
  19. RESDEPEN = $(RESFILES) unMemEncoding.dfm
  20. LIBFILES =
  21. LIBRARIES = XceedBen.lib
  22. SPARELIBS = Vcl40.lib XceedBen.lib
  23. PACKAGES = Vcl40.bpi Vclx40.bpi vcljpg40.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHPAS = .;
  28. PATHASM = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)\lib\debug
  31. RELEASELIBPATH = $(BCB)\lib\release
  32. USERDEFINES =
  33. SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Imports -Od -Hc \
  36.   -H=$(BCB)\lib\vcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx \
  37.   -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  38. PFLAGS = -U$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  39.   -I$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Imports -$YD -$W -$O- -v -JPHNE -M
  40. RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Imports
  41. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /i$(BCB)\Imports /mx /w2 /zd
  42. LFLAGS = -L$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -aa -Tpe -x \
  43.   -Gn -v
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0w32.obj Memmgr.Lib $(PACKAGES) sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50.  
  51. [Version Info]
  52. IncludeVerInfo=0
  53. AutoIncBuild=0
  54. MajorVer=1
  55. MinorVer=0
  56. Release=0
  57. Build=0
  58. Debug=0
  59. PreRelease=0
  60. Special=0
  61. Private=0
  62. DLL=0
  63. Locale=1033
  64. CodePage=1252
  65.  
  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.  
  78. [HistoryLists\hlIncludePath]
  79. Count=1
  80. Item0=$(BCB)\include;$(BCB)\include\vcl;$(BCB)\Imports
  81.  
  82. [HistoryLists\hlLibraryPath]
  83. Count=1
  84. Item0=$(BCB)\Projects\Lib;$(BCB)\lib\obj;$(BCB)\lib
  85.  
  86. [HistoryLists\hlDebugSourcePath]
  87. Count=1
  88. Item0=$(BCB)\source\vcl
  89.  
  90. [Debugging]
  91. DebugSourceDirs=$(BCB)\source\vcl
  92.  
  93. [Parameters]
  94. RunParams=
  95. HostApplication=
  96. RemoteHost=
  97. RemotePath=
  98. RemoteDebug=0
  99.  
  100. [Compiler]
  101. InMemoryExe=0
  102. ShowInfoMsgs=0
  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(CPP32)
  120. CPP32 = cpp32
  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. # ---------------------------------------------------------------------------
  140. !if $d(PATHCPP)
  141. .PATH.CPP = $(PATHCPP)
  142. .PATH.C   = $(PATHCPP)
  143. !endif
  144.  
  145. !if $d(PATHPAS)
  146. .PATH.PAS = $(PATHPAS)
  147. !endif
  148.  
  149. !if $d(PATHASM)
  150. .PATH.ASM = $(PATHASM)
  151. !endif
  152.  
  153. !if $d(PATHRC)
  154. .PATH.RC  = $(PATHRC)
  155. !endif
  156. # ---------------------------------------------------------------------------
  157. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  158.     $(BCB)\BIN\$(LINKER) @&&!
  159.     $(LFLAGS) +
  160.     $(ALLOBJ), +
  161.     $(PROJECT),, +
  162.     $(ALLLIB), +
  163.     $(DEFFILE), +
  164.     $(ALLRES)
  165. !
  166. # ---------------------------------------------------------------------------
  167. .pas.hpp:
  168.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  169.  
  170. .pas.obj:
  171.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  172.  
  173. .cpp.obj:
  174.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  175.  
  176. .c.obj:
  177.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  178.  
  179. .c.i:
  180.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  181.  
  182. .cpp.i:
  183.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  184.  
  185. .asm.obj:
  186.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  187.  
  188. .rc.res:
  189.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  190. # ---------------------------------------------------------------------------
  191.