update tcl lib and copy tcl interface for x64 too

This commit is contained in:
berkeviktor@aol.com 2010-07-30 22:04:30 +02:00
parent 8318988252
commit b8022de9c7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ xcopy /S /I ..\plugins\dns\xcdns.dll %XCHAT_DEST%\plugins\
xcopy /S /I ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\
::xcopy /S /I ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\
::xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\
xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\
::xcopy /S /I ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\
xcopy /S /I ..\po\locale %XCHAT_DEST%\locale
xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale

View File

@ -46,7 +46,7 @@ PERLOUTPUT = xcperl.dll
PYTHONLIB = python25
PYTHONOUTPUT = xcpython.dll
TCLLIB = tcl86
TCLLIB = tcl85
TCLOUTPUT = xctcl.dll
!ifdef PORTABLE