build - Visual Studio compiles some files every time (even when no changes are made) -
i've been developing application on vs2008 , went well. made alterations, on name of solution , projects, , that's when started going crazy following behavior:
- i clean solution;
- every file recompiled (normal here);
- i make no changes whatsoever in any file , vs compile set of files again;
- still no changes made, same files recompiled every time.
if has idea of might going on, fantastic. if not, kind of tests can investigate further?
thanks
edit:
- the language used c++ cuda extensions;
- the files being compiled every time .cu files
probably file had had file modification date in future, , after saved them date became in past.
Comments
Post a Comment