1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00

Unfortunately there's no other way than using the absolute path to init the correct MSVC 2017 environment.

This commit is contained in:
Oliver Schmidt 2020-08-02 18:44:13 +02:00
parent 35d6a75b37
commit c831f40e9b

View File

@ -1,2 +1,2 @@
call "%VS140COMNTOOLS%vsvars32.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat"
msbuild.exe %*