mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
$(RC)
svn path=/trunk/; revision=477
This commit is contained in:
parent
5d7bcb07bd
commit
b5d3b3bf2d
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ STRIP = $(PREFIX)strip
|
|||
AS = $(PREFIX)gcc -c -x assembler-with-cpp
|
||||
CPP = $(PREFIX)cpp
|
||||
AR = $(PREFIX)ar
|
||||
RC = $(PREFIX)windres
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
|
Loading…
Reference in a new issue