add -shadow

This commit is contained in:
Dana Jansens 2003-01-04 00:12:21 +00:00
parent 0ea5de6247
commit 527697d6ae
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ otk.i: $(wildcard *.hh)
touch $@ touch $@
otk_wrap.cc: otk.i otk_wrap.cc: otk.i
swig $(filter -I%,$(CXXFLAGS)) -python -c++ -o $@ $< swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -o $@ $<
# local dependencies # local dependencies
application.o: application.cc application.hh eventdispatcher.hh \ application.o: application.cc application.hh eventdispatcher.hh \

View file

@ -31,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh
touch $@ touch $@
openbox_wrap.cc: openbox.i openbox_wrap.cc: openbox.i
swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $< swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
# local dependencies # local dependencies