mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
added default rule for .cpp files
svn path=/trunk/; revision=2384
This commit is contained in:
parent
5f56974966
commit
c900b97902
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ AR = $(PREFIX)ar
|
|||
RC = $(PREFIX)windres
|
||||
RCINC = --include-dir ../reactos/include --include-dir ../../reactos/include --include-dir ../../../reactos/include
|
||||
|
||||
%.o: %.cpp
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
%.o: %.cc
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
%.o: %.c
|
||||
|
|
Loading…
Reference in a new issue