Bug 419621: Add rule so |make nsFoo.i| works for nsFoo.mm files. r=bsmedberg, a1.9+=damons

git-svn-id: svn://10.0.0.236/trunk@247725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jag%tty.nl 2008-03-13 11:12:10 +00:00
parent b933471d79
commit 8802611193

View File

@ -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)