git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3290
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
swig $(SWIGFLAGS) -c -o $@ $<
$(GENCODEDIR)/%.py : %.i
swig $(SWIGFLAGS) -c -o $@ $<
$(GENCODEDIR)/%.py : %.i
- swig $(SWIGFLAGS) -c -o $@ $<
-
+ swig $(SWIGFLAGS) -c -o $(GENCODEDIR)/tmp_wrap.cpp $<
+ rm $(GENCODEDIR)/tmp_wrap.cpp
# This one must leave out the -c flag so we define the whole rule
#$(GENCODEDIR)/wx.cpp $(GENCODEDIR)/wx.py : wx.i my_typemaps.i _defs.i _extras.py
# This one must leave out the -c flag so we define the whole rule
#$(GENCODEDIR)/wx.cpp $(GENCODEDIR)/wx.py : wx.i my_typemaps.i _defs.i _extras.py