Blender Git Commit Log

Git Commits -> Revision 8fb9f2d

Revision 8fb9f2d by Ray molenkamp (master)
August 31, 2016, 12:26 (GMT)
[Windows] Add support for code signing the final binaries.

The option is controlled with the WITH_WINDOWS_CODESIGN option and needs:

- Signtool must be found on the system, the standard windows sdk folders will be searched for it.
- The path to the pfx file (WINDOWS_CODESIGN_PFX)
- The password for the pfx , this can either be set by the WINDOWS_CODESIGN_PFX_PASSWORD variable but given that ends up in CMakeCache.txt (which might be undesirable) there is a backup option of setting the PFXPASSWORD environment variable on the system.

Reviewers: sergey, juicyfruit

Reviewed By: juicyfruit

Tags: #bf_blender, #platform:_windows

Differential Revision: https://developer.blender.org/D2182

Commit Details:

Full Hash: 8fb9f2dbe9cb69476bf1f98c8503e5acd446c5b0
Parent Commit: b06a703
Lines Changed: +46, -1

5 Modified Paths:

/build_files/cmake/macros.cmake (+23, -0) (Diff)
/build_files/cmake/platform/platform_win32_msvc.cmake (+12, -0) (Diff)
/CMakeLists.txt (+9, -0) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021