From 85f492bf2aa6ed36f4c0b152162492028456a72f Mon Sep 17 00:00:00 2001 From: yazoo Date: Fri, 9 Jan 2009 11:49:46 +0100 Subject: Split visual configs --- MSVC8/mpqlib.vcproj | 263 ++++++++++++++++++++++++++++++++++++++++++++++++++++ MSVC9/mpqlib.sln | 20 ++++ MSVC9/mpqlib.vcproj | 260 +++++++++++++++++++++++++++++++++++++++++++++++++++ mpq-file.h | 2 +- mpqlib.sln | 20 ---- mpqlib.vcproj | 259 --------------------------------------------------- 6 files changed, 544 insertions(+), 280 deletions(-) create mode 100644 MSVC8/mpqlib.vcproj create mode 100644 MSVC9/mpqlib.sln create mode 100644 MSVC9/mpqlib.vcproj delete mode 100644 mpqlib.sln delete mode 100644 mpqlib.vcproj diff --git a/MSVC8/mpqlib.vcproj b/MSVC8/mpqlib.vcproj new file mode 100644 index 0000000..74100d9 --- /dev/null +++ b/MSVC8/mpqlib.vcproj @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVC9/mpqlib.sln b/MSVC9/mpqlib.sln new file mode 100644 index 0000000..e276f2e --- /dev/null +++ b/MSVC9/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/MSVC9/mpqlib.vcproj b/MSVC9/mpqlib.vcproj new file mode 100644 index 0000000..c95c5c1 --- /dev/null +++ b/MSVC9/mpqlib.vcproj @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mpq-file.h b/mpq-file.h index aea19cd..3d4a9fd 100644 --- a/mpq-file.h +++ b/mpq-file.h @@ -18,7 +18,7 @@ struct mpq_file_t * mpqlib_open_file(struct mpq_archive_t * mpq_a, int entry); struct mpq_file_t * mpqlib_open_filename(struct mpq_archive_t * mpq_a, const char * fname); void mpqlib_close(struct mpq_file_t * mpq_f); uint32_t mpqlib_read(struct mpq_file_t * mpq_f, void * buffer, uint32_t size); -uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, int32_t offset, enum mpqlib_file_seek_t); +uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, signed long int offset, enum mpqlib_file_seek_t); #ifdef __cplusplus } diff --git a/mpqlib.sln b/mpqlib.sln deleted file mode 100644 index e276f2e..0000000 --- a/mpqlib.sln +++ /dev/null @@ -1,20 +0,0 @@ - -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 deleted file mode 100644 index d229347..0000000 --- a/mpqlib.vcproj +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3