#1
|
|||
|
|||
Fording a rebuild on a VC.NET step
I was able to force a rebuild on a vc6 step by appending the command tail /rebuild to the command line.
Now in .NET, that syntax is broken. You must substitute the /build filename for a /rebuild filename option. this is handled by visual build, but I see no option to force a rebuild. Any ideas how to do this? thanks rp |
#2
|
|||
|
|||
|
|