master
parent
57cc852033
commit
4d74d803b2
@ -1,4 +1,5 @@ |
|||||||
cd "Adventures in Lestoria" |
cd "Adventures in Lestoria" |
||||||
mkdir "Adventures in Lestoria" |
mkdir "Adventures in Lestoria" |
||||||
cp "discord_game_sdk.so" "Adventures in Lestoria" |
cp "discord_game_sdk.so" "Adventures in Lestoria" |
||||||
|
cp "Adventures in Lestoria/"*.so "release/Adventures in Lestoria" |
||||||
gdb ../bin/AdventuresInLestoria |
gdb ../bin/AdventuresInLestoria |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp" |
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp" |
||||||
cmake -DCMAKE_BUILD_TYPE=Release .;make -j 8 |
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release .;make -j 8 |
||||||
|
Loading…
Reference in new issue