forked from mirrors/gecko-dev
Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Bv1-MC) version.mk
r=ted.mielczarek
This commit is contained in:
parent
758b701626
commit
158422604c
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||||
ifndef RESFILE
|
ifndef RESFILE
|
||||||
RCFILE=./module.rc
|
RCFILE=./module.rc
|
||||||
RESFILE=./module.res
|
RESFILE=./module.res
|
||||||
_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(topsrcdir) -BITS $(MOZ_BITS) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME $(MOZ_APP_DISPLAYNAME) -APPVERSION $(MOZ_APP_VERSION)
|
_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(topsrcdir) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME $(MOZ_APP_DISPLAYNAME) -APPVERSION $(MOZ_APP_VERSION)
|
||||||
ifdef MOZILLA_OFFICIAL
|
ifdef MOZILLA_OFFICIAL
|
||||||
_RC_STRING += -OFFICIAL 1
|
_RC_STRING += -OFFICIAL 1
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||||
ifndef RESFILE
|
ifndef RESFILE
|
||||||
RCFILE=./module.rc
|
RCFILE=./module.rc
|
||||||
RESFILE=./module.res
|
RESFILE=./module.res
|
||||||
_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(topsrcdir) -BITS $(MOZ_BITS) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME $(MOZ_APP_DISPLAYNAME) -APPVERSION $(MOZ_APP_VERSION)
|
_RC_STRING = -QUIET 1 -DEPTH $(DEPTH) -TOPSRCDIR $(topsrcdir) -OBJDIR . -SRCDIR $(srcdir) -DISPNAME $(MOZ_APP_DISPLAYNAME) -APPVERSION $(MOZ_APP_VERSION)
|
||||||
ifdef MOZILLA_OFFICIAL
|
ifdef MOZILLA_OFFICIAL
|
||||||
_RC_STRING += -OFFICIAL 1
|
_RC_STRING += -OFFICIAL 1
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue