diff options
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 |