Manage wildcards (?*) in /tar command
[ryzomcore.git] / win-build / vs_build_fv_x64.bat
blob2cb83650384211adc1e19a27158aab547d064e5e
1 if not exist .\fv_x64\CMakeCache.txt goto :no_build\r
2 call ..\path_config.bat\r
3 C:\r
4 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"\r
5 cd /d %RC_ROOT%\build\r
6 call patch_version.bat\r
7 if %errorlevel% neq 0 pause\r
8 cd fv_x64\r
9 cmake -DNL_VERSION_PATCH=%CLIENT_PATCH_VERSION% .\r
10 if %errorlevel% neq 0 pause\r
11 msbuild RyzomCore.sln /m:2 /p:Configuration=Release %MSBUILDEXTRA%\r
12 if %errorlevel% neq 0 pause\r
13 cd ..\r
14 :no_build\r