зеркало из https://github.com/mozilla/pjs.git
Oops - moving MOZ_WINCONSOLE defines up above include of config.mk.
This commit is contained in:
Родитель
87902dee36
Коммит
898f91d4c4
|
@ -26,6 +26,16 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# This code removes the console from release builds
|
||||
# (unless you've set MOZ_WINCONSOLE=1).
|
||||
ifndef MOZ_WINCONSOLE
|
||||
ifdef MOZ_DEBUG
|
||||
MOZ_WINCONSOLE=1
|
||||
else
|
||||
MOZ_WINCONSOLE=0
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = apprunner
|
||||
|
@ -256,16 +266,6 @@ endif
|
|||
|
||||
endif
|
||||
|
||||
# This code removes the console from release builds
|
||||
# (unless you've set MOZ_WINCONSOLE=1).
|
||||
ifndef MOZ_WINCONSOLE
|
||||
ifdef MOZ_DEBUG
|
||||
MOZ_WINCONSOLE=1
|
||||
else
|
||||
MOZ_WINCONSOLE=0
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
#
|
||||
# Control the default heap size.
|
||||
|
|
Загрузка…
Ссылка в новой задаче