bugs 71370 and 74946; author=simon@softel.co.il; r=attinasi; sr=erik;

Makefile changes for new file from IBM bidi project (e.g. Arabic and Hebrew)
This commit is contained in:
erik%netscape.com 2001-04-12 23:41:43 +00:00
parent f142d07935
commit 020b5f37a9
2 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,12 @@ CPPSRCS = \
nsLayoutHistoryState.cpp \
$(NULL)
ifdef IBMBIDI
CPPSRCS += \
nsBidiPresUtils.cpp \
$(NULL)
endif
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=

View File

@ -44,6 +44,9 @@ CPPSRCS = \
nsLayoutDebugger.cpp \
nsCaret.cpp \
nsLayoutHistoryState.cpp \
!ifdef IBMBIDI
nsBidiPresUtils.cpp \
!endif
$(NULL)
MODULE=raptor
@ -65,6 +68,9 @@ CPP_OBJS= \
.\$(OBJDIR)\nsLayoutDebugger.obj \
.\$(OBJDIR)\nsCaret.obj \
.\$(OBJDIR)\nsLayoutHistoryState.obj \
!ifdef IBMBIDI
.\$(OBJDIR)\nsBidiPresUtils.obj \
!endif
$(NULL)
LINCS=-I..\..\html\base\src -I..\..\html\style\src \