home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / os2apipm.zip / CMD / ADASTART.CMD < prev    next >
OS/2 REXX Batch file  |  1996-07-23  |  603b  |  14 lines

  1. /* set compiler variable gnat30  */
  2. /* 'set c_include_path='    */
  3. '@echo off'
  4. 'set c_include_path=d:\gnat30\include'              /* xxx.c xxx.h files  */
  5. /* 'set ada_include_path='   */
  6. 'set ada_include_path=d:\gnat30\gnatads;d:\gnatadb' /* xxx.ads  files     */
  7. 'set ada_objects_path=d:\gnat30\gnatlib;'           /*xxx.obj  xxx.o xxx.ali   */
  8. 'set gcc_exec_prefix=d:\gnat30\bin'                 /* xxx.exe  files     */
  9. 'set library_path=d:\gnat30\lib'
  10. 'set emxopt=-c -n -K -E '
  11. 'set tmp=d:\temp'
  12. 'set lib='
  13. 'set lib=d:\gnat30\lib;d:\cpp\lib;c:\os2;'         /*  xxx.lib  files     */
  14.