Fixed to pick up perl from the path (need perl 5.005, or the ActiveState perl now).

This commit is contained in:
warren%netscape.com 2000-08-25 19:52:53 +00:00
Родитель 599e0665dc
Коммит be2ec0a05e
1 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -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)