r=cls, a=chofmann
OS/2 only - add OS/2 specific nsTransform2D so Os/2 builds don't suck


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_0_BRANCH@121627 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-05-16 14:21:41 +00:00
parent b78558faa1
commit 1bfdcafcb0

View File

@@ -94,13 +94,18 @@ CPPSRCS = \
nsNameValuePairDB.cpp \
nsRenderingContextImpl.cpp \
nsRect.cpp \
nsTransform2D.cpp \
nsScriptableRegion.cpp \
nsGraphicsImpl.cpp \
nsPrintOptionsImpl.cpp \
nsPrintSettingsImpl.cpp \
$(NULL)
ifeq ($(OS_ARCH),OS2)
CPPSRCS += nsTransform2DOS2.cpp
else
CPPSRCS += nsTransform2D.cpp
endif
ifeq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
CPPSRCS += nsCompressedCharMap.cpp
endif