# HG changeset patch # User mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1215380318 0 # Node ID 50a6afb36ca8a28ced6f45130acec1d13ea7d694 # Parent 9e15a6f37e8ede8c2779496adca95e4559c147dc * Copying DLLs to the right folders again * Thanks for the hint Humpie diff -r 9e15a6f37e8e -r 50a6afb36ca8 build/win32/update_dlls_msvc2005.bat --- a/build/win32/update_dlls_msvc2005.bat Sun Jul 06 20:00:08 2008 +0000 +++ b/build/win32/update_dlls_msvc2005.bat Sun Jul 06 21:38:38 2008 +0000 @@ -5,5 +5,5 @@ copy .\binaries\msvc2005\*.dll .\..\..\*.* copy .\binaries\msvc2005\*.dll .\..\..\clients\editor\*.* -copy .\binaries\msvc2005\*.dll .\..\..\clients\island_demo\*.* copy .\binaries\msvc2005\*.dll .\..\..\clients\pychan_demo\*.* +copy .\binaries\msvc2005\*.dll .\..\..\clients\rio_de_hola\*.* diff -r 9e15a6f37e8e -r 50a6afb36ca8 build/win32/update_dlls_msvc2008.bat --- a/build/win32/update_dlls_msvc2008.bat Sun Jul 06 20:00:08 2008 +0000 +++ b/build/win32/update_dlls_msvc2008.bat Sun Jul 06 21:38:38 2008 +0000 @@ -5,5 +5,5 @@ copy .\binaries\msvc2008\*.dll .\..\..\*.* copy .\binaries\msvc2008\*.dll .\..\..\clients\editor\*.* -copy .\binaries\msvc2008\*.dll .\..\..\clients\island_demo\*.* copy .\binaries\msvc2008\*.dll .\..\..\clients\pychan_demo\*.* +copy .\binaries\msvc2008\*.dll .\..\..\clients\rio_de_hola\*.*