From 26c0e9db548ac23a16c31f89731c44975b826cd8 Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Wed, 26 Jul 2000 22:52:32 +0000 Subject: [PATCH] Bug 46379, r=alecf. --- modules/libpref/src/makefile.win | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/modules/libpref/src/makefile.win b/modules/libpref/src/makefile.win index 29f16a67e322..64d63463e041 100644 --- a/modules/libpref/src/makefile.win +++ b/modules/libpref/src/makefile.win @@ -38,10 +38,6 @@ DEPTH = ..\..\.. #//------------------------------------------------------------------------ DLLNAME = xppref$(MOZ_BITS) -DLL1NAME = xpref$(MOZ_BITS) -PDBFILE = $(DLLNAME).pdb -MAPFILE = $(DLLNAME).map -RESFILE = $(DLLNAME).res DLL =.\$(OBJDIR)\$(DLLNAME).dll MAKE_OBJ_TYPE = DLL IS_COMPONENT=1 @@ -58,27 +54,10 @@ LINCS = -I$(PUBLIC)/js \ LCFLAGS = -DMOZILLA_CLIENT -# I'm hardcoding the directory name here to fix MOZ_LITE -# it was $(DIST_PREFIX) instead of WIN, which is the same -# in communicator, but breaks when MOZ_LITE sets $DIST to NAV -# This will need to be fixed in a better way, but it depends -# on the Security team to fix stuff in what is being passed here. -# the same change was made in \ns\cmd\winfe\mkfiles32\mozilla.mak -!if ("$(MOZ_BITS)" == "16" ) -BINREL_DIST = $(DIST) -!else -!ifndef MOZ_DEBUG -BINREL_DIST=$(XPDIST)\WIN954.0_OPT.OBJ -!else -BINREL_DIST=$(XPDIST)\WIN954.0_DBG.OBJD -!endif -!endif - !ifdef MOZ_SECURITY -HASHLIBS=$(BINREL_DIST)\lib\hash.lib $(BINREL_DIST)\lib\secutil.lib +HASHLIBS=$(DIST)\lib\hash.lib $(DIST)\lib\secutil.lib !endif -# DEFFILE = $(DLLNAME).def LLIBS = \ $(LIBNSPR) \ $(DIST)\lib\js$(MOZ_BITS)$(VERSION_NUMBER).lib \