forgot to update perl path for x86

This commit is contained in:
berkeviktor@aol.com 2011-07-28 00:10:14 +02:00
parent b6a0e0d086
commit b1665136f8
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ TCLPATH = c:\mozilla-build\tcl-8.5-x64
!else
LDFLAGS = $(LDFLAGS) msvcrt_winxp.obj
PERL512PATH = c:\mozilla-build\perl-5.12-x86\perl\lib\CORE
PERL514PATH = c:\mozilla-build\perl-5.14-x86\lib\CORE
PERL512PATH = c:\mozilla-build\perl-5.12-x86
PERL514PATH = c:\mozilla-build\perl-5.14-x86
PYTHONPATH = c:\mozilla-build\python-2.7-x86
TCLPATH = c:\mozilla-build\tcl-8.5-x86
!endif