mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 08:45:47 -04:00
Initial community commit
This commit is contained in:
22
Src/winampAll/build_winamp_x64_Debug_2019.cmd
Normal file
22
Src/winampAll/build_winamp_x64_Debug_2019.cmd
Normal file
@ -0,0 +1,22 @@
|
||||
@if not exist "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" goto missingVisualStudio2019x64
|
||||
|
||||
@echo ************************************
|
||||
@echo * Build winampAll_2019.sln Debug x64
|
||||
@echo ************************************
|
||||
call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
@@msbuild winampAll_2019.sln /p:configuration=Debug /p:Platform="x64"
|
||||
|
||||
@pause
|
||||
goto :exit
|
||||
|
||||
:missingVisualStudio2019x64
|
||||
@echo Microsoft Visual Studio 2019 for x64 configuration not detected
|
||||
@pause
|
||||
@exit
|
||||
goto :eof
|
||||
::-----------------------------------------------------------------------------
|
||||
:: EXIT
|
||||
::-----------------------------------------------------------------------------
|
||||
:exit
|
||||
|
||||
endlocal & exit /b %rc%
|
Reference in New Issue
Block a user