Files
test/build_files/build_environment/windows/nuke_python.cmd
Ray Molenkamp 716fda7df1 Deps: Windows: Add back nuke convenience script
To easily force a rebuild of a dependency the nuke script will remove all build
artifacts for a specific dependency from the dependency build folder. This includes

- The Debug and Release build folder of the dependency
- The Debug and Release staging output folder of the dependency
- The harvest output folder of the dependency

For dependencies that have a long dependency chain like embree, shaderc and
python extra convenience scripts are added that nuke the additional deps that
need to be removed to obtain a fully clean build.
2025-01-14 18:12:02 -07:00

5 lines
98 B
Batchfile

@echo off
call nuke python
call nuke numpy
call nuke python_site_packages
call nuke Package_Python