Commit graph

4 commits

Author SHA1 Message Date
dizzy
443309c5db Second try for the hardcoded configs default path, this time putting
them in config.h where having spaces in path shouldnt matter. Removed 
the old solution. Also removed the base source dir from searched 
included paths because it's not needed (we only need base binary dir for 
"config.h") and it was "hiding" the config.h from the out of source 
build because #include saw a config.h (generated from an autotools 
build) in the source dir first.
2007-08-23 07:44:18 +00:00
dizzy
e94c4d52a1 Cleaned up some more cmake stuff. Testing is needed on win32 that this
doesnt break anything and that now you properly get HAVE_SELECT and 
friends and code from src/compat could me modified to not assume a lot 
of stuff when WIN32 is present but just use the general HAVE_<function> 
checks.
2007-08-20 13:50:06 +00:00
pandaemonium
90528060fc first shot at enabling cmake based builds on win32 platform.
currently only tested with visual studio 8 (2005).
the bncdb tool is currently intentionally broken
as it was the only component relying on compat/pgetopt 
(which has been removed due to serious problems building it).
I will fix this problem tomorrow and add a common/conf based
commandline parser similar to the one used in bnetd,d2cs and d2dbs.
2007-08-19 22:50:02 +00:00
dizzy
eb4fd961cb Whoops, forgot this file from the last commit. 2007-08-19 12:45:17 +00:00