Reduce logging level of NSIS.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user