home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / BCBViewer / ImageViewer.bpr < prev    next >
Encoding:
Text File  |  1998-12-28  |  6.3 KB  |  193 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 = ImageViewer.exe
  17. OBJFILES = ImageViewer.obj Main.obj ChildWin.obj about.obj gamma.obj JpegConfig.obj \
  18.   EditableBitmap.obj PngConfig.obj
  19. RESFILES = ImageViewer.res
  20. RESDEPEN = $(RESFILES) Main.dfm ChildWin.dfm about.dfm gamma.dfm JpegConfig.dfm \
  21.   PngConfig.dfm
  22. LIBFILES = ..\bc\libimage.lib
  23. LIBRARIES = VCL35.lib
  24. SPARELIBS = VCL35.lib
  25. DEFFILE =
  26. PACKAGES = VCLX35.bpi VCL35.bpi dclocx35.bpi nmfast35.bpi VCLDB35.bpi VCLDBX35.bpi \
  27.   bcbsmp35.bpi QRPT35.bpi TEEUI35.bpi TEEDB35.bpi TEE35.bpi ibsmp35.bpi DSS35.bpi \
  28.   INETDB35.bpi INET35.bpi VCLMID35.bpi
  29. # ---------------------------------------------------------------------------
  30. PATHCPP = .;
  31. PATHASM = .;
  32. PATHPAS = .;
  33. PATHRC = .;
  34. DEBUGLIBPATH = $(BCB)\lib\debug
  35. RELEASELIBPATH = $(BCB)\lib\release
  36. # ---------------------------------------------------------------------------
  37. CFLAG1 = -O2 -Hc -w -Ve -k- -vi -c -b- -w-par -w-inl -Vx -tW
  38. CFLAG2 = -I"c:\program files\borland\cbuilder3\projects";$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include \
  39.   -H=$(BCB)\lib\vcl35.csm
  40. CFLAG3 = -Tkh30000
  41. PFLAGS = -U"c:\program files\borland\cbuilder3\projects";"c:\program files\borland\cbuilder3\lib";..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  42.   -I"c:\program files\borland\cbuilder3\projects";$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include \
  43.   -$L- -$D- -v -JPHN -M
  44. RFLAGS = -i"c:\program files\borland\cbuilder3\projects";$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include
  45. AFLAGS = /i"c:\program files\borland\cbuilder3\projects" /i$(BCB)\include \
  46.   /i$(BCB)\include\vcl /i..\cbuilder /i..\include /mx /w2 /zn /dUSEPACKAGES
  47. LFLAGS = -L"c:\program files\borland\cbuilder3\projects";"c:\program files\borland\cbuilder3\lib";..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  48.   -aa -Tpe -x -Gn
  49. IFLAGS =
  50. # ---------------------------------------------------------------------------
  51. ALLOBJ = c0w32.obj $(OBJFILES)
  52. ALLRES = $(RESFILES)
  53. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  54. # ---------------------------------------------------------------------------
  55. !ifdef IDEOPTIONS
  56.  
  57. [Version Info]
  58. IncludeVerInfo=1
  59. AutoIncBuild=0
  60. MajorVer=1
  61. MinorVer=0
  62. Release=0
  63. Build=0
  64. Debug=0
  65. PreRelease=0
  66. Special=0
  67. Private=0
  68. DLL=0
  69. Locale=1033
  70. CodePage=1252
  71.  
  72. [Version Info Keys]
  73. CompanyName=Colosseum Builders, Inc.
  74. FileDescription=Image Viewer
  75. FileVersion=1.0.0.0
  76. InternalName=
  77. LegalCopyright=Copyright 1998 Colosseum Builders, Inc
  78. LegalTrademarks=
  79. OriginalFilename=
  80. ProductName=Image Viewer
  81. ProductVersion=1.0.0.0
  82. Comments=www.colosseumbuilders.com
  83.  
  84. [HistoryLists\hlIncludePath]
  85. Count=6
  86. Item0=c:\program files\borland\cbuilder3\projects;$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include
  87. Item1=c:\program files\borland\cbuilder3\projects;..\..\..\versioninfo;$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include
  88. Item2=..\..\..\versioninfo;$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include
  89. Item3=$(BCB)\include;$(BCB)\include\vcl;..\cbuilder;..\include
  90. Item4=$(BCB)\include;$(BCB)\include\vcl;..\cbuilder
  91. Item5=$(BCB)\include;$(BCB)\include\vcl
  92.  
  93. [HistoryLists\hlLibraryPath]
  94. Count=5
  95. Item0=c:\program files\borland\cbuilder3\projects;c:\program files\borland\cbuilder3\lib;..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib
  96. Item1=c:\program files\borland\cbuilder3\projects;..\..\..\versioninfo;c:\program files\borland\cbuilder3\lib;..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib
  97. Item2=..\..\..\versioninfo;c:\program files\borland\cbuilder3\lib;..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib
  98. Item3=c:\program files\borland\cbuilder3\lib;..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib
  99. Item4=c:\program files\borland\cbuilder3\lib;..\cbuilder;$(BCB)\lib\obj;$(BCB)\lib;..\cbuilder
  100.  
  101. [HistoryLists\hlDebugSourcePath]
  102. Count=1
  103. Item0=$(BCB)\source\vcl
  104.  
  105. [HistoryLists\hlConditionals]
  106. Count=2
  107. Item0=USEPACKAGES
  108. Item1=_RTLDLL;USEPACKAGES
  109.  
  110. [Debugging]
  111. DebugSourceDirs=$(BCB)\source\vcl
  112.  
  113. [Parameters]
  114. RunParams=
  115. HostApplication=
  116.  
  117. !endif
  118.  
  119. # ---------------------------------------------------------------------------
  120. # MAKE SECTION
  121. # ---------------------------------------------------------------------------
  122. # This section of the project file is not used by the BCB IDE.  It is for
  123. # the benefit of building from the command-line using the MAKE utility.
  124. # ---------------------------------------------------------------------------
  125.  
  126. .autodepend
  127. # ---------------------------------------------------------------------------
  128. !if !$d(BCC32)
  129. BCC32 = bcc32
  130. !endif
  131.  
  132. !if !$d(DCC32)
  133. DCC32 = dcc32
  134. !endif
  135.  
  136. !if !$d(TASM32)
  137. TASM32 = tasm32
  138. !endif
  139.  
  140. !if !$d(LINKER)
  141. LINKER = ilink32
  142. !endif
  143.  
  144. !if !$d(BRCC32)
  145. BRCC32 = brcc32
  146. !endif
  147. # ---------------------------------------------------------------------------
  148. !if $d(PATHCPP)
  149. .PATH.CPP = $(PATHCPP)
  150. .PATH.C   = $(PATHCPP)
  151. !endif
  152.  
  153. !if $d(PATHPAS)
  154. .PATH.PAS = $(PATHPAS)
  155. !endif
  156.  
  157. !if $d(PATHASM)
  158. .PATH.ASM = $(PATHASM)
  159. !endif
  160.  
  161. !if $d(PATHRC)
  162. .PATH.RC  = $(PATHRC)
  163. !endif
  164. # ---------------------------------------------------------------------------
  165. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  166.     $(BCB)\BIN\$(LINKER) @&&!
  167.     $(LFLAGS) +
  168.     $(ALLOBJ), +
  169.     $(PROJECT),, +
  170.     $(ALLLIB), +
  171.     $(DEFFILE), +
  172.     $(ALLRES)
  173. !
  174. # ---------------------------------------------------------------------------
  175. .pas.hpp:
  176.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  177.  
  178. .pas.obj:
  179.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  180.  
  181. .cpp.obj:
  182.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  183.  
  184. .c.obj:
  185.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  186.  
  187. .asm.obj:
  188.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  189.  
  190. .rc.res:
  191.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  192. # ---------------------------------------------------------------------------
  193.