summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-05-17 17:04:03 +0200
committerSven Gothel <[email protected]>2011-05-17 17:04:03 +0200
commit4dab9cfb6526d1c53a8c796c4e102264d11dc0cb (patch)
tree564adb65404b4b651da594e82c8415d06d9e4ca4 /make/build.xml
parent2762d56385b2f64f39a49431868315e6241c60a5 (diff)
Add all.debug target
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index b459a2973..58e78e1f0 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -10,6 +10,8 @@
<target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build,developer-zip-archive" />
+ <target name="all.debug" description="Debug build nativewindow, jogl and newt projects, incl. all junit tests " depends="init.debug,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build,developer-zip-archive" />
+
<target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build" />
<target name="all.ide" description="Debug IDE build nativewindow, jogl and newt projects, including all junit tests, but don't tag the build or create archives" depends="init.debug,build.nativewindow,build.jogl,build.newt,test.compile,one.dir" />