From: nds Date: Fri, 21 Sep 2007 12:49:38 +0000 (+0000) Subject: Temporarily using Python2.5 X-Git-Tag: TG_Saint_Valentine-Day~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=164be01a7ded1b929f8dd90ff2bc65e638b70994;p=modules%2Fgui.git Temporarily using Python2.5 --- diff --git a/src/PyInterp/PyInterp.pro b/src/PyInterp/PyInterp.pro index 8ee7c1f25..d5c1c34af 100644 --- a/src/PyInterp/PyInterp.pro +++ b/src/PyInterp/PyInterp.pro @@ -5,7 +5,7 @@ MOC_DIR = ../../moc OBJECTS_DIR = ../../$(CONFIG_ID)/obj/$$TARGET INCLUDEPATH += ../../include $$(PYTHONINC) -unix:LIBS += -L$$(PYTHONLIB) -lpython2.5 +unix:LIBS += -L$$(PYTHONLIB) -lpython2.4 win32:LIBS += /LIBPATH:$$(PYTHONLIB) CONFIG -= debug release debug_and_release