open_toontown_panda3d/direct
Mitchell Stokes d015b7e2f1 bdist_apps: Support user-defined installers
Custom installers can be added by specifying a build function in
bdist_apps options:

'installer_functions': {
    'custom': custom_func
}

Installer functions must accept three arguments:

  * command - the bdist_apps setuptools command function (can be used to
        gather build information)
  * basename - name of the output file (minus extension)
  * build_dir - path to the directory containing the built application
2020-12-29 16:08:18 +01:00
..
src bdist_apps: Support user-defined installers 2020-12-29 16:08:18 +01:00
CMakeLists.txt CMake: fix pandac/PandaModules.py to match makepanda's 2020-09-13 16:18:02 +02:00