summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-02 11:25:04 -0700
committerPixel <pixel@nobis-crew.org>2009-06-02 11:25:04 -0700
commitecd56dda3d15f8f7e19f527584b57263e68dc7d7 (patch)
tree618d4f2adb58695efd4875422ffb3535f5fec3ea
parentbad0cd00ee93488f9b9182117f74446441b6fb09 (diff)
Adding CD-Tool modules to VS 2008 express solution.
-rw-r--r--PSX-Bundle.vcproj204
-rw-r--r--lua-interface.sln12
2 files changed, 216 insertions, 0 deletions
diff --git a/PSX-Bundle.vcproj b/PSX-Bundle.vcproj
new file mode 100644
index 0000000..50b29e6
--- /dev/null
+++ b/PSX-Bundle.vcproj
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="PSX-Bundle"
+ ProjectGUID="{8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}"
+ RootNamespace="PSX-Bundle"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)\tmp"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;..\PSX-Bundle\includes&quot;;..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;&quot;..\PSX-Bundle\psxdev&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NO_DLL;_MSVC;LIBICONV_STATIC;LIBICONV_PLUG"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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)\$(ProjectName)"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)\tmp"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="&quot;..\PSX-Bundle\includes&quot;;..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;&quot;..\PSX-Bundle\psxdev&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NO_DLL;_MSVC;LIBICONV_STATIC;LIBICONV_PLUG"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ 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="..\PSX-Bundle\lib\cdabstract.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\cdreader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\cdutils.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\dvdabstract.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\isobuilder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\luacd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\luapsx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\lzss.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-modules-cd-tool\src\plugin-luacd.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-modules-cd-tool\src\plugin-luapsx.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\yazedc.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/lua-interface.sln b/lua-interface.sln
index 85aec8c..6538182 100644
--- a/lua-interface.sln
+++ b/lua-interface.sln
@@ -7,6 +7,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua-interface", "lua-interf
{A1355B37-BB42-4E76-BC1B-736CA3CF39C7} = {A1355B37-BB42-4E76-BC1B-736CA3CF39C7}
{F0C7F93D-603B-4308-B875-BC6E8A4B2A94} = {F0C7F93D-603B-4308-B875-BC6E8A4B2A94}
{F8D398BC-2B84-47C4-869C-EDE60D0234EA} = {F8D398BC-2B84-47C4-869C-EDE60D0234EA}
+ {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315} = {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}
{C406DAEC-0886-4771-8DEA-9D7329B46CC1} = {C406DAEC-0886-4771-8DEA-9D7329B46CC1}
EndProjectSection
EndProject
@@ -20,6 +21,13 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcproj", "{A1355
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readline", "readline.vcproj", "{F8D398BC-2B84-47C4-869C-EDE60D0234EA}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PSX-Bundle", "PSX-Bundle.vcproj", "{8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}"
+ ProjectSection(ProjectDependencies) = postProject
+ {78F7C80D-678D-428C-AF5A-908F05BA0A14} = {78F7C80D-678D-428C-AF5A-908F05BA0A14}
+ {A1355B37-BB42-4E76-BC1B-736CA3CF39C7} = {A1355B37-BB42-4E76-BC1B-736CA3CF39C7}
+ {F0C7F93D-603B-4308-B875-BC6E8A4B2A94} = {F0C7F93D-603B-4308-B875-BC6E8A4B2A94}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -50,6 +58,10 @@ Global
{F8D398BC-2B84-47C4-869C-EDE60D0234EA}.Debug|Win32.Build.0 = Debug|Win32
{F8D398BC-2B84-47C4-869C-EDE60D0234EA}.Release|Win32.ActiveCfg = Release|Win32
{F8D398BC-2B84-47C4-869C-EDE60D0234EA}.Release|Win32.Build.0 = Release|Win32
+ {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}.Debug|Win32.Build.0 = Debug|Win32
+ {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}.Release|Win32.ActiveCfg = Release|Win32
+ {8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE