зеркало из https://github.com/mozilla/gecko-dev.git
Fixed to pick up perl from the path (need perl 5.005, or the ActiveState perl now).
This commit is contained in:
Родитель
599e0665dc
Коммит
be2ec0a05e
|
@ -285,15 +285,8 @@ CFLAGS=$(CFLAGS) -DMOZ_REFLOW_PERF
|
||||||
|
|
||||||
NMAKE=nmake -nologo -$(MAKEFLAGS)
|
NMAKE=nmake -nologo -$(MAKEFLAGS)
|
||||||
|
|
||||||
# use whatever perl is in the path. we don't need to hardcode it
|
# grab the perl from the user's path (probably need 5.005)
|
||||||
# unless, of course it exists in the hardcoded places
|
|
||||||
!if exist($(MOZ_TOOLS)\perl5\bin\perl.exe)
|
|
||||||
PERL = $(MOZ_TOOLS)\perl5\bin\perl.exe
|
|
||||||
!elseif exist($(MOZ_TOOLS)\perl5\perl.exe)
|
|
||||||
PERL = $(MOZ_TOOLS)\perl5\perl.exe
|
|
||||||
!else
|
|
||||||
PERL = perl.exe
|
PERL = perl.exe
|
||||||
!endif
|
|
||||||
|
|
||||||
#if MOZILLA_OFFICIAL is set, then define splitsym
|
#if MOZILLA_OFFICIAL is set, then define splitsym
|
||||||
!if defined (MOZILLA_OFFICIAL)
|
!if defined (MOZILLA_OFFICIAL)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче