diff options
author | Sven Gothel <[email protected]> | 2011-05-17 17:04:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-17 17:04:03 +0200 |
commit | 4dab9cfb6526d1c53a8c796c4e102264d11dc0cb (patch) | |
tree | 564adb65404b4b651da594e82c8415d06d9e4ca4 /make/build.xml | |
parent | 2762d56385b2f64f39a49431868315e6241c60a5 (diff) |
Add all.debug target
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
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" /> |