home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
TOOLS
/
ACE11B
/
UNACESRC
/
PC
/
DOS
/
DOS16.BCC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-05
|
254 b
|
12 lines
SYSTEMNM= DOS
COMPNM = BORLAND_C
COMP = bcc
CFLAGS = -3 -Ox -D$(COMPNM) -D$(SYSTEMNM)
MODEL = l
SYSTEM = DOS16
FILES=unace.c uac_sys.c uac_crc.c uac_dcpr.c uac_comm.c uac_crt.c globals.c
unace.exe: $(FILES)
$(COMP) $(CFLAGS) $(FILES)