зеркало из https://github.com/mozilla/gecko-dev.git
add nsBaseFilePicker to windows build
This commit is contained in:
Родитель
db6b6e90d5
Коммит
3b40bb3f3e
|
@ -29,6 +29,7 @@ DEFINES =-D_IMPL_NS_WIDGET -DUSE_TLS_FOR_TOOLKIT
|
|||
CPPSRCS = \
|
||||
nsBaseDragService.cpp \
|
||||
nsBaseWidget.cpp \
|
||||
nsBaseFilePicker.cpp \
|
||||
nsFileSpecWithUIImpl.cpp \
|
||||
nsBaseClipboard.cpp \
|
||||
nsTransferable.cpp \
|
||||
|
@ -41,6 +42,7 @@ MODULE=raptor
|
|||
OBJS= \
|
||||
.\$(OBJDIR)\nsBaseDragService.obj \
|
||||
.\$(OBJDIR)\nsBaseWidget.obj \
|
||||
.\$(OBJDIR)\nsBaseFilePicker.obj \
|
||||
.\$(OBJDIR)\nsFileSpecWithUIImpl.obj \
|
||||
.\$(OBJDIR)\nsBaseClipboard.obj \
|
||||
.\$(OBJDIR)\nsTransferable.obj \
|
||||
|
|
Загрузка…
Ссылка в новой задаче