Need to link to gfx when building on WinCE. r=dougt

git-svn-id: svn://10.0.0.236/trunk@170299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net
2005-03-07 18:23:48 +00:00
parent b50c650c27
commit 9f0fea0b0d

View File

@@ -89,6 +89,10 @@ EXPORTS = \
ifeq ($(OS_ARCH)$(MOZ_ENABLE_LIBXUL),WINNT)
EXTRA_DSO_LIBS = gkgfx
endif
ifeq ($(OS_ARCH),WINCE)
EXTRA_DSO_LIBS = gkgfx
endif
CPPSRCS = \
nsDocShellModule.cpp \