From 43033709ea78369d0fe86d1a014e0743ce8bd33b Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Tue, 2 Apr 2013 14:17:41 +0200 Subject: + Fixed build errors --- StormLib.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StormLib.bat') 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 -- cgit v1.2.3