home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / ALIB12.ZIP / GENFACE.BAT < prev    next >
DOS Batch File  |  1992-02-17  |  871b  |  24 lines

  1. rem /*****************************************************/
  2. rem /*                                                   */
  3. rem /*    Copyright 1991 by Wayne E. McDaniel            */
  4. rem /*    All Rights Reserved                            */
  5. rem /*    AutoLibrary is a Trademark of Avid Software    */
  6. rem /*                                                   */
  7. rem /*****************************************************/
  8.  
  9. rem /* Make Greenleaf-Turbo C 2.0 interface librarys. */
  10. tcc -c -ms -f -d -I\tc\include;\gls intface.c
  11. tlib ifgltcs + intface.obj
  12.  
  13. tcc -c -mc -f -d -I\tc\include;\gls intface.c
  14. tlib ifgltcc + intface.obj
  15.  
  16. tcc -c -mm -f -d -I\tc\include;\gls intface.c
  17. tlib ifgltcm + intface.obj
  18.  
  19. tcc -c -ml -f -d -I\tc\include;\gls intface.c
  20. tlib ifgltcl + intface.obj
  21.  
  22. tcc -c -mh -f -d -I\tc\include;\gls intface.c
  23. tlib ifgltch + intface.obj
  24.