home *** CD-ROM | disk | FTP | other *** search
-
- # ---------------------------------------------------------------------
- #
- # FRONTROW.MAK - QuickTime for Windows
- #
- # Version 1.0
- #
- # (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
- #
- # ---------------------------------------------------------------------
-
-
- all : frontrow.exe
-
- frontrow.exe : frontrow.obj frontrow.def frontrow.res
- link /NOD /ON:N /NOLOGO /B /A:16 frontrow.obj, frontrow.exe, frontrow.map, libw llibcew qtw commdlg, frontrow.def;
- rc /31 /t /v frontrow.res frontrow.exe
-
- frontrow.obj : frontrow.c
- cl /DSTRICT /c /nologo /ALw /FPi /G2 /I. /Zpel /W3 /WX /Ocglnot /Gs frontrow.c
-
- frontrow.res : frontrow.rc frontrow.ico
- rc /r frontrow.rc
-