aboutsummaryrefslogtreecommitdiff
path: root/storm_dll
diff options
context:
space:
mode:
Diffstat (limited to 'storm_dll')
-rw-r--r--storm_dll/Storm_dll.vcproj4
-rw-r--r--storm_dll/storm.dllbin334312 -> 0 bytes
-rw-r--r--storm_dll/storm.libbin5238 -> 5238 bytes
-rw-r--r--storm_dll/storm_test.cpp2
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
deleted file mode 100644
index e35fc12..0000000
--- a/storm_dll/storm.dll
+++ /dev/null
Binary files differ
diff --git a/storm_dll/storm.lib b/storm_dll/storm.lib
index 64d3561..ce5f3f4 100644
--- a/storm_dll/storm.lib
+++ b/storm_dll/storm.lib
Binary files differ
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))