Revision 260,
489 bytes
checked in by barra_parpg, 10 years ago
(diff) |
- Updated batch files to copy oalinst.exe into the PARPG folder
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
Line | |
---|
1 | del *.dll |
---|
2 | del oalinst.exe |
---|
3 | del .\..\..\*.dll |
---|
4 | del .\..\editor\*.dll |
---|
5 | del .\..\pychan_demo\*.dll |
---|
6 | del .\..\rio_de_hola\*.dll |
---|
7 | |
---|
8 | copy .\..\..\build\win32\binaries\mingw\*.dll *.* |
---|
9 | copy .\..\..\build\win32\binaries\mingw\oalinst.exe oalinst.exe |
---|
10 | copy .\..\..\build\win32\binaries\mingw\*.dll .\..\..\*.* |
---|
11 | copy .\..\..\build\win32\binaries\mingw\*.dll .\..\editor\*.* |
---|
12 | copy .\..\..\build\win32\binaries\mingw\*.dll .\..\pychan_demo\*.* |
---|
13 | copy .\..\..\build\win32\binaries\mingw\*.dll .\..\rio_de_hola\*.* |
---|
Note: See
TracBrowser
for help on using the repository browser.