mirror of
https://github.com/libretro/Play-.git
synced 2025-02-24 21:50:58 +00:00
6 lines
157 B
Batchfile
6 lines
157 B
Batchfile
@echo off
|
|
mkdir build_debugger
|
|
pushd build_debugger
|
|
cmake ../.. -G "Visual Studio 15 2017 Win64" -T v141_xp -DBUILD_PSFPLAYER=on -DDEBUGGER_INCLUDED=on
|
|
popd
|