Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10024/src/Python

Modified Files:
        PythonDll.cpp 
Log Message:
dynamically load 2.4 Python DLL too

Index: PythonDll.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonDll.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -u -2 -r1.25 -r1.26
--- PythonDll.cpp       30 Mar 2006 02:22:19 -0000      1.25
+++ PythonDll.cpp       8 Apr 2006 01:28:50 -0000       1.26
@@ -375,7 +375,7 @@
    {
 #ifdef OS_WIN
-      _T("23"), _T("22"), _T("20"), _T("15")
+      _T("24"), _T("23"), _T("22"), _T("20"), _T("15")
 #elif defined(OS_UNIX)
-      _T("2.3"), _T("2.2"), _T("2.0"), _T("1.5")
+      _T("2.4"), _T("2.3"), _T("2.2"), _T("2.0"), _T("1.5")
 #else
     #error "Unknown Python library naming convention under this OS"



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to