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