mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add script to generate PsfAot project.
This commit is contained in:
parent
1604a613af
commit
10cd14ff21
1 changed files with 5 additions and 0 deletions
5
build_cmake/generate_vs2017_64_psfaot.cmd
Normal file
5
build_cmake/generate_vs2017_64_psfaot.cmd
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
mkdir build_psfaot
|
||||
pushd build_psfaot
|
||||
cmake ../.. -G "Visual Studio 15 2017 Win64" -T v141_xp -DBUILD_PSFPLAYER=on -DBUILD_PLAY=off -DBUILD_TESTS=off -DBUILD_AOT_CACHE=on
|
||||
popd
|
Loading…
Add table
Add a link
Reference in a new issue