summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-05-04 11:45:11 +0000
committerRelease Engineers <releng@openoffice.org>2009-05-04 11:45:11 +0000
commite4d61f22b337b766a50fc7870625d8867a90ebcd (patch)
tree9420b24e3481468650fd787aa02f801c91f217ff /scp2/source/python
parent69eb035c8f117aade1b94e0c692e7f0d565e98df (diff)
CWS-TOOLING: integrate CWS mingwport19
2009-04-23 16:09:03 +0200 tono r271180 : revert changes 2009-04-20 15:15:31 +0200 tono r270988 : i101223: MinGW port: atl patch fix 2009-04-14 14:54:29 +0200 tono r270779 : i101077: mingw port: make python to work with OOo 2009-04-14 14:52:46 +0200 tono r270777 : i101073: Mingw port fix: openssl 0.9.8k in cygwin case
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/profileitem_python.scp8
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/source/python/profileitem_python.scp b/scp2/source/python/profileitem_python.scp
index e32fe4ee0d11..75bb6710f0f9 100644
--- a/scp2/source/python/profileitem_python.scp
+++ b/scp2/source/python/profileitem_python.scp
@@ -69,9 +69,17 @@ ProfileItem gid_Profileitem_Pythonloader_Pythonpath
/lib/lib-tk $ORIGIN/python-core-,PYVERSION,
/lib/site-packages $ORIGIN);
#else
+ #ifdef _gcc3
+ Value = STRING(CONCAT9($ORIGIN/python-core-,PYVERSION,
+ /lib $ORIGIN/python-core-,PYVERSION,
+ /lib/lib-dynload $ORIGIN/python-core-,PYVERSION,
+ /lib/lib-tk $ORIGIN/python-core-,PYVERSION,
+ /lib/site-packages $ORIGIN));
+ #else
Value = STRING(CONCAT5($ORIGIN/python-core-,PYVERSION,
/lib $ORIGIN/python-core-,PYVERSION,
/lib/site-packages $ORIGIN));
+ #endif
#endif
#endif
End