>It's annoying always having to do a full rebuild. Can anyone
>suggest a better way?
This surprisingly doesn't work. Or rather, it works alternately. I modify
the custom build step to delete the exe but the linker doesn't run. The
next time it does run because of course the exe has disappeared from the
previous time. It's clear that VS decides what needs building BEFORE it
runs the build, so a custom build step is never going to influence the link.
I've now tried putting the mc file in a separate makefile project from the
exe. The custom build step can now get the linker to link by deleting the
exe (as long as the exe project is dependent on the makefile project).
> Hi Graham,
>
[quoted text clipped - 24 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
"Gary Chang[MSFT]" - 09 Nov 2005 02:05 GMT
>I've now tried putting the mc file in a separate makefile project
>from the exe. The custom build step can now get the linker to
>link by deleting the exe (as long as the exe project is dependent
>on the makefile project).
That's great, Graham!
It appears I missed this point in my test, thanks for sharing this valuable
experience with us, good luck:)
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.