terminal/tools/bzcon.cmd
Mike Griese f5939ebd61 Implement a basic passthrough mode
* [ ] Doesn't immediately stop a frame when passthrough mode is entered.
  * [ ] Exiting passthrough will leave us in a torn state
  * [ ] Pretty sure that's the wrong place to put that flag

  Otherwise this was scary easy
2019-07-19 10:24:29 -05:00

6 lines
115 B
Batchfile

@echo off
"%msbuild%" Openconsole.sln /t:Conhost\Host_EXE /m /p:Configuration=Debug /p:Platform=%ARCH%
:eof