Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz

git-svn-id: svn://10.0.0.236/trunk@50322 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com
1999-10-10 01:32:59 +00:00
parent 765cdf4fa9
commit 30a83caa1d
92 changed files with 182 additions and 181 deletions

View File

@@ -24,7 +24,7 @@ DEPTH=..\..
include <$(DEPTH)\config\config.mak>
LLIBS= \
$(DIST)\lib\raptorhtmlpars.lib \
$(DIST)\lib\gkparser.lib \
$(DIST)\lib\xpcom.lib \
$(LIBNSPR) \
!ifndef NECKO

View File

@@ -6,7 +6,7 @@
#include "nsParserCIID.h"
#ifdef XP_PC
#define PARSER_DLL "raptorhtmlpars.dll"
#define PARSER_DLL "gkparser.dll"
#else
#define PARSER_DLL "libraptorhtmlpars"MOZ_DLL_SUFFIX
#endif