Improving command parsing semantics, gofmt, warn when command reported
This commit is contained in:
20
build.bat
20
build.bat
@@ -1,16 +1,16 @@
|
||||
@echo off
|
||||
|
||||
if not exist "src\external\SDL" (
|
||||
pushd src\external
|
||||
git clone https://github.com/libsdl-org/SDL.git
|
||||
pushd SDL
|
||||
git checkout release-3.4.0
|
||||
cmake -S . -B build_win32_static -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=ON
|
||||
pushd build_win32_static
|
||||
msbuild SDL3.sln
|
||||
popd
|
||||
popd
|
||||
popd
|
||||
pushd src\external
|
||||
git clone https://github.com/libsdl-org/SDL.git
|
||||
pushd SDL
|
||||
git checkout release-3.4.0
|
||||
cmake -S . -B build_win32_static -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=ON
|
||||
pushd build_win32_static
|
||||
msbuild SDL3.sln
|
||||
popd
|
||||
popd
|
||||
popd
|
||||
)
|
||||
set sdl=..\src\external\SDL
|
||||
set sdllib=%sdl%\build_win32_static\Debug
|
||||
|
||||
Reference in New Issue
Block a user