mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug fix #11789, changed a dll name.
This commit is contained in:
parent
fe8109782d
commit
d998a83bd8
@ -20,7 +20,7 @@ IGNORE_MANIFEST=1
|
||||
LCFLAGS= $(LCFLAGS) -D__STDC__
|
||||
|
||||
DEFINES= -DWIN32_LEAN_AND_MEAN
|
||||
LIBRARY_NAME= chardetnative
|
||||
LIBRARY_NAME= chardetnativeTest
|
||||
|
||||
OBJS= \
|
||||
$(NULL)
|
||||
@ -38,12 +38,12 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsNativeDetectors.obj \
|
||||
$(NULL)
|
||||
|
||||
MODULE=chardetnative
|
||||
MODULE=chardetnativeTest
|
||||
|
||||
REQUIRES=xpcom
|
||||
|
||||
MAKE_OBJ_TYPE=DLL
|
||||
DLLNAME=chardetnative
|
||||
DLLNAME=chardetnativeTest
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user