зеркало из https://github.com/mozilla/pjs.git
add screen and screen manager to the build. r=scc.
This commit is contained in:
Родитель
83b6806c2c
Коммит
72f8e15c93
|
@ -4,3 +4,5 @@
|
|||
|
||||
nsIFontEnumerator.idl
|
||||
nsIScriptableRegion.idl
|
||||
nsIScreen.idl
|
||||
nsIScreenManager.idl
|
|
@ -33,6 +33,8 @@ XPIDLSRCS = \
|
|||
nsIFontEnumerator.idl \
|
||||
nsIScriptableRegion.idl \
|
||||
nsIGraphics.idl \
|
||||
nsIScreen.idl \
|
||||
nsIScreenManager.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -29,6 +29,8 @@ XPIDL_MODULE=gfx
|
|||
XPIDLSRCS = \
|
||||
.\nsIFontEnumerator.idl \
|
||||
.\nsIScriptableRegion.idl \
|
||||
.\nsIScreen.idl \
|
||||
.\nsIScreenManager.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS= \
|
||||
|
|
Двоичные данные
gfx/macbuild/gfx.mcp
Двоичные данные
gfx/macbuild/gfx.mcp
Двоичный файл не отображается.
Двоичные данные
gfx/macbuild/gfxIDL.mcp
Двоичные данные
gfx/macbuild/gfxIDL.mcp
Двоичный файл не отображается.
|
@ -45,6 +45,8 @@ CPPSRCS = \
|
|||
nsRegionGTK.cpp \
|
||||
nsGCCache.cpp \
|
||||
nsRenderingContextGTK.cpp \
|
||||
nsScreenGtk.cpp \
|
||||
nsScreenManagerGtk.cpp \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -44,6 +44,8 @@ CPPSRCS = \
|
|||
nsUnicodeFontMappingMac.cpp \
|
||||
nsUnicodeMappingUtil.cpp \
|
||||
nsUnicodeRenderingToolkit.cpp \
|
||||
nsScreenMac.cpp \
|
||||
nsScreenManagerMac.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
|
|
@ -41,6 +41,8 @@ OBJS = \
|
|||
.\$(OBJDIR)\nsRegionWin.obj \
|
||||
.\$(OBJDIR)\nsDeviceContextSpecWin.obj \
|
||||
.\$(OBJDIR)\nsDeviceContextSpecFactoryW.obj \
|
||||
.\$(OBJDIR)\nsScreenWin.obj \
|
||||
.\$(OBJDIR)\nsScreenManagerWin.obj \
|
||||
.\$(OBJDIR)\nsGfxFactoryWin.obj \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче