home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / tests / t02.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-30  |  79 b   |  5 lines

  1. @echo off
  2. echo Simple C++ compile test
  3. gcc -v t02.cc -o t02 -lgpp
  4. go32 t02
  5.