diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 14:27:57 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 14:27:57 +0100 |
commit | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (patch) | |
tree | 416334ad8ef8f15b8a495a91f087964ed402504b /StormLib.bat | |
parent | 3849673d97581c0d4f08e318d1674b4aabc708c0 (diff) |
+ Public include directories moved to "include" directory
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 d675eac..5c25fa4 100644 --- a/StormLib.bat +++ b/StormLib.bat @@ -5,8 +5,8 @@ rem Example: StormLib.bat x64 Debug if not exist ..\aaa goto exit -copy src\StormPort.h ..\aaa\inc -copy src\StormLib.h ..\aaa\inc +copy include\StormPort.h ..\aaa\inc +copy include\StormLib.h ..\aaa\inc if x%1 == xWin32 goto PlatformWin32 if x%1 == xx64 goto PlatformWin64 |