mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 419621: Add rule so |make nsFoo.i| works for nsFoo.mm files. r=bsmedberg, a1.9+=damons
This commit is contained in:
parent
2d15463f40
commit
2276eea626
@ -1325,6 +1325,9 @@ $(OBJ_PREFIX)%.$(OBJ_SUFFIX): %.m Makefile Makefile.in
|
||||
%.i: %.c
|
||||
$(CC) -C -E $(COMPILE_CFLAGS) $(_VPATH_SRCS) > $*.i
|
||||
|
||||
%.i: %.mm
|
||||
$(CCC) -C -E $(COMPILE_CXXFLAGS) $(COMPILE_CMMFLAGS) $(_VPATH_SRCS) > $*.i
|
||||
|
||||
%.res: %.rc
|
||||
@echo Creating Resource file: $@
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
|
Loading…
Reference in New Issue
Block a user