We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52fdd commit 1c7cb40Copy full SHA for 1c7cb40
tooling/compare-builds.sh
@@ -188,12 +188,12 @@ function compileAndSetToFuturePath() {
188
echo "
189
call vcvars64.bat
190
cl $(cygpath -m "${COMPARE_WAPPER_SCRIPT_DIR}/src/c/WindowsUpdateVsVersionInfo.c") version.lib
191
- " > bat.bat
192
- chmod 777 bat.bat
193
- ./bat.bat
+ " > setupEnvAndCompile.bat
+ chmod 755 setupEnvAndCompile.bat
+ ./setupEnvAndCompile.bat
194
# copy it to any dir on path or add this dir to path
195
mv WindowsUpdateVsVersionInfo.exe "$FUTURE_PATH_ADDITIONS"
196
- rm WindowsUpdateVsVersionInfo.obj bat.bat
+ rm WindowsUpdateVsVersionInfo.obj setupEnvAndCompile.bat
197
popd
198
}
199
0 commit comments