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.
This commit is contained in:
dp%netscape.com 1999-05-26 04:16:23 +00:00
Родитель 3e5d32c96b
Коммит 7c7fc290b3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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