> General notes:
> - I still havn't figured out how to make MSVC understand that a .cc file is C++. I
>have had to rename/copy all .cc files to .cpp. This can of course be done in a build
>script.
Torsten:
Take a look at the /Tp /Tc /TC and /TP options. They allow you set the default
file type to be C++ or C, and the lowercase variants allow you to specify
single files as such. Seeing that htdig seems to be made up of almost all C++
files you should be able to get away with /TP, which makes all files C++ by
default.
Hope this helps your valiant effort!
--
Jamie Tillman
[EMAIL PROTECTED]
http://www.bigfoot.com/~jtillman
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.