mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
12 lines
373 B
Bash
Executable File
12 lines
373 B
Bash
Executable File
|
|
./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 ../..
|