Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 308 → Rev 309

/install/makefile
3,14 → 3,14
#
# You can use following targets:
#
# make - compiles the program
# make clean - cleans up all non-source files
# wmake - compiles the program
# wmake clean - cleans up all non-source files
#
 
all: install.com
 
install.com: keylay.h install.c cdrom.c input.c video.c
wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c cdrom.c input.c video.c kitten\kitten.c
install.com: keylay.h install.c input.c video.c
wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c input.c video.c kitten\kitten.c
upx --8086 -9 install.com
 
locales.exe: locales.c