home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / qtw111 / samples / filters.mak < prev    next >
Text File  |  1992-08-19  |  543b  |  20 lines

  1.  
  2. # ---------------------------------------------------------------------
  3. #
  4. # Filters.mak - Sample QuickTime for Windows Application
  5. #
  6. #               (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. #
  8. # ---------------------------------------------------------------------
  9.  
  10. ALL : FILTERS.EXE
  11.  
  12. FILTERS.OBJ : FILTERS.C
  13.  cl -c -AS -DSTRICT -G2 -GA -GEs -Zpel -W3 -WX -Od filters.c
  14.  
  15. FILTERS.EXE : FILTERS.OBJ FILTERS.DEF
  16.  link /nod /a:16 filters, filters.exe, nul, \
  17.       qtw libw slibcew, filters.def;
  18.  rc filters.exe
  19.  
  20.