X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b7e0a8639098d55db2c7fb8f54a7558b95fe2c0..bfeed34c1cb102300a9a24a50657304e60486700:/wxPython/samples/embedded/makefile.unx?ds=sidebyside diff --git a/wxPython/samples/embedded/makefile.unx b/wxPython/samples/embedded/makefile.unx index edb8e9e91a..01fda2bb5e 100644 --- a/wxPython/samples/embedded/makefile.unx +++ b/wxPython/samples/embedded/makefile.unx @@ -12,11 +12,11 @@ PROGRAM = embedded OBJECTS = $(PROGRAM).o -#WX_CFG = wx-config -WX_CFG = wxgtk2ud-2.5-config +WX_CFG = wx-config +PYVER = 2.4 -EXTRAINC=-I../../include -I/usr/include/python2.3 -EXTRALIB=-L/usr/lib/python2.3/config -lpython2.3 +EXTRAINC=-I../../include -I/usr/include/python$(PYVER) +EXTRALIB=-L/usr/lib/python$(PYVER)/config -lpython$(PYVER) CXX = $(shell $(WX_CFG) --cxx)