adds the dependency of wbres.o on config.c introduced by having the VersionInfo in the resource
\r
\r
# Update the resource if necessary\r
-wbres.o: $(PROJ).rc $(PROJ).h resource.h\r
+wbres.o: $(PROJ).rc $(PROJ).h resource.h config.h\r
windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@\r
\r
\r
\r
\r
# Update the resource if necessary\r
-$(PROJ).res: $(PROJ).rc $(PROJ).h resource.h\r
+$(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h\r
$(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc\r
\r
parser.c: ../parser.l\r