mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Not part of the build. more people than I thought use the old build system, synching this with my changes for transformiix' TEXTPrinter to the autoconf one
This commit is contained in:
parent
b12bf93a66
commit
e460f6ef0b
@ -8,7 +8,8 @@ INCLUDE_PATH = -I. -I$(BASE_PATH) -I$(DOM_PATH) -I-
|
||||
|
||||
|
||||
ALL_OBJS = XMLPrinter.o \
|
||||
HTMLPrinter.o
|
||||
HTMLPrinter.o \
|
||||
TEXTPrinter.o
|
||||
|
||||
CC := $(CC) -g
|
||||
|
||||
@ -19,3 +20,6 @@ XMLPrinter.o: printers.h XMLPrinter.cpp
|
||||
|
||||
HTMLPrinter.o: printers.h XMLPrinter.cpp HTMLPrinter.cpp
|
||||
$(CC) $(INCLUDE_PATH) -c HTMLPrinter.cpp
|
||||
|
||||
TEXTPrinter.o: printers.h XMLPrinter.cpp TEXTPrinter.cpp
|
||||
$(CC) $(INCLUDE_PATH) -c TEXTPrinter.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user