Add script to generate PsfAot project.

This commit is contained in:
Jean-Philip Desjardins 2019-05-08 12:46:19 -04:00
parent 1604a613af
commit 10cd14ff21

View 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