diff options
author | Sven Gothel <[email protected]> | 2023-09-16 13:42:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-09-16 13:42:49 +0200 |
commit | 4e94635bb7d0f7161d587dcd923b1c1ab275e7bf (patch) | |
tree | 0e1cfabb934d4eef3ee9eab20b01699c4aaf2dea /make | |
parent | 29c9bc1bc6560f40d011a5e3ea66f085a710265e (diff) |
make/build.xml: Fix target 'all.but-onejar', adding targets 'one.lib.dir' and 'test.compile' to have native libs in place and update tests/demos
'all.but-onejar' was introduced in commit 29c9bc1bc6560f40d011a5e3ea66f085a710265e
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index cb02fa294..ffdba383b 100644 --- a/make/build.xml +++ b/make/build.xml @@ -14,7 +14,7 @@ <target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.graphui,build.oculusvr,one.dir,tag.build,test.compile" /> - <target name="all.but-onejar" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.graphui,build.oculusvr,test.compile" /> + <target name="all.but-onejar" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.graphui,build.oculusvr,one.dir.skip.check,one.lib.dir,test.compile" /> <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,build.graphui,build.oculusvr,one.dir,test.compile" /> |