home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile for CURSOR.EXE
- #
- # Compiler : Microsoft C 6.0
- # Created : 4.8.1992
- # Copyright (c) : Martti Ylikoski, 1992
- #
- # Notes: The llibcep.lib is the default library in my system
- # and is therefore renamed llibce.lib.
-
- cursor.exe: cursor.obj
- link cursor.obj, , NUL.MAP,mtoolsp, ,
- bind cursor.exe
- exehdr /PMTYPE:VIO cursor.exe
- del cursor.obj
-
- cursor.obj: cursor.c
- CL -AL -c cursor.c
-
-