mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +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
|
AS = $(PREFIX)gcc -c -x assembler-with-cpp
|
||||||
CPP = $(PREFIX)cpp
|
CPP = $(PREFIX)cpp
|
||||||
AR = $(PREFIX)ar
|
AR = $(PREFIX)ar
|
||||||
|
RC = $(PREFIX)windres
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue