files to create a loki-setup based installer. run "make installer"

This commit is contained in:
Ludwig Nussel 2005-11-27 15:34:16 +00:00
parent 64025e68f0
commit be42cb3201
7 changed files with 196 additions and 2 deletions

View file

@ -1762,6 +1762,7 @@ copyfiles: build_release
$(COPYDIR)/missionpack/.
clean:clean-debug clean-release
$(MAKE) -C setup clean
clean2:
if [ -d $(B) ];then (find $(B) -name '*.d' -exec rm {} \;)fi
@ -1780,6 +1781,9 @@ distclean: clean
$(MAKE) -C ../tools/asm clean uninstall
$(MAKE) -C ../tools/lcc clean uninstall
installer: build_release
$(MAKE) VERSION=$(VERSION) -C setup
#############################################################################
# DEPENDENCIES
#############################################################################