mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Update build scripts.
This commit is contained in:
parent
b5884c3d82
commit
6591de46c7
3 changed files with 2 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
@echo off
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake .. -G "Visual Studio 15 2017" -T v141_xp
|
||||
popd
|
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake .. -G "Visual Studio 15 2017 Win64" -T v141_xp
|
||||
cmake ../.. -G "Visual Studio 15 2017 Win64" -T v141_xp -DBUILD_PSFPLAYER=on
|
||||
popd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
mkdir build_debugger
|
||||
pushd build_debugger
|
||||
cmake .. -G "Visual Studio 15 2017 Win64" -T v141_xp -DDEBUGGER_INCLUDED=on
|
||||
cmake ../.. -G "Visual Studio 15 2017 Win64" -T v141_xp -DBUILD_PSFPLAYER=on -DDEBUGGER_INCLUDED=on
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue