comparison build/win32/update_dlls_mingw.bat @ 89:fa33cda75471

* Reverting back to 2543 as requested by sleek
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 19 Jul 2008 11:38:52 +0000
parents 4a0efb7baf70
children 5ab78cd39534
comparison
equal deleted inserted replaced
88:1c2842ebe393 89:fa33cda75471
1 del .\..\..\*.dll
2 del .\..\..\clients\editor\*.dll
3 del .\..\..\clients\pychan_demo\*.dll
4 del .\..\..\clients\rio_de_hola\*.dll
5
6 copy .\binaries\mingw\*.dll .\..\..\*.*
7 copy .\binaries\mingw\*.dll .\..\..\clients\editor\*.*
8 copy .\binaries\mingw\*.dll .\..\..\clients\pychan_demo\*.*
9 copy .\binaries\mingw\*.dll .\..\..\clients\rio_de_hola\*.*