Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. native.tag.jar: include *.symbols (details)
  2. native.tag.jar: Revert explicit inclusion of *.symbols file -> implicit inclusion/exclusion based on build.dynamiclibs (details)
  3. fix windows build scripts (details)
Commit 5a59c20f9bd9be5c20b176720810dd5a95a75d87 by Sven Gothel
native.tag.jar: include *.symbols
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
Commit 26024b4b205d34563c641578dc1d2791cb1a03d9 by Sven Gothel
native.tag.jar: Revert explicit inclusion of *.symbols file -> implicit inclusion/exclusion based on build.dynamiclibs

Exclude *.symbols files implicitly when building 'build.dynamiclibs'
and include *.symbols files implicitly when not building 'build.dynamiclibs' (static libs)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
Commit 0b441cfc14947b1c8cabdc87705ae95a0afec4d9 by Sven Gothel
fix windows build scripts
The file was modifiedmake/scripts/make.gluegen.all.win64.bat (diff)
The file was modifiedmake/scripts/make.gluegen.all.win32.bat (diff)