Building Berkeley DB on Windows -
07-01-2009
, 10:40 PM
Hey everyone,
Berkeley DB provides Visual C++ 6 project files for Windows. I'm
working on a script that will automate the BerkeleyDB build process.
However, there are very limiting options for converting DSP files to
VCPROJ files from the command line. VCBUILD can be used to only
convert DSP files (DSW's cannot). When I convert to a VCPROJ, I then
try to build that VCPROJ from the command line but it fails saying it
cannot find any of the header files. However, when I build from Visual
Studio IDE, it all works fine. I suspect this is because there is no
SLN file until I open it in visual studio, and the working directory
used to find the include directories is based on the location of the
SLN file?
Do you guys have a better way of building BerkeleyDB from the command
line in Windows? NMAKE scripts would be wonderful, but I don't see any
support for those. |