Revision 19,
424 bytes
checked in by barra_parpg, 11 years ago
(diff) |
- SVN property fixes:
- Flagged run.py and the .bat files as executables
- Native EOL style for *.py & *.xml
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
Line | |
---|
1 | del *.dll |
---|
2 | del .\..\..\*.dll |
---|
3 | del .\..\editor\*.dll |
---|
4 | del .\..\pychan_demo\*.dll |
---|
5 | del .\..\rio_de_hola\*.dll |
---|
6 | |
---|
7 | copy .\..\..\build\win32\binaries\msvc2005\*.dll *.* |
---|
8 | copy .\..\..\build\win32\binaries\msvc2005\*.dll .\..\..\*.* |
---|
9 | copy .\..\..\build\win32\binaries\msvc2005\*.dll .\..\editor\*.* |
---|
10 | copy .\..\..\build\win32\binaries\msvc2005\*.dll .\..\pychan_demo\*.* |
---|
11 | copy .\..\..\build\win32\binaries\msvc2005\*.dll .\..\rio_de_hola\*.* |
---|
Note: See
TracBrowser
for help on using the repository browser.