fix: replace compiler path with exe name (dev console)

This commit is contained in:
Dobin Rutishauser
2024-06-03 09:51:08 +02:00
parent 700b1d9e44
commit 7bb580947a
+2 -2
View File
@@ -1,5 +1,5 @@
path_cl: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe'
path_ml64: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\ml64.exe'
path_cl: 'cl.exe'
path_ml64: 'ml64.exe'
path_masmshc: 'C:\Users\hacker\Source\Repos\masm_shc\out\build\x64-Debug\masm_shc\masm_shc.exe'
path_runshc: 'C:\Users\hacker\Source\Repos\masm_shc\out\build\x64-Debug\runshc\runshc.exe'