Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1232 → Rev 1233

/demos/trunk/loader/makefile
7,10 → 7,10
endif
include $(BASE)/config/config.mk
 
PROGS = loader
PROGS = newloader
 
include $(BASE)/config/example.mk
 
loader:
make -f $(SUBMAKE) APP=loader INIT= OTHEROBJS="fsfinit.o initfile.o parser.o dosread.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"
newloader:
make -f $(SUBMAKE) APP=newloader INIT= OTHEROBJS="fsfinit.o initfile.o shark.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"