Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17464
Modified Files:
winrules.msc
Log Message:
Use debug versions of pthreads library when compiling in debug mode.
You'll have to create those libraries yourself first, though...
Index: winrules.msc
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/winrules.msc,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- winrules.msc 7 Jan 2008 15:17:14 -0000 1.18
+++ winrules.msc 8 Jan 2008 09:35:14 -0000 1.19
@@ -47,9 +47,9 @@
PTHREAD = C:\Pthreads
PTHREAD_INCS = "-I$(PTHREAD)\include"
!IF $(bits) == 32
-PTHREAD_LIBS = "$(PTHREAD)\lib\pthreadVC2.lib"
+PTHREAD_LIBS = "$(PTHREAD)\lib\pthreadVC2$(DEBUGLIB).lib"
!ELSE
-PTHREAD_LIBS = "$(PTHREAD)\lib64\pthreadVC2.lib"
+PTHREAD_LIBS = "$(PTHREAD)\lib64\pthreadVC2$(DEBUGLIB).lib"
!ENDIF
PHP_INSTDIR = C:\php-525
PHP_SRCDIR = $(PHP_INSTDIR)\php-5.2.5
-------------------------------------------------------------------------
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