home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
GRAPHICS
/
MISC
/
XBIN23.ZIP
/
MAKEFILE.TC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-01-13
|
265 b
|
10 lines
# xbin makefile for Turbo C
CL = tcc
DEBUGFLAGS = -k -N -r- -v -DDEBUG # options for debugging
OPTFLAGS = -G -O -r -Z # options for production
CFLAGS = -DMSDOS -ms $(OPTFLAGS)
xbin.exe: xbin.c
$(CL) $(CFLAGS) xbin.c