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_clcc / define.h next >
Text File  |  2002-01-18  |  244b  |  11 lines

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