Fixes 280246. WinCE build support. r=bryner

git-svn-id: svn://10.0.0.236/trunk@168859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net 2005-02-06 03:48:19 +00:00
parent ee99b0025d
commit 19054977bc

View File

@ -88,7 +88,7 @@ CPPSRCS = \
nsAppShellFactory.cpp \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
ifeq (,$(filter-out WINCE WINNT,$(OS_ARCH)))
EXTRA_DSO_LIBS = gkgfx
endif