diff --git a/modules/libreg/src/makefile.win b/modules/libreg/src/makefile.win index 3d72a78d1fa..52fd99898b9 100644 --- a/modules/libreg/src/makefile.win +++ b/modules/libreg/src/makefile.win @@ -59,11 +59,7 @@ OBJS= \ #// #//------------------------------------------------------------------------ -!ifndef "$(MOZ_STANDALONE_REGISTRY)" LIBNAME=libreg$(MOZ_BITS) -!else -LIBNAME=reglib$(MOZ_BITS) -!endif DLL=$(OBJDIR)\$(LIBNAME).dll LIBRARY= .\$(OBJDIR)\$(LIBNAME).lib @@ -76,21 +72,12 @@ LIBRARY= .\$(OBJDIR)\$(LIBNAME).lib #//------------------------------------------------------------------------ LCFLAGS = $(LCFLAGS) - -!ifdef "$(MOZ_STANDALONE_REGISTRY)" -LCFLAGS = -DSTANDALONE_REGISTRY -!endif - -!ifndef "$(MOZ_STANDALONE_REGISTRY)" - LLIBS = $(LLIBS) $(LIBNSPR) !if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE) LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib !endif -!endif - #// #// Win16 places ALL public header files in $(PUBLIC)/win16 #//