view build/win32/update_dlls_msvc2005.bat @ 377:fe6fb0e0ed23

Adding freebsd8 build support. Thanks to varnie.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 09 Dec 2009 17:01:52 +0000
parents 5ab78cd39534
children
line wrap: on
line source

del .\..\..\*.dll
del .\..\..\clients\editor\*.dll
del .\..\..\clients\rio_de_hola\*.dll
del .\..\..\clients\pychan_demo\*.dll

del .\..\..\engine\swigwrappers\python\*.dll
copy .\binaries\msvc2005\*.dll .\..\..\engine\swigwrappers\python\*.*