mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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
|
RC = $(PREFIX)windres
|
||||||
RCINC = --include-dir ../reactos/include --include-dir ../../reactos/include --include-dir ../../../reactos/include
|
RCINC = --include-dir ../reactos/include --include-dir ../../reactos/include --include-dir ../../../reactos/include
|
||||||
|
|
||||||
|
%.o: %.cpp
|
||||||
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
%.o: %.cc
|
%.o: %.cc
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
|
|
Loading…
Reference in a new issue