mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
a58cdf625e
I build barrier on windows from SSH, as such, I need a way to invoke the "Developer Command Prompt for VS 2017" without a GUI. This simple one-line batch script gets the job done. I thought it might be handy to upstream it. process I use to build on windows: ```shell $ ssh owner@10.0.0.209 owner@DESKTOP-C2IV8E5 C:\Users\Owner> cd Documents\GitHub\barrier\ owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> pre-build.bat owner@DESKTOP-C2IV8E5 C:\Users\Owner\Documents\GitHub\barrier> clean_build.bat ```
2 lines
104 B
Batchfile
2 lines
104 B
Batchfile
%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
|