From 6c8adf89100d24938645d20533ff08b53b0400bd Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 5 Sep 2003 10:41:21 +0000 Subject: Starting to build the project MSVC --- MSVC/Baltisot - generic/Baltisot - generic.vcproj | 181 +++++++++++++++++++++ .../PSX-Bundle - library.vcproj | 130 +++++++++++++++ MSVC/PSX-Bundle.sln | 28 ++++ MSVC/PSX-Bundle.vcproj | 117 +++++++++++++ lib/cdreader.cpp | 2 +- lib/cdutils.cpp | 1 - lib/lzss.cpp | 1 - 7 files changed, 457 insertions(+), 3 deletions(-) create mode 100644 MSVC/Baltisot - generic/Baltisot - generic.vcproj create mode 100644 MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj create mode 100644 MSVC/PSX-Bundle.sln create mode 100644 MSVC/PSX-Bundle.vcproj diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj new file mode 100644 index 0000000..ddb7ca3 --- /dev/null +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj new file mode 100644 index 0000000..df944fb --- /dev/null +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVC/PSX-Bundle.sln b/MSVC/PSX-Bundle.sln new file mode 100644 index 0000000..5db6060 --- /dev/null +++ b/MSVC/PSX-Bundle.sln @@ -0,0 +1,28 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Baltisot - generic", "Baltisot - generic\Baltisot - generic.vcproj", "{879D8D90-9A7E-4F3C-9B4E-F1648C8AE927}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PSX-Bundle - library", "PSX-Bundle - library\PSX-Bundle - library.vcproj", "{0A2CD193-F270-4F2B-943C-F8BDF792D25C}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + {0A2CD193-F270-4F2B-943C-F8BDF792D25C}.0 = {879D8D90-9A7E-4F3C-9B4E-F1648C8AE927} + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {879D8D90-9A7E-4F3C-9B4E-F1648C8AE927}.Debug.ActiveCfg = Debug|Win32 + {879D8D90-9A7E-4F3C-9B4E-F1648C8AE927}.Debug.Build.0 = Debug|Win32 + {879D8D90-9A7E-4F3C-9B4E-F1648C8AE927}.Release.ActiveCfg = Release|Win32 + {879D8D90-9A7E-4F3C-9B4E-F1648C8AE927}.Release.Build.0 = Release|Win32 + {0A2CD193-F270-4F2B-943C-F8BDF792D25C}.Debug.ActiveCfg = Debug|Win32 + {0A2CD193-F270-4F2B-943C-F8BDF792D25C}.Debug.Build.0 = Debug|Win32 + {0A2CD193-F270-4F2B-943C-F8BDF792D25C}.Release.ActiveCfg = Release|Win32 + {0A2CD193-F270-4F2B-943C-F8BDF792D25C}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/MSVC/PSX-Bundle.vcproj b/MSVC/PSX-Bundle.vcproj new file mode 100644 index 0000000..2956ce7 --- /dev/null +++ b/MSVC/PSX-Bundle.vcproj @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/cdreader.cpp b/lib/cdreader.cpp index a95980c..32e815f 100644 --- a/lib/cdreader.cpp +++ b/lib/cdreader.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include @@ -73,6 +72,7 @@ void cdreader::sectorseek(int sec) { } #ifdef __linux__ +#include #include #include diff --git a/lib/cdutils.cpp b/lib/cdutils.cpp index 000f7cc..9ac78e0 100644 --- a/lib/cdutils.cpp +++ b/lib/cdutils.cpp @@ -21,7 +21,6 @@ #include #include #include -#include #include "generic.h" #include "cdutils.h" #include "Output.h" diff --git a/lib/lzss.cpp b/lib/lzss.cpp index 530c6d9..d21e465 100644 --- a/lib/lzss.cpp +++ b/lib/lzss.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include "generic.h" #include "lzss.h" -- cgit v1.2.3