home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile for BORDER.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.
-
- border.exe: border.obj
- link /NOE border.obj, , NUL.MAP,mtoolsp, ,
- bind border.exe
- exehdr /PMTYPE:VIO border.exe
- del border.obj
-
- border.obj: border.c
- CL -AL -c border.c
-
-