aboutsummaryrefslogtreecommitdiff
path: root/StormLib.bat
diff options
context:
space:
mode:
Diffstat (limited to 'StormLib.bat')
-rw-r--r--StormLib.bat6
1 files changed, 2 insertions, 4 deletions
diff --git a/StormLib.bat b/StormLib.bat
index 5c25fa4..c2cc7de 100644
--- a/StormLib.bat
+++ b/StormLib.bat
@@ -5,8 +5,8 @@ rem Example: StormLib.bat x64 Debug
if not exist ..\aaa goto exit
-copy include\StormPort.h ..\aaa\inc
-copy include\StormLib.h ..\aaa\inc
+copy src\StormPort.h ..\aaa\inc
+copy src\StormLib.h ..\aaa\inc
if x%1 == xWin32 goto PlatformWin32
if x%1 == xx64 goto PlatformWin64
@@ -21,5 +21,3 @@ copy .\bin\StormLib\%1\%2\*.lib ..\aaa\lib64
goto exit
:exit
-
-