I have a VC++ project which has several files that are compiled into the .res file. The <solution> task is not recognizing many of them as dependencies, while devenv.com does. It seems to recognize .ico files as dependencies, but not .bmp, .cur, or .rc2. So, if I touch the .ico file, the .res file recompiles, but if I touch a .bmp file, it doesn't.
How can I work around this using the <solution> and the <uptodate> tasks? I know how I can use the <uptodate> task, but how can I force the <solution> task to rebuild everything? I guess I could force a 'clean' with devenv.com or the <delete> task. Oh, I just thought of a solution. If the one of the other types changes (determined using <uptodate>), then <touch> the main .rc file. Any other thoughts? Thanks, Bill ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users