summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryazoo <yazoo>2008-01-29 07:57:27 +0000
committeryazoo <yazoo>2008-01-29 07:57:27 +0000
commit6d8020e380791e063a70b3802fed2b72de7dcdec (patch)
treeb45b237f319e08caa0e02e3c7be5102d5b8abf7e
parent8522e44467ebcac54201def2c6583639e74e9e24 (diff)
*** empty log message ***
-rw-r--r--mpqlib.sln20
-rw-r--r--mpqlib.vcproj259
-rw-r--r--stdint.h10
3 files changed, 289 insertions, 0 deletions
diff --git a/mpqlib.sln b/mpqlib.sln
new file mode 100644
index 0000000..e276f2e
--- /dev/null
+++ b/mpqlib.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpqlib", "mpqlib.vcproj", "{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Debug|Win32.Build.0 = Debug|Win32
+ {6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Release|Win32.ActiveCfg = Release|Win32
+ {6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/mpqlib.vcproj b/mpqlib.vcproj
new file mode 100644
index 0000000..c6a6ff4
--- /dev/null
+++ b/mpqlib.vcproj
@@ -0,0 +1,259 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="mpqlib"
+ ProjectGUID="{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}"
+ RootNamespace="mpqlib"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\errors.c"
+ >
+ </File>
+ <File
+ RelativePath=".\extract.c"
+ >
+ </File>
+ <File
+ RelativePath=".\hashtab.c"
+ >
+ </File>
+ <File
+ RelativePath=".\lookupa.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-bios.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-errors.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-file.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-fs.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-misc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\MPQCryptography.c"
+ >
+ </File>
+ <File
+ RelativePath=".\recycle.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\errors.h"
+ >
+ </File>
+ <File
+ RelativePath=".\extract.h"
+ >
+ </File>
+ <File
+ RelativePath=".\int-bios.h"
+ >
+ </File>
+ <File
+ RelativePath=".\lookupa.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-bios.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-errors.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-file.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-fs.h"
+ >
+ </File>
+ <File
+ RelativePath=".\mpq-misc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\MPQCryptography.h"
+ >
+ </File>
+ <File
+ RelativePath=".\recycle.h"
+ >
+ </File>
+ <File
+ RelativePath=".\stdint.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/stdint.h b/stdint.h
new file mode 100644
index 0000000..dd9c546
--- /dev/null
+++ b/stdint.h
@@ -0,0 +1,10 @@
+#ifndef __STD_INT_H_
+#define __STD_INT_H_
+
+typedef unsigned char uint8_t;
+typedef unsigned short int uint16_t;
+typedef signed long int int32_t;
+typedef unsigned long int uint32_t;
+typedef unsigned __int64 uint64_t;
+
+#endif \ No newline at end of file