Loading editor/libeditor/build/makefile.win +6 −25 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ REQUIRES = string \ include <$(DEPTH)/config/config.mak> IS_COMPONENT = 1 MODULE_NAME = nsEditorModule # Uncomment the line below, or define MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY # in your environment, to build only the plain text editor core files: Loading @@ -55,7 +56,7 @@ CPP_OBJS = \ .\$(OBJDIR)\nsTextEditorReg.obj \ $(NULL) DLLNAME = texteditor LIBRARY_NAME = texteditor !else Loading @@ -76,7 +77,7 @@ ENABLE_EDITOR_API_LOG=1 DEFINES = -DENABLE_EDITOR_API_LOG $(DEFINES) !endif DLLNAME = editor LIBRARY_NAME = editor !endif Loading @@ -85,9 +86,6 @@ LINCS = \ -I..\text \ $(NULL) MAKE_OBJ_TYPE = DLL DLL = .\$(OBJDIR)\$(DLLNAME).dll LCFLAGS = \ $(LCFLAGS) \ $(DEFINES) \ Loading @@ -95,7 +93,7 @@ LCFLAGS = \ # These are the base editor libraries we need to link with to create the dll LLIBS = \ SUB_LIBRARIES = \ $(DIST)\lib\libtexteditor_s.lib \ $(DIST)\lib\libbaseeditor_s.lib \ $(NULL) Loading @@ -109,9 +107,9 @@ LINCS = \ # These are the html editor libraries we need to link with to create the dll LLIBS = \ SUB_LIBRARIES = \ $(DIST)\lib\libhtmleditor_s.lib \ $(LLIBS) \ $(SUB_LIBRARIES) \ $(NULL) !endif Loading @@ -119,7 +117,6 @@ LLIBS = \ # These are the external libraries we need to link with to create the dll LLIBS = \ $(LLIBS) \ $(DIST)\lib\xpcom.lib \ $(DIST)\lib\unicharutil_s.lib \ $(DIST)\lib\js3250.lib \ Loading @@ -128,19 +125,3 @@ LLIBS = \ $(NULL) include <$(DEPTH)\config\rules.mak> build:: $(DLL) !if !defined(MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY) libs:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib set MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY=1 nmake -f makefile.win build clobber:: rm -f $(DIST)\bin\$(DLLNAME).dll rm -f $(DIST)\lib\$(DLLNAME).lib !endif intl/unicharutil/util/makefile.win +7 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,13 @@ REQUIRES = \ string \ $(NULL) # Only set this for static build, so it wouldn't break dynamic # build because EXPORT_LIBRARY is forcing libs to be dynamic # in dynamic builds, but this is a static lib. !ifdef MOZ_STATIC_COMPONENT_LIBS EXPORT_LIBRARY=1 !endif CPP_OBJS=\ .\$(OBJDIR)\nsUnicharUtils.obj \ $(NULL) Loading mailnews/mime/cthandlers/glue/makefile.win +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ DEPTH=..\..\..\.. MODULE = mime LIBRARY_NAME = mimecthglue_s META_COMPONENT = mail # Only set this for static build, so it wouldn't break dynamic # build because EXPORT_LIBRARY is forcing libs to be dynamic # in dynamic builds, but this is a static lib. bug 108290 !ifdef MOZ_STATIC_COMPONENT_LIBS EXPORT_LIBRARY=1 !endif REQUIRES = xpcom \ string \ pref \ Loading modules/staticmod/meta.mak +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ LLIBS = $(DIST)\lib\gkgfx.lib \ $(DIST)\lib\rdfutil_s.lib \ $(DIST)\lib\js3250.lib \ $(DIST)\lib\xpcom.lib \ $(DIST)\lib\unicharutil_s.lib \ $(LIBNSPR) !ifdef MOZ_GECKO_DLL Loading Loading
editor/libeditor/build/makefile.win +6 −25 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ REQUIRES = string \ include <$(DEPTH)/config/config.mak> IS_COMPONENT = 1 MODULE_NAME = nsEditorModule # Uncomment the line below, or define MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY # in your environment, to build only the plain text editor core files: Loading @@ -55,7 +56,7 @@ CPP_OBJS = \ .\$(OBJDIR)\nsTextEditorReg.obj \ $(NULL) DLLNAME = texteditor LIBRARY_NAME = texteditor !else Loading @@ -76,7 +77,7 @@ ENABLE_EDITOR_API_LOG=1 DEFINES = -DENABLE_EDITOR_API_LOG $(DEFINES) !endif DLLNAME = editor LIBRARY_NAME = editor !endif Loading @@ -85,9 +86,6 @@ LINCS = \ -I..\text \ $(NULL) MAKE_OBJ_TYPE = DLL DLL = .\$(OBJDIR)\$(DLLNAME).dll LCFLAGS = \ $(LCFLAGS) \ $(DEFINES) \ Loading @@ -95,7 +93,7 @@ LCFLAGS = \ # These are the base editor libraries we need to link with to create the dll LLIBS = \ SUB_LIBRARIES = \ $(DIST)\lib\libtexteditor_s.lib \ $(DIST)\lib\libbaseeditor_s.lib \ $(NULL) Loading @@ -109,9 +107,9 @@ LINCS = \ # These are the html editor libraries we need to link with to create the dll LLIBS = \ SUB_LIBRARIES = \ $(DIST)\lib\libhtmleditor_s.lib \ $(LLIBS) \ $(SUB_LIBRARIES) \ $(NULL) !endif Loading @@ -119,7 +117,6 @@ LLIBS = \ # These are the external libraries we need to link with to create the dll LLIBS = \ $(LLIBS) \ $(DIST)\lib\xpcom.lib \ $(DIST)\lib\unicharutil_s.lib \ $(DIST)\lib\js3250.lib \ Loading @@ -128,19 +125,3 @@ LLIBS = \ $(NULL) include <$(DEPTH)\config\rules.mak> build:: $(DLL) !if !defined(MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY) libs:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib set MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY=1 nmake -f makefile.win build clobber:: rm -f $(DIST)\bin\$(DLLNAME).dll rm -f $(DIST)\lib\$(DLLNAME).lib !endif
intl/unicharutil/util/makefile.win +7 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,13 @@ REQUIRES = \ string \ $(NULL) # Only set this for static build, so it wouldn't break dynamic # build because EXPORT_LIBRARY is forcing libs to be dynamic # in dynamic builds, but this is a static lib. !ifdef MOZ_STATIC_COMPONENT_LIBS EXPORT_LIBRARY=1 !endif CPP_OBJS=\ .\$(OBJDIR)\nsUnicharUtils.obj \ $(NULL) Loading
mailnews/mime/cthandlers/glue/makefile.win +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ DEPTH=..\..\..\.. MODULE = mime LIBRARY_NAME = mimecthglue_s META_COMPONENT = mail # Only set this for static build, so it wouldn't break dynamic # build because EXPORT_LIBRARY is forcing libs to be dynamic # in dynamic builds, but this is a static lib. bug 108290 !ifdef MOZ_STATIC_COMPONENT_LIBS EXPORT_LIBRARY=1 !endif REQUIRES = xpcom \ string \ pref \ Loading
modules/staticmod/meta.mak +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ LLIBS = $(DIST)\lib\gkgfx.lib \ $(DIST)\lib\rdfutil_s.lib \ $(DIST)\lib\js3250.lib \ $(DIST)\lib\xpcom.lib \ $(DIST)\lib\unicharutil_s.lib \ $(LIBNSPR) !ifdef MOZ_GECKO_DLL Loading