Added macro for passing RCFLAGS to resource compiler.

svn path=/trunk/; revision=3160
This commit is contained in:
Robert Dickenson 2002-06-29 18:21:00 +00:00
parent 51036c7f74
commit b7d141eefe

View file

@ -94,7 +94,7 @@ RCINC = --include-dir ../reactos/include --include-dir ../../reactos/include --i
%.o: %.asm %.o: %.asm
$(NASM_CMD) $(NFLAGS) $< -o $@ $(NASM_CMD) $(NFLAGS) $< -o $@
%.coff: %.rc %.coff: %.rc
$(RC) $(RCINC) $< $@ $(RC) $(RCFLAGS) $(RCINC) $< $@