Adding regxpcom for windows.

This commit is contained in:
dp%netscape.com 1999-09-11 22:01:14 +00:00
parent 726c31e012
commit ebfb9778c4

View File

@ -26,11 +26,13 @@ LINCS = \
MAKE_OBJ_TYPE = EXE
PROG1 = .\$(OBJDIR)\regExport.exe
PROGRAMS = $(PROG1)
PROG2 = .\$(OBJDIR)\regxpcom.exe
PROGRAMS = $(PROG1) $(PROG2)
LLIBS = \
$(LIBNSPR) \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\neckoutil_s.lib \
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
$(GLOWDIR)\glowcode.lib \
!endif