nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.

Added support for processing .rc to win32 gmake build.
Bug #58981


git-svn-id: svn://10.0.0.236/trunk@111203 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-01-01 00:03:57 +00:00
parent 9306d688e4
commit 11b13e95fe
23 changed files with 108 additions and 13 deletions

View File

@@ -89,9 +89,12 @@ EXPORTS = \
nsIPluginInstanceOwner.h \
$(NULL)
EXTRA_DSO_LIBS += gkgfx
ifeq ($(OS_ARCH),WINNT)
EXTRA_DSO_LIBS += gkgfx
endif
EXTRA_DSO_LDOPTS = \
$(EXTRA_DSO_LIBS) \
$(MOZ_NECKO_UTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)