Fixed the module names

git-svn-id: svn://10.0.0.236/trunk@34275 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-06-08 21:28:23 +00:00
parent c14a8e16ad
commit 3d04c0bad5
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