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