Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13182
Modified Files:
winrules.msc
Log Message:
Port to icc 1.10: When linking _MapiLib.pyd, icc complained that it
couldn't find python25.lib, even though the full path name was given
here. This is presumably because there is an implicit reference to
the library in one of the object files. By using /libpath we avoid
the problem.
Index: winrules.msc
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/winrules.msc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- winrules.msc 8 Jan 2008 15:19:25 -0000 1.20
+++ winrules.msc 10 Jan 2008 16:35:30 -0000 1.21
@@ -58,7 +58,7 @@
PYTHONBASE=C:\Python25
PYTHON_INCS=-I$(PYTHONBASE)\include
-PYTHON_LIBS=$(PYTHONBASE)\libs\python25.lib
+PYTHON_LIBS=/libpath:$(PYTHONBASE)\libs python25.lib
PYTHON_LIBDIR=share\MonetDB\python
!IFDEF HAVE_PCRE
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins