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 /storm_dll | |
parent | 3849673d97581c0d4f08e318d1674b4aabc708c0 (diff) |
+ Public include directories moved to "include" directory
Diffstat (limited to 'storm_dll')
-rw-r--r-- | storm_dll/Storm_dll.vcproj | 4 | ||||
-rw-r--r-- | storm_dll/storm.dll | bin | 334312 -> 0 bytes | |||
-rw-r--r-- | storm_dll/storm.lib | bin | 5238 -> 5238 bytes | |||
-rw-r--r-- | storm_dll/storm_test.cpp | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/storm_dll/Storm_dll.vcproj b/storm_dll/Storm_dll.vcproj index da9a11d..6b123ff 100644 --- a/storm_dll/Storm_dll.vcproj +++ b/storm_dll/Storm_dll.vcproj @@ -94,7 +94,6 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="" /> </Configuration> <Configuration @@ -173,7 +172,6 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="storm_dll.bat $(PlatformName) $(ConfigurationName)" /> </Configuration> <Configuration @@ -251,7 +249,6 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="" /> </Configuration> <Configuration @@ -330,7 +327,6 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="storm_dll.bat $(PlatformName) $(ConfigurationName)" /> </Configuration> </Configurations> diff --git a/storm_dll/storm.dll b/storm_dll/storm.dll Binary files differdeleted file mode 100644 index e35fc12..0000000 --- a/storm_dll/storm.dll +++ /dev/null diff --git a/storm_dll/storm.lib b/storm_dll/storm.lib Binary files differindex 64d3561..ce5f3f4 100644 --- a/storm_dll/storm.lib +++ b/storm_dll/storm.lib diff --git a/storm_dll/storm_test.cpp b/storm_dll/storm_test.cpp index 2d1e6bc..b72d589 100644 --- a/storm_dll/storm_test.cpp +++ b/storm_dll/storm_test.cpp @@ -30,8 +30,6 @@ int main() BYTE Buffer[0x100]; DWORD dwBytesRead = 0; - _asm int 3; - if(StormOpenArchive(szArchiveName, 0, 0, &hMpq)) { if(StormOpenFileEx(hMpq, "war3map.j", 0, &hFile)) |