diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 16:50:07 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 16:50:07 +0100 |
commit | 866f56db23e42e55eb0c3c878e5f3fd90e67152f (patch) | |
tree | 31f17bfe0464a8985acba284de9ac353f290312e /StormLib.bat | |
parent | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (diff) |
+ Reverted include directories
Diffstat (limited to 'StormLib.bat')
-rw-r--r-- | StormLib.bat | 6 |
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 - - |