зеркало из https://github.com/mozilla/pjs.git
Родитель
4b6d43bc1d
Коммит
09d2093f8f
|
@ -24,9 +24,7 @@ DEPTH=..\..\..\..
|
||||||
LIBRARY_NAME=layoutxulbase_s
|
LIBRARY_NAME=layoutxulbase_s
|
||||||
MODULE=layout_xul
|
MODULE=layout_xul
|
||||||
DIRS=outliner \
|
DIRS=outliner \
|
||||||
!ifdef MOZ_GRID2
|
|
||||||
grid
|
grid
|
||||||
!endif
|
|
||||||
|
|
||||||
REQUIRES = xpcom \
|
REQUIRES = xpcom \
|
||||||
string \
|
string \
|
||||||
|
@ -62,12 +60,6 @@ CPPSRCS= \
|
||||||
nsPopupBoxObject.cpp \
|
nsPopupBoxObject.cpp \
|
||||||
nsMenuBoxObject.cpp \
|
nsMenuBoxObject.cpp \
|
||||||
nsBoxObject.cpp \
|
nsBoxObject.cpp \
|
||||||
!ifndef MOZ_GRID2
|
|
||||||
nsGridLayout.cpp \
|
|
||||||
nsTempleLayout.cpp \
|
|
||||||
nsObeliskLayout.cpp \
|
|
||||||
nsMonumentLayout.cpp \
|
|
||||||
!endif
|
|
||||||
nsImageBoxFrame.cpp \
|
nsImageBoxFrame.cpp \
|
||||||
nsRootBoxFrame.cpp \
|
nsRootBoxFrame.cpp \
|
||||||
nsDocElementBoxFrame.cpp \
|
nsDocElementBoxFrame.cpp \
|
||||||
|
@ -123,12 +115,6 @@ CPP_OBJS= \
|
||||||
.\$(OBJDIR)\nsPopupBoxObject.obj \
|
.\$(OBJDIR)\nsPopupBoxObject.obj \
|
||||||
.\$(OBJDIR)\nsMenuBoxObject.obj \
|
.\$(OBJDIR)\nsMenuBoxObject.obj \
|
||||||
.\$(OBJDIR)\nsBoxObject.obj \
|
.\$(OBJDIR)\nsBoxObject.obj \
|
||||||
!ifndef MOZ_GRID2
|
|
||||||
.\$(OBJDIR)\nsGridLayout.obj \
|
|
||||||
.\$(OBJDIR)\nsTempleLayout.obj \
|
|
||||||
.\$(OBJDIR)\nsObeliskLayout.obj \
|
|
||||||
.\$(OBJDIR)\nsMonumentLayout.obj \
|
|
||||||
!endif
|
|
||||||
.\$(OBJDIR)\nsImageBoxFrame.obj \
|
.\$(OBJDIR)\nsImageBoxFrame.obj \
|
||||||
.\$(OBJDIR)\nsRootBoxFrame.obj \
|
.\$(OBJDIR)\nsRootBoxFrame.obj \
|
||||||
.\$(OBJDIR)\nsDocElementBoxFrame.obj \
|
.\$(OBJDIR)\nsDocElementBoxFrame.obj \
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
#ifndef nsTreeLayout_h___
|
#ifndef nsTreeLayout_h___
|
||||||
#define nsTreeLayout_h___
|
#define nsTreeLayout_h___
|
||||||
|
|
||||||
//#define MOZ_GRID2 1
|
#define MOZ_GRID2 1
|
||||||
|
|
||||||
#ifdef MOZ_GRID2
|
#ifdef MOZ_GRID2
|
||||||
#include "nsGridRowGroupLayout.h"
|
#include "nsGridRowGroupLayout.h"
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
#include "nsIBoxLayout.h"
|
#include "nsIBoxLayout.h"
|
||||||
#include "nsMonumentLayout.h"
|
#include "nsMonumentLayout.h"
|
||||||
|
|
||||||
//#define MOZ_GRID2 1
|
#define MOZ_GRID2 1
|
||||||
|
|
||||||
#ifdef MOZ_GRID2
|
#ifdef MOZ_GRID2
|
||||||
#include "nsGrid.h"
|
#include "nsGrid.h"
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
#include "nsIStyleContext.h"
|
#include "nsIStyleContext.h"
|
||||||
#include "nsIDOMText.h"
|
#include "nsIDOMText.h"
|
||||||
|
|
||||||
//#define MOZ_GRID2 1
|
#define MOZ_GRID2 1
|
||||||
|
|
||||||
#ifdef MOZ_GRID2
|
#ifdef MOZ_GRID2
|
||||||
#include "nsGridRowGroupLayout.h"
|
#include "nsGridRowGroupLayout.h"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче