Reduce logging level of NSIS.
This commit is contained in:
parent
93b085f441
commit
2dfbc989ba
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
||||||
#define VSInstallDir GetEnv("VSINSTALLDIR")
|
#define VSInstallDir GetEnv("VSINSTALLDIR")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
; don't fill up the Jenkins logs with output, only show warnings
|
||||||
|
#verbose 1
|
||||||
|
|
||||||
#define VCInstallDir VSInstallDir + "\VC"
|
#define VCInstallDir VSInstallDir + "\VC"
|
||||||
#define InstallDir32 "X:\install\msvc140"
|
#define InstallDir32 "X:\install\msvc140"
|
||||||
#define OSGInstallDir InstallDir32 + "\OpenSceneGraph"
|
#define OSGInstallDir InstallDir32 + "\OpenSceneGraph"
|
||||||
|
|
Loading…
Reference in a new issue