2024-04-01 19:24:25 +00:00
|
|
|
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
|
2024-01-23 18:50:19 +00:00
|
|
|
clear
|
2024-02-26 21:22:18 +00:00
|
|
|
|
|
|
|
mkdir bin
|
|
|
|
mkdir bin/assets
|
|
|
|
|
|
|
|
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/config" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/maps" bin/assets
|
|
|
|
rm -R bin/assets/maps/commercial_assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/monsters" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/music" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/npcs" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/sounds" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/gamepack.pak" bin/assets
|
|
|
|
|
2024-01-23 18:50:19 +00:00
|
|
|
source ./emsdk/emsdk_env.sh
|
2024-01-23 23:30:58 -06:00
|
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=Release .
|
2024-02-09 18:03:23 +00:00
|
|
|
cmake --build . -j 20
|