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
This commit is contained in:
dp%netscape.com
1999-05-26 04:16:23 +00:00
parent 21160719fa
commit 277d0e37fa

View File

@@ -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)