]> git.sesse.net Git - casparcg/commitdiff
build scripts
authorHelge Norberg <helge.norberg@svt.se>
Wed, 1 Oct 2014 13:17:27 +0000 (15:17 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 1 Oct 2014 13:17:27 +0000 (15:17 +0200)
build-scripts/build-windows.bat

index 4170b5f7730eacb8a453e2f5479d2d083b76d1e1..caefb961c700dbf33a48ae94d6cb4251c8cdf677 100644 (file)
@@ -22,6 +22,8 @@ call "%BUILD_VCVARSALL%" x86 || goto :error
 
 if defined BUILD_ATL_INCLUDE_PATH set INCLUDE=%BUILD_ATL_INCLUDE_PATH%;%INCLUDE%
 
+echo INCLUDE path is %INCLUDE%
+
 :: Build with MSBuild
 echo Building...
 msbuild /t:Clean /p:Configuration=Release || goto :error