mirror of
https://github.com/Relintai/gdnative_python_sample.git
synced 2024-11-12 10:25:12 +01:00
Added a new helper script.
This commit is contained in:
parent
49897d403b
commit
d2dbba01d2
11
gen_copy_headers.sh
Executable file
11
gen_copy_headers.sh
Executable file
@ -0,0 +1,11 @@
|
||||
|
||||
./pandemonium_engine/bin/pandemonium.x11.opt.tools.64 --gdnative-generate-json-api ./pandemonium_engine/custom_modules/gdnative/api.json
|
||||
|
||||
cd gdnative_python/pandemonium_headers/
|
||||
rm -Rf *
|
||||
|
||||
cp -R ../../pandemonium_engine/custom_modules/gdnative/include/* .
|
||||
cp ../../pandemonium_engine/custom_modules/gdnative/api.json .
|
||||
cp ../../pandemonium_engine/custom_modules/gdnative/gdnative_api.json .
|
||||
|
||||
cd ../..
|
Loading…
Reference in New Issue
Block a user