check if _private.rc dependancies need to be recompiled
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
When there's an error during compilation of .rc file,
the problem is reported only in the compiler box.
dev-c++ should also open the problemous file and
highlight the problemous line.
Also I think there should be some way to check if the
rc files included in _private.rc were modified to
recompile them if they were. Currently _private.res has
to be deleted to force recompile.
Logged In: YES
user_id=609236
first part is done in cvs. second need to be researched and
implemented. currently windres is run only if _private.rc
has changed.