mirror of
https://github.com/libretro/Play-.git
synced 2024-12-11 18:54:11 +00:00
Add scripts to generate projects.
This commit is contained in:
parent
8eb5124086
commit
6bc13c7a4f
5
build_cmake/generate_vs2017_64.cmd
Normal file
5
build_cmake/generate_vs2017_64.cmd
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake .. -G "Visual Studio 15 2017 Win64"
|
||||
popd
|
5
build_cmake/generate_vs2017_64_debugger.cmd
Normal file
5
build_cmake/generate_vs2017_64_debugger.cmd
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
mkdir build_debugger
|
||||
pushd build_debugger
|
||||
cmake .. -G "Visual Studio 15 2017 Win64" -DDEBUGGER_INCLUDED=on
|
||||
popd
|
Loading…
Reference in New Issue
Block a user