Update of /cvsroot/cpptool/rfta/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv18897/bin
Modified Files:
install-python-extension.bat
Log Message:
* fixed to install dll in src/pyrfta/test/rfta directory
Index: install-python-extension.bat
===================================================================
RCS file: /cvsroot/cpptool/rfta/bin/install-python-extension.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install-python-extension.bat 27 Apr 2003 13:01:58 -0000 1.1
--- install-python-extension.bat 29 May 2003 16:58:04 -0000 1.2
***************
*** 1,6 ****
! 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
--- 1,5 ----
! set INSTALL_DIR=..\src\pyrfta\test\rfta
xcopy /Y rfta_mdr.ext %INSTALL_DIR%
xcopy /Y rftaparser_mdr.ext %INSTALL_DIR%
! xcopy /Y _pyrfta.pyd %INSTALL_DIR%
pause
|