Is there a project / compiler / linker that can force the brcc32.exe file to run for some or all of the .rc
files included in the project? By default, only those .rc
files that have changed are recompiled, but not when there are files included in .rc
. Now we manually delete the .res
files to force recompile.
Update: inspired by the accepted answer, I wrote the following: https://gist.github.com/2868141
source share