home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / config / unix / sun_gcc / define.h next >
Text File  |  2002-01-18  |  218b  |  11 lines

  1. /*
  2.  * Icon configuration file for Sun 4 running Solaris 2.x with Cygnus gcc
  3.  */
  4.  
  5. #define UNIX 1
  6. #define LoadFunc
  7.  
  8. /* use gcc to compile generated code */
  9. #define CComp "gcc"
  10. #define COpts "-I/usr/openwin/include -ldl"
  11.