home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipComp.exe / XceedEncoding.Cab / F112882_Manager.bpr next >
Encoding:
Text File  |  2001-05-04  |  4.8 KB  |  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.04.04
  15. # ---------------------------------------------------------------------------
  16. PROJECT = Manager.exe
  17. OBJFILES = Manager.obj unMain.obj "C:\Program Files\Borland\CBuilder4\Imports\XCEEDBINARYENCODINGLib_TLB.obj"
  18. RESFILES = Manager.res
  19. RESDEPEN = $(RESFILES) unMain.dfm
  20. LIBFILES =
  21. LIBRARIES = XceedBen.lib
  22. SPARELIBS = Vcl40.lib XceedBen.lib Vclx40.lib
  23. PACKAGES = Vcl40.bpi Vclx40.bpi vcljpg40.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;C:\Program Files\Borland\CBuilder4\Imports\
  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"C:\Program Files\Borland\CBuilder4\Imports";$(BCB)\include;$(BCB)\include\vcl \
  36.   -Od -Hc -H=$(BCB)\lib\vcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par \
  37.   -w-inl -Vx -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  38. PFLAGS = -U$(BCB)\Projects\Lib;"C:\Program Files\Borland\CBuilder4\Imports";$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  39.   -I"C:\Program Files\Borland\CBuilder4\Imports";$(BCB)\include;$(BCB)\include\vcl \
  40.   -$YD -$W -$O- -v -JPHNE -M
  41. RFLAGS = -i"C:\Program Files\Borland\CBuilder4\Imports";$(BCB)\include;$(BCB)\include\vcl
  42. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd
  43. LFLAGS = -L$(BCB)\Projects\Lib;"C:\Program Files\Borland\CBuilder4\Imports";$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  44.   -aa -Tpe -x -Gn -v
  45. # ---------------------------------------------------------------------------
  46. ALLOBJ = c0w32.obj Memmgr.Lib $(PACKAGES) 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. [Debugging]
  80. DebugSourceDirs=$(BCB)\source\vcl
  81.  
  82. [Parameters]
  83. RunParams=
  84. HostApplication=
  85. RemoteHost=
  86. RemotePath=
  87. RemoteDebug=0
  88.  
  89. [Compiler]
  90. InMemoryExe=0
  91. ShowInfoMsgs=0
  92.  
  93. !endif
  94.  
  95. # ---------------------------------------------------------------------------
  96. # MAKE SECTION
  97. # ---------------------------------------------------------------------------
  98. # This section of the project file is not used by the BCB IDE.  It is for
  99. # the benefit of building from the command-line using the MAKE utility.
  100. # ---------------------------------------------------------------------------
  101.  
  102. .autodepend
  103. # ---------------------------------------------------------------------------
  104. !if !$d(BCC32)
  105. BCC32 = bcc32
  106. !endif
  107.  
  108. !if !$d(CPP32)
  109. CPP32 = cpp32
  110. !endif
  111.  
  112. !if !$d(DCC32)
  113. DCC32 = dcc32
  114. !endif
  115.  
  116. !if !$d(TASM32)
  117. TASM32 = tasm32
  118. !endif
  119.  
  120. !if !$d(LINKER)
  121. LINKER = ilink32
  122. !endif
  123.  
  124. !if !$d(BRCC32)
  125. BRCC32 = brcc32
  126. !endif
  127.  
  128. # ---------------------------------------------------------------------------
  129. !if $d(PATHCPP)
  130. .PATH.CPP = $(PATHCPP)
  131. .PATH.C   = $(PATHCPP)
  132. !endif
  133.  
  134. !if $d(PATHPAS)
  135. .PATH.PAS = $(PATHPAS)
  136. !endif
  137.  
  138. !if $d(PATHASM)
  139. .PATH.ASM = $(PATHASM)
  140. !endif
  141.  
  142. !if $d(PATHRC)
  143. .PATH.RC  = $(PATHRC)
  144. !endif
  145. # ---------------------------------------------------------------------------
  146. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  147.     $(BCB)\BIN\$(LINKER) @&&!
  148.     $(LFLAGS) +
  149.     $(ALLOBJ), +
  150.     $(PROJECT),, +
  151.     $(ALLLIB), +
  152.     $(DEFFILE), +
  153.     $(ALLRES)
  154. !
  155. # ---------------------------------------------------------------------------
  156. .pas.hpp:
  157.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  158.  
  159. .pas.obj:
  160.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  161.  
  162. .cpp.obj:
  163.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  164.  
  165. .c.obj:
  166.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  167.  
  168. .c.i:
  169.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  170.  
  171. .cpp.i:
  172.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  173.  
  174. .asm.obj:
  175.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  176.  
  177. .rc.res:
  178.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  179. # ---------------------------------------------------------------------------
  180.