12 Apr
2007
12 Apr
'07
12:48 p.m.
Steffen Goeldner wrote:
Sjoerd Mullender wrote:
Any objections if I change MONETDB_CFLAGS to MONETDB_INCS (and drop it from buildtools)?
No objections from me (as long as things keep compiling of course ;-) ).
Done. Next step: In rules.msc we find
MONETDB_INCLUDEDIR=$(MONETDB_PREFIX)\include MONETDB_INCS="-I$(MONETDB_INCLUDEDIR)" ...
(and similar for MONETDB4, MONETDB5). But we have
CLIENTS_INCS=-I$(TOPDIR)\..\..\clients\NT\include ...
I'd like it this way:
CLIENTS_INCLUDEDIR=$(CLIENTS_PREFIX)\include CLIENTS_INCS="-I$(CLIENTS_INCLUDEDIR)" ...
Still no objections if I change this?
Go for it! -- Sjoerd Mullender