From d099acbaf1525aae135fffcbddca1542c19167d7 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 11 Aug 2010 05:49:33 +0200 Subject: enable the python interface --- build/build-x64.bat | 6 +++--- build/build-x86.bat | 6 +++--- build/release-x64.bat | 2 +- build/release-x86.bat | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'build') diff --git a/build/build-x64.bat b/build/build-x64.bat index bd26f5ad..5c16585c 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -15,9 +15,9 @@ nmake -f makefile.mak cd ..\perl nmake -f makefile.mak clean nmake -f makefile.mak -::cd ..\python -::nmake -f makefile.mak clean -::nmake -f makefile.mak +cd ..\python +nmake -f makefile.mak clean +nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak diff --git a/build/build-x86.bat b/build/build-x86.bat index 6268b0b8..8e05f21a 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -15,9 +15,9 @@ nmake -f makefile.mak cd ..\perl nmake -f makefile.mak clean nmake -f makefile.mak -::cd ..\python -::nmake -f makefile.mak clean -::nmake -f makefile.mak +cd ..\python +nmake -f makefile.mak clean +nmake -f makefile.mak cd ..\tcl nmake -f makefile.mak clean nmake -f makefile.mak diff --git a/build/release-x64.bat b/build/release-x64.bat index 9787e0ab..0ed7dec6 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -36,7 +36,7 @@ xcopy %SSL_BIN%\ssleay32.dll %XCHAT_DEST% ::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\python\xcpython.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 diff --git a/build/release-x86.bat b/build/release-x86.bat index e64faef3..60df930c 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -36,7 +36,7 @@ xcopy %SSL_BIN%\ssleay32.dll %XCHAT_DEST% ::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\python\xcpython.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 -- cgit 1.4.1