aboutsummaryrefslogtreecommitdiff
path: root/StormLib.bat
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2013-04-02 14:17:41 +0200
committerLadislav Zezula <ladislav.zezula@avg.com>2013-04-02 14:17:41 +0200
commit43033709ea78369d0fe86d1a014e0743ce8bd33b (patch)
treece76e466811aee655c0e248889a324a8bc2b7d04 /StormLib.bat
parentcc143c393fb95f360843816377a16b38251e6873 (diff)
+ Fixed build errors
Diffstat (limited to 'StormLib.bat')
-rw-r--r--StormLib.bat4
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