mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 01:21:04 +01:00
12 lines
257 B
Batchfile
12 lines
257 B
Batchfile
@echo off
|
|
|
|
if exist "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" goto win64
|
|
|
|
goto setupdone
|
|
|
|
:win64
|
|
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
|
|
goto setupdone
|
|
|
|
:setupdone
|