home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Examples / c02 / borland.bat < prev    next >
Encoding:
DOS Batch File  |  1998-12-23  |  172 b   |  6 lines

  1. bcc32 -s -tWE -I..\c01\inc;inc src\viewer.cpp src\bmpdecod.cpp ..\c01\src\bitimage.cpp
  2. bcc32 -s -c -Iinc;..\c01\inc src\bmpdecod.cpp
  3. del *.obj                      
  4.  
  5.  
  6.