mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
Added macro for passing RCFLAGS to resource compiler.
svn path=/trunk/; revision=3160
This commit is contained in:
parent
51036c7f74
commit
b7d141eefe
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ RCINC = --include-dir ../reactos/include --include-dir ../../reactos/include --i
|
|||
%.o: %.asm
|
||||
$(NASM_CMD) $(NFLAGS) $< -o $@
|
||||
%.coff: %.rc
|
||||
$(RC) $(RCINC) $< $@
|
||||
$(RC) $(RCFLAGS) $(RCINC) $< $@
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue