parent
d0db3412d9
commit
a16ca296c7
@ -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 "libsteam_api.so" "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