• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@rem Used by the buildbot "compile" step.
2@setlocal
3
4@rem Clean up
5call "%~dp0clean.bat" %*
6
7@rem If you need the buildbots to start fresh (such as when upgrading to
8@rem a new version of an external library, especially Tcl/Tk):
9@rem 1) uncomment the following line:
10
11@rem    call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
12
13@rem 2) commit and push
14@rem 3) wait for all Windows bots to start a build with that changeset
15@rem 4) re-comment, commit and push again
16
17@rem Do the build
18call "%~dp0..\..\PCbuild\build.bat" -v -e -d -k %*
19