home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / jpeg / borland.mak < prev    next >
Encoding:
Text File  |  1998-12-26  |  378 b   |  21 lines

  1. .autodepend
  2.  
  3. OPTIMIZATIONS=-6 -a- -O2
  4. DIRS=-I..\INCLUDE 
  5. CC=BCC32
  6. FLAGS=-w-inl
  7. .cpp.obj:                       
  8.   $(CC) -c $(FLAGS) $(OPTIMIZATIONS) $(DIRS) $<
  9.  
  10. TARGETS: encoder.exe decoder.exe
  11.  
  12.  
  13. encoder.exe: encoder.obj  ..\bc\libimage.lib
  14.   bcc32 -s $** ..\bc\libimage.lib
  15.  
  16. decoder.exe: decoder.obj  ..\bc\libimage.lib
  17.   bcc32 -s $** ..\bc\libimage.lib
  18.  
  19.  
  20.  
  21.