Home
News
Download
Docs
Bugs
Contact
Tasks
unfinished
search
Code
Name Password
register
Lost login?
The current build system relies on a posix-like development environment with autoconf, make, etc. Compilers are assumed to support the usual flags such as -M, -c, -o, etc. Encapsulate the commands such that VC can be interfaced, too. The rev:1624 checkin puts calls to the compiler into 'canned command sequences', allowing to redefine them for specific platforms. Is it possible to rewrite these commands when compiling with VC ? (search for 'compile' et al. in src/Makefile.in) What other modifications to the build system are needed ?
Attached is a patch fixing some warnings I've got during compilation with VC7.1.