From 277d0e37fa501d8c7f4575ccda6eef3ad7efc47d Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 26 May 1999 04:16:23 +0000 Subject: [PATCH] I dont have a clue why I need this. If I dont add the xptinfo.lib to the link line, I get a undefined for _XPTI_GetInterfaceInfoManager Some windows dude should fix this. git-svn-id: svn://10.0.0.236/trunk@32650 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/reflect/xptinfo/tests/makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/reflect/xptinfo/tests/makefile.win b/mozilla/xpcom/reflect/xptinfo/tests/makefile.win index 89bd9453950..c7a091e7c14 100644 --- a/mozilla/xpcom/reflect/xptinfo/tests/makefile.win +++ b/mozilla/xpcom/reflect/xptinfo/tests/makefile.win @@ -28,6 +28,7 @@ LCFLAGS=-DUSE_NSREG -DEXPORT_XPTI_API -DWIN32_LEAN_AND_MEAN LINCS=-I$(PUBLIC)\xpcom LLIBS= \ + $(DIST)\lib\xpcomxptinfo_s.lib \ $(DIST)\lib\xpcom.lib \ $(LIBNSPR) \ $(NULL)