comparison build/win32/update_dlls_mingw.bat @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children 5ab78cd39534
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
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\*.*