Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 41 → Rev 42

/install/makefile
1,18 → 1,18
#
# This is a makefile to build the Svarog386 install program
#
# You can use following targets:
#
# make - compiles the program
# make clean - cleans up all non-source files
#
 
all: install.com
 
install.com: install.c input.c video.c
wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c input.c video.c
upx --8086 -9 install.com
 
clean: .SYMBOLIC
del install.com
del *.obj
#
# This is a makefile to build the Svarog386 install program
#
# You can use following targets:
#
# make - compiles the program
# make clean - cleans up all non-source files
#
 
all: install.com
 
install.com: 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
 
clean: .SYMBOLIC
del install.com
del *.obj