mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Branding inprogress
This commit is contained in:
parent
8b80d1e84e
commit
d745ac5721
120 changed files with 3184 additions and 261 deletions
|
|
@ -13,18 +13,7 @@ PACKAGE_NAME_MK_INCLUDED := 1
|
|||
|
||||
ifndef MOZ_PKG_VERSION
|
||||
# Normally MOZ_PKG_VERSION is set to the application version
|
||||
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)
|
||||
|
||||
# This overrides it with the BUILDID for Basilisk and IceWeasel
|
||||
# We do it this way because makefile's conditional checking is very
|
||||
# primitive or else very cryptic
|
||||
ifdef MC_BASILISK
|
||||
MOZ_PKG_VERSION = $(BUILDID)
|
||||
endif
|
||||
|
||||
ifdef HYPE_ICEWEASEL
|
||||
MOZ_PKG_VERSION = $(BUILDID)
|
||||
endif
|
||||
MOZ_PKG_VERSION = $(MOZ_APP_VERSION_DISPLAY)
|
||||
endif
|
||||
|
||||
ifndef MOZ_PKG_PLATFORM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue