Fixed the module names

This commit is contained in:
mcmullen%netscape.com 1999-06-08 21:28:23 +00:00
parent 9448dd6cf8
commit c1aa35453d
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=mozsampl
LIBRARY_NAME=mozsampl
MODULE=prefwindow
LIBRARY_NAME=prefwindow
IS_COMPONENT=1
CPPSRCS= \
nsPrefWindow.cpp \

View File

@ -31,8 +31,8 @@ DEPTH = ..\..\..\..
#//
#//------------------------------------------------------------------------
DLLNAME = mozsampl
DLL1NAME = mozsampl
DLLNAME = prefwind
DLL1NAME = prefwind
PDBFILE = $(DLLNAME).pdb
MAPFILE = $(DLLNAME).map
DLL =.\$(OBJDIR)\$(DLLNAME).dll