home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / IFFULL.ZIP / IFFULL next >
Text File  |  1988-10-24  |  194b  |  8 lines

  1. #    make script for iffull
  2. #    markexe (in SDK 1.05) seems to return exit code 3, which will
  3. #    produce a harmless error message in make!
  4.  
  5. iffull.exe: $*.c
  6.     cl /Lp $*.c
  7.     markexe /pmvio $*.exe
  8.