home *** CD-ROM | disk | FTP | other *** search
-
- # ---------------------------------------------------------------------
- #
- # Filters.mak - Sample QuickTime for Windows Application
- #
- # (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- #
- # ---------------------------------------------------------------------
-
- ALL : FILTERS.EXE
-
- FILTERS.OBJ : FILTERS.C
- cl -c -AS -DSTRICT -G2 -GA -GEs -Zpel -W3 -WX -Od filters.c
-
- FILTERS.EXE : FILTERS.OBJ FILTERS.DEF
- link /nod /a:16 filters, filters.exe, nul, \
- qtw libw slibcew, filters.def;
- rc filters.exe
-
-