Skip to content
Snippets Groups Projects
Commit 2232e17a authored by Amorilia's avatar Amorilia
Browse files

added Makefile for building the python wrapper on linux/cygwin

parent f1fefaf0
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
niflib.so: pyniflib_wrap.o niflib.o
g++ -shared pyniflib_wrap.o niflib.o -o _niflib.so
niflib.py pyniflib_wrap.cxx: pyniflib.i
swig -c++ -python pyniflib.i
pyniflib_wrap.o: pyniflib_wrap.cxx
g++ -I/usr/include/python2.3/ -c pyniflib_wrap.cxx
clean:
rm -f _niflib.so pyniflib_wrap.o niflib.o niflib.py pyniflib_wrap.cxx
niflib.o: niflib.h niflib.cpp
g++ -c niflib.cpp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment