Share

NAnt - A .NET Build Tool

Tracker: Bugs

5 rc files may include c++ headers - ID: 1215811
Last Update: Attachment added ( yawl )

In VC++, rc files can include c++ header files. resource.h
is one of them. And this practice uses it as well:
http://support.microsoft.com/kb/q237870/

But in the source code(
nant-0.85-rc3\src\NAnt.VisualCpp\Tasks\RcTask.cs),
I noticed that the date of the header files are not checked
in NeedsCompiling() function, which is not consistent
with VC++.NET itself.


yawl ( yawl ) - 2005-06-06 16:18

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2005-06-06 17:11
Sender: driesengProject AdminAccepting Donations

Logged In: YES
user_id=707851

Please attach a small repro to this bug report (or send it me
personnaly, drieseng@users.sourceforge.net).

Thanks !


Attached File ( 1 )

Filename Description Download
ResourceWithHeader.zip Project used to repro the bug (edit version.h, nant will not rebuild the resource) Download

Changes ( 2 )

Field Old Value Date By
File Added 137787: ResourceWithHeader.zip 2005-06-09 18:14 yawl
summary rc include c++ 2005-06-06 16:19 yawl