Update of /cvsroot/cpptool/rfta/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv20474/bin
Added Files:
install-python-extension.bat
Log Message:
* added, copy pyrfta extension to python dir
--- NEW FILE: install-python-extension.bat ---
set PYTHON_DIR=C:\Python22
set INSTALL_DIR=%PYTHON_DIR%\DLLs
xcopy /Y rfta_mdr.ext %INSTALL_DIR%
xcopy /Y rftaparser_mdr.ext %INSTALL_DIR%
xcopy /Y pyrfta.pyd %INSTALL_DIR%
pause
|