diff options
Diffstat (limited to 'StormLib.bat')
-rw-r--r-- | StormLib.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StormLib.bat b/StormLib.bat index 5228a26..65e8429 100644 --- a/StormLib.bat +++ b/StormLib.bat @@ -11,11 +11,11 @@ if x%1 == xx64 goto PlatformWin64 goto exit :PlatformWin32 -copy .\bin\Stormlib\%1\%2\*.lib ..\aaa\lib32 +copy .\bin\StormLib\%1\%2\*.lib ..\aaa\lib32 goto exit :PlatformWin64 -copy .\bin\Stormlib\%1\%2\*.lib ..\aaa\lib64 +copy .\bin\StormLib\%1\%2\*.lib ..\aaa\lib64 goto exit :exit |