mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-06 15:19:40 +01:00
12 lines
373 B
Bash
12 lines
373 B
Bash
|
|
||
|
./pandemonium_engine/bin/pandemonium.x11.opt.tools.64 --gdnative-generate-json-api ./pandemonium_engine/modules/gdnative/api.json
|
||
|
|
||
|
cd gdnative_python/pandemonium_headers/
|
||
|
rm -Rf *
|
||
|
|
||
|
cp -R ../../pandemonium_engine/modules/gdnative/include/* .
|
||
|
cp ../../pandemonium_engine/modules/gdnative/api.json .
|
||
|
cp ../../pandemonium_engine/modules/gdnative/gdnative_api.json .
|
||
|
|
||
|
cd ../..
|