diff --git a/Makefile b/Makefile deleted file mode 100644 index 493cdca619..0000000000 --- a/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# hey, emacs! this is a -*- makefile -*- -# -# OpenSim makefile -# - -RUBY = $(strip $(shell which ruby 2>/dev/null)) -ifeq ($(RUBY),) -NANT = nant -else -NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) -endif - -all: prebuild - # @export PATH=/usr/local/bin:$(PATH) - ${NANT} - find OpenSim -name \*.mdb -exec cp {} bin \; - -release: prebuild - ${NANT} -D:project.config=Release - find OpenSim -name \*.mdb -exec cp {} bin \; - -prebuild: - ./runprebuild.sh - -clean: - # @export PATH=/usr/local/bin:$(PATH) - -${NANT} clean - -test: prebuild - ${NANT} test - -test-xml: prebuild - ${NANT} test-xml - -tags: - find OpenSim -name \*\.cs | xargs etags - -cscope-tags: - find OpenSim -name \*\.cs -fprint cscope.files - cscope -b - -include $(wildcard Makefile.local) - diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OpenSim.Region.ScriptEngine.Shared.Api.Runtime.mdp b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OpenSim.Region.ScriptEngine.Shared.Api.Runtime.mdp deleted file mode 100644 index f02d2d90dc..0000000000 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OpenSim.Region.ScriptEngine.Shared.Api.Runtime.mdp +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -