speaking of resources, Alexandre is now allowing binary resources in winehq git as it actually handles them in a sane way as opposed to cvs. This means you guys can drop bin2res if your using it anywhere and keeping shell32 resources in sync with Wine will be less of a diff now.
Thanks Steven
On 10/3/07, hpoussin@svn.reactos.org hpoussin@svn.reactos.org wrote:
Author: hpoussin Date: Wed Oct 3 18:17:46 2007 New Revision: 29378
URL: http://svn.reactos.org/svn/reactos?rev=29378&view=rev Log: Add back windres, it is still used after wrc invocation
Modified: trunk/reactos/Makefile
Modified: trunk/reactos/Makefile URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=29378&r1=2... ============================================================================== --- trunk/reactos/Makefile (original) +++ trunk/reactos/Makefile Wed Oct 3 18:17:46 2007 @@ -298,6 +298,7 @@ objcopy = $(Q)$(PREFIX_)objcopy dlltool = $(Q)$(PREFIX_)dlltool strip = $(Q)$(PREFIX_)strip +windres = $(Q)$(PREFIX_)windres
# Set utilities ifeq ($(OSTYPE),msys)