VOGONS


First post, by vasyl

User metadata
Rank Oldbie
Rank
Oldbie

I've uploaded a minor patch to SF. This is just for developers using Visual Studio .NET. It fixes minor annoyance that CVS version of .NET project file requires a few library files to be present for successful build even if those are not actually needed in current configuration. I've moved library references from vcproj to C file and made them conditional consistent with config.h. This may seem very minor but those who work on multiple branches at the same time will appreciate it.
There are no functional changes with this patch, it is development-time only.
It may conflict with some other patches (particulary, those that add new library references) but it is trivial to fix.