home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
files
/
amg18.dms
/
amg18.adf
/
VirusX_v2.2
/
makefile
< prev
next >
Wrap
Makefile
|
1993-12-02
|
184b
|
10 lines
MODULES = virusx.o vx.o
CFLAGS = +x3 +x5 +l -s -DNDEBUG
LINKFLAGS = +cdb
virusx : $(MODULES)
ln -o virusx $(LINKFLAGS) $(MODULES) detach.o32 -lc32
vx.o : vx.asm
as -o vx.o vx.asm