home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / triton-1.0.lha / Triton-1.0 / Demos / Demo / SMakefile < prev   
Encoding:
Makefile  |  1994-04-09  |  432 b   |  17 lines

  1. #
  2. #  Triton - The object oriented GUI creation system for the Amiga
  3. #  Written by Stefan Zeiger in 1993-1994
  4. #
  5. #  (c) 1993-1994 by Stefan Zeiger
  6. #  You are hereby allowed to use this source or parts of it for
  7. #  creating programs for AmigaOS which use the Triton GUI creation
  8. #  system. All other rights reserved.
  9. #
  10. #  SMakefile - Makefile for SAS/C SMake
  11. #
  12.  
  13.  
  14. Demo: Demo.c
  15.     sc LINK LIB=lib:triton.lib Demo.c
  16.     delete demo.lnk demo.o
  17.