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
|
2024-09-13 12:31:15 -05:00
|
|
|
cp -R 'Adventures in Lestoria/buildtemplate.html' bin/index.html
|
2024-02-26 21:22:18 +00:00
|
|
|
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
|
2024-09-13 12:31:15 -05:00
|
|
|
cp -R "Adventures in Lestoria/assets/backgrounds" bin/assets
|
|
|
|
rm -R bin/assets/backgrounds/commercial_assets
|
2024-02-26 21:22:18 +00:00
|
|
|
rm -R bin/assets/maps/commercial_assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/monsters" bin/assets
|
2024-09-17 13:28:01 -05:00
|
|
|
rm -R bin/assets/monsters/commercial_assets
|
2024-02-26 21:22:18 +00:00
|
|
|
cp -R "Adventures in Lestoria/assets/music" bin/assets
|
2024-09-13 12:31:15 -05:00
|
|
|
rm -R bin/assets/music/commercial_assets
|
2024-02-26 21:22:18 +00:00
|
|
|
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-09-13 12:31:15 -05:00
|
|
|
cp -R "Adventures in Lestoria/assets/themes" bin/assets
|
|
|
|
cp -R "Adventures in Lestoria/assets/*.ttf" bin/assets
|
2024-02-26 21:22:18 +00:00
|
|
|
|
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
|