1
0
Fork 0

Revert "Reduce logging level of NSIS."

This reverts commit 2dfbc989ba.
This commit is contained in:
James Turner 2016-12-02 16:58:15 +00:00
parent 2dfbc989ba
commit 8e82d4e1fb

View file

@ -26,9 +26,6 @@
#define VSInstallDir GetEnv("VSINSTALLDIR")
#endif
; don't fill up the Jenkins logs with output, only show warnings
#verbose 1
#define VCInstallDir VSInstallDir + "\VC"
#define InstallDir32 "X:\install\msvc140"
#define OSGInstallDir InstallDir32 + "\OpenSceneGraph"