Re: [CMake] CUSTOM COMMANDS with no depends under VS 2003

2006-09-01 Thread Brad King
Luigi Calori wrote:
> After several test and trials, I ve the suspect that if one use
> ADD_CUSTOM_COMMANDS without DEPENDS, then  the generator ->Visual Studio
> 7 .NET 2003<-, is not
> running the command at build but requires a rebuild.
> Am I completely wrong or is a known issue?

I happened to fix this in CVS CMake a few days ago:

http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmLocalVisualStudio7Generator.cxx?root=CMake&r1=1.143&r2=1.144

The fix will be in 2.4.4.  If you have time please try checking out and
building CMake from CVS to make sure it fixes your problem and let me know.

Thanks,
-Brad
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


[CMake] CUSTOM COMMANDS with no depends under VS 2003

2006-09-01 Thread Luigi Calori
After several test and trials, I ve the suspect that if one use 
ADD_CUSTOM_COMMANDS without DEPENDS, then  the generator ->Visual Studio 
7 .NET 2003<-, is not

running the command at build but requires a rebuild.
Am I completely wrong or is a known issue?
I' m trying to write macros to checkout project using cvs, so there is 
no dependency on command.

I' ve worked around inserting a fake depends on the cvs executable.
I' ve seen now there is a macro repository, but I' ve found no chechout 
or download macros, if someone is interested, let me know


Thanks in advance
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake