swig: move pm3.i

This commit is contained in:
Philippe Teuwen 2020-06-14 21:40:43 +02:00
parent 6adcfad752
commit d59630183e
5 changed files with 6 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
swig -lua -o ../src/pm3_luawrap.c ../include/pm3.i
swig -python -o ../src/pm3_pywrap.c ../include/pm3.i
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i

View file

@ -1,10 +0,0 @@
#!/bin/bash
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)

4
client/lib/00make_swig.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i