Windows: Generate an nsis package on the fly with "make package"

This commit is contained in:
Fabio Bas 2014-06-28 18:43:18 +02:00
parent 29a7415f95
commit 803fd7c95d
3 changed files with 18 additions and 8 deletions

View file

@ -0,0 +1,3 @@
!define NSIS_PROJECT_NAME "@PROJECT_NAME@"
!define NSIS_SOURCE_PATH "@PROJECT_SOURCE_DIR@"
!define NSIS_BINARY_PATH "@PROJECT_BINARY_DIR@"