mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-17 04:11:16 +00:00
added nsFIleWidget.cpp
This commit is contained in:
parent
08282b1957
commit
8a80948a85
@ -44,6 +44,7 @@ EXTRA_DSO_LDOPTS+= -lXm -lXt -lX11 -lm
|
||||
endif
|
||||
|
||||
CPPSRCS= \
|
||||
nsFileWidget.cpp \
|
||||
nsTextHelper.cpp \
|
||||
nsTextWidget.cpp \
|
||||
nsCheckButton.cpp \
|
||||
@ -56,6 +57,7 @@ CPPSRCS= \
|
||||
nsToolkit.cpp
|
||||
|
||||
CPP_OBJS= \
|
||||
./$(OBJDIR)/nsFileWidget.o \
|
||||
./$(OBJDIR)/nsTextHelper.o \
|
||||
./$(OBJDIR)/nsTextWidget.o \
|
||||
./$(OBJDIR)/nsCheckButton.o \
|
||||
|
Loading…
Reference in New Issue
Block a user