home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / blat01 / makefile < prev    next >
Encoding:
Makefile  |  1995-05-19  |  143 b   |  9 lines

  1. all:    blat.exe
  2.  
  3. blat.exe:    blat.obj
  4.     tlink32 /c c0x32 blat,blat,,gensock cw32 import32
  5.  
  6. blat.obj:    blat.cpp
  7.     bcc32 -c -w -w-pia blat.cpp
  8.  
  9.