home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
376_01
/
os2tool.000
/
BLANK.MAK
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-08-25
|
310 b
|
17 lines
#
# Makefile for BLANK.EXE
#
# Compiler : Microsoft C 6.0
# Created : 25.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
blank.exe: blank.obj
link /NOE blank.obj, , NUL.MAP, , ,
exehdr /PMTYPE:VIO blank.exe
del blank.obj
blank.obj: blank.c
CL -AL -c blank.c