enable x64 Tcl, downgrade to 8.5 and update messages

This commit is contained in:
berkeviktor@aol.com
2010-07-30 21:55:49 +02:00
parent 4d0fba2657
commit 8318988252
3 changed files with 21 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ LDFLAGS = $(LDFLAGS) msvcrt_win2003.obj
PERLPATH = c:\mozilla-build\perl-5.10-x64\lib\CORE
PYTHONPATH = c:\mozilla-build\python-2.5-x64
TCLPATH = c:\mozilla-build\tcl-8.6-x64
TCLPATH = c:\mozilla-build\tcl-8.5-x64
!else
#############################################################
#x86 config
@@ -34,7 +34,7 @@ LDFLAGS = $(LDFLAGS) msvcrt_winxp.obj
PERLPATH = c:\mozilla-build\perl-5.10-x86\lib\CORE
PYTHONPATH = c:\mozilla-build\python-2.5-x86
TCLPATH = c:\mozilla-build\tcl-8.6-x86
TCLPATH = c:\mozilla-build\tcl-8.5-x86
MMX = YES
!endif