File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,16 @@ For more information read:
1414 <dllmap dll =" python25" target =" libpython2.5.so" os =" !windows" />
1515 <dllmap dll =" python26" target =" libpython2.6.so" os =" !windows" />
1616 <dllmap dll =" python27" target =" libpython2.7.so" os =" !windows" />
17+ <dllmap dll =" python32" target =" libpython3.2.so" os =" !windows" />
18+ <dllmap dll =" python33" target =" libpython3.3.so" os =" !windows" />
19+ <dllmap dll =" python34" target =" libpython3.4.so" os =" !windows" />
1720 <dllmap dll =" python23.dll" target =" libpython2.3.so" os =" !windows" />
1821 <dllmap dll =" python24.dll" target =" libpython2.4.so" os =" !windows" />
1922 <dllmap dll =" python25.dll" target =" libpython2.5.so" os =" !windows" />
2023 <dllmap dll =" python26.dll" target =" libpython2.6.so" os =" !windows" />
2124 <dllmap dll =" python27.dll" target =" libpython2.7.so" os =" !windows" />
25+ <dllmap dll =" python32.dll" target =" libpython3.2.so" os =" !windows" />
26+ <dllmap dll =" python33.dll" target =" libpython3.3.so" os =" !windows" />
27+ <dllmap dll =" python34.dll" target =" libpython3.4.so" os =" !windows" />
2228</configuration >
2329
You can’t perform that action at this time.
0 commit comments