Integrated the new develop environment into the repository. Cleaned up old and unused files.

This commit is contained in:
richard
2009-08-27 19:53:52 +02:00
parent f4a611ae63
commit 6fcc71aa90
73 changed files with 24 additions and 173 deletions

View File

@ -1,7 +1,8 @@
SOURCEDIR=src
SMINCLUDES=env/include
BUILDDIR=build
SPCOMP=bin/spcomp
SPCOMP=env/linux/bin/spcomp
VERSIONDUMP=./updateversion.sh
vpath %.sp $(SOURCEDIR)
@ -26,7 +27,7 @@ prepare_builddir:
%.smx: %.sp
$(VERSIONDUMP)
$(SPCOMP) -i$(SOURCEDIR) -i$(SOURCEDIR)/include -o$(BUILDDIR)/$@ $<
$(SPCOMP) -i$(SOURCEDIR) -i$(SOURCEDIR)/include -i$(SMINCLUDES) -o$(BUILDDIR)/$@ $<
clean:
@echo "Removing build directory"