create a "make release" target which does the release instead of
debug build. Just a convenience for people on the Linux side of the house0.6.3-post-fixes
parent
a6b21a3b83
commit
faa9873dc6
4
Makefile
4
Makefile
|
@ -5,6 +5,10 @@ all: prebuild
|
||||||
${NANT}
|
${NANT}
|
||||||
find OpenSim -name \*.mdb -exec cp {} bin \;
|
find OpenSim -name \*.mdb -exec cp {} bin \;
|
||||||
|
|
||||||
|
release: prebuild
|
||||||
|
${NANT} -D:project.config=Release
|
||||||
|
find OpenSim -name \*.mdb -exec cp {} bin \;
|
||||||
|
|
||||||
prebuild:
|
prebuild:
|
||||||
./runprebuild.sh
|
./runprebuild.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue