home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
SCREEN
/
SCRIPT11.ZIP
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-07-25
|
335 b
|
14 lines
#
# Makefile for script V1.1 using Turbo C 2.0
# I don't think this makefile will work with the make utility
# provided with Turbo C. Use a better one.
#
AS = tasm
ASFLAGS= /mx
CC= tcc
CFLAGS= -mt -M
LIBDIR= \tc\lib
script.com: script.obj int21.obj
tlink ${LIBDIR}\c0t script int21 /t/c/m,script,script,${LIBDIR}\cs.lib