summaryrefslogtreecommitdiffstats
path: root/VC2008
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-07 22:39:40 +0200
committermadmaxoft <github@xoft.cz>2013-08-07 22:39:40 +0200
commit09ebda4d10ef004d196315b829e9c6740dd3d1ee (patch)
tree402223064c637abc1a036c82177f63ac8f534843 /VC2008
parentMerge pull request #48 from mc-server/BlockTracing (diff)
downloadcuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar.gz
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar.bz2
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar.lz
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar.xz
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.tar.zst
cuberite-09ebda4d10ef004d196315b829e9c6740dd3d1ee.zip
Diffstat (limited to 'VC2008')
-rw-r--r--VC2008/MCServer.sln6
-rw-r--r--VC2008/MCServer.vcproj48
-rw-r--r--VC2008/Squirrel3.cbp109
-rw-r--r--VC2008/Squirrel3.vcproj384
4 files changed, 0 insertions, 547 deletions
diff --git a/VC2008/MCServer.sln b/VC2008/MCServer.sln
index bdf3a0408..4da7f6161 100644
--- a/VC2008/MCServer.sln
+++ b/VC2008/MCServer.sln
@@ -1,4 +1,3 @@
-
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MCServer", "MCServer.vcproj", "{32012054-0C96-4C43-AB27-174FF8E72D66}"
@@ -22,8 +21,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToLua", "ToLua.vcproj", "{E
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebServer", "WebServer.vcproj", "{9A476537-42C0-4848-AB40-15CFE83D17A8}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Squirrel3", "Squirrel3.vcproj", "{54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}"
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CryptoPP", "CryptoPP.vcproj", "{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "expat.vcproj", "{5FCFAF8D-FF2C-456D-A72C-1D76F913AD96}"
@@ -71,9 +68,6 @@ Global
{9A476537-42C0-4848-AB40-15CFE83D17A8}.Release profiled|Win32.Build.0 = Release profiled|Win32
{9A476537-42C0-4848-AB40-15CFE83D17A8}.Release|Win32.ActiveCfg = Release|Win32
{9A476537-42C0-4848-AB40-15CFE83D17A8}.Release|Win32.Build.0 = Release|Win32
- {54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}.Debug|Win32.ActiveCfg = Debug|Win32
- {54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}.Release profiled|Win32.ActiveCfg = Release profiled|Win32
- {54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}.Release|Win32.ActiveCfg = Release|Win32
{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.ActiveCfg = Debug|Win32
{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.Build.0 = Debug|Win32
{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release profiled|Win32.ActiveCfg = Release|Win32
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index 591ee678a..2c5befb3c 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -1538,14 +1538,6 @@
>
</File>
<File
- RelativePath="..\source\Plugin_Squirrel.cpp"
- >
- </File>
- <File
- RelativePath="..\source\Plugin_Squirrel.h"
- >
- </File>
- <File
RelativePath="..\source\PluginManager.cpp"
>
</File>
@@ -1554,14 +1546,6 @@
>
</File>
<File
- RelativePath="..\source\SquirrelCommandBinder.cpp"
- >
- </File>
- <File
- RelativePath="..\source\SquirrelCommandBinder.h"
- >
- </File>
- <File
RelativePath="..\source\StringMap.cpp"
>
</File>
@@ -1585,38 +1569,6 @@
RelativePath="..\source\WebPlugin.h"
>
</File>
- <Filter
- Name="Squirrel"
- >
- <File
- RelativePath="..\source\squirrelbindings\SquirrelArray.h"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelBaseClass.h"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelBindings.cpp"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelBindings.h"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelFunctions.cpp"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelFunctions.h"
- >
- </File>
- <File
- RelativePath="..\source\squirrelbindings\SquirrelObject.h"
- >
- </File>
- </Filter>
</Filter>
<Filter
Name="External"
diff --git a/VC2008/Squirrel3.cbp b/VC2008/Squirrel3.cbp
deleted file mode 100644
index fd145c420..000000000
--- a/VC2008/Squirrel3.cbp
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="Squirrel3" />
- <Option pch_mode="2" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug Win32">
- <Option output="lib" prefix_auto="1" extension_auto="1" />
- <Option working_dir="" />
- <Option object_output="Debug Win32/Squirrel3" />
- <Option type="2" />
- <Option compiler="gcc" />
- <Option createDefFile="1" />
- <Compiler>
- <Add option="-DWIN32" />
- <Add option="-D_DEBUG" />
- <Add option="-D_CRT_SECURE_NO_WARNINGS" />
- <Add option="-W" />
- <Add option="-O0" />
- <Add directory="../squirrel_3_0_1_stable/include" />
- </Compiler>
- <ResourceCompiler>
- <Add directory="../squirrel_3_0_1_stable/include" />
- </ResourceCompiler>
- </Target>
- <Target title="Release Win32">
- <Option output="lib" prefix_auto="1" extension_auto="1" />
- <Option working_dir="" />
- <Option object_output="Release Win32/Squirrel3" />
- <Option type="2" />
- <Option compiler="gcc" />
- <Option createDefFile="1" />
- <Compiler>
- <Add option="-DWIN32" />
- <Add option="-DNDEBUG" />
- <Add option="-D_CRT_SECURE_NO_WARNINGS" />
- <Add option="-W" />
- <Add directory="../squirrel_3_0_1_stable/include" />
- </Compiler>
- <ResourceCompiler>
- <Add directory="../squirrel_3_0_1_stable/include" />
- </ResourceCompiler>
- </Target>
- <Target title="Release profiled Win32">
- <Option output="lib" prefix_auto="1" extension_auto="1" />
- <Option working_dir="" />
- <Option object_output="Release profiled Win32/Squirrel3" />
- <Option type="2" />
- <Option compiler="gcc" />
- <Option createDefFile="1" />
- <Compiler>
- <Add option="-DWIN32" />
- <Add option="-DNDEBUG" />
- <Add option="-D_CRT_SECURE_NO_WARNINGS" />
- <Add option="-W" />
- <Add directory="../squirrel_3_0_1_stable/include" />
- </Compiler>
- <ResourceCompiler>
- <Add directory="../squirrel_3_0_1_stable/include" />
- </ResourceCompiler>
- </Target>
- </Build>
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdaux.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdblob.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdblobimpl.h" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdio.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdmath.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdrex.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdstream.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdstream.h" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdstring.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/sqstdlib/sqstdsystem.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqapi.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqarray.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqbaselib.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqclass.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqclass.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqclosure.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqcompiler.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqcompiler.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqdebug.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqfuncproto.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqfuncstate.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqfuncstate.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqlexer.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqlexer.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqmem.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqobject.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqobject.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqopcodes.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqpcheader.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqstate.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqstate.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqstring.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqtable.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqtable.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/squserdata.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/squtils.h" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqvm.cpp" />
- <Unit filename="../squirrel_3_0_1_stable/squirrel/sqvm.h" />
- <Extensions>
- <code_completion />
- <envvars />
- <debugger />
- </Extensions>
- </Project>
-</CodeBlocks_project_file>
diff --git a/VC2008/Squirrel3.vcproj b/VC2008/Squirrel3.vcproj
deleted file mode 100644
index f0067c72e..000000000
--- a/VC2008/Squirrel3.vcproj
+++ /dev/null
@@ -1,384 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="Squirrel3"
- ProjectGUID="{54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}"
- RootNamespace="Squirrel3"
- Keyword="ManagedCProj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\squirrel_3_0_1_stable\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="1"
- 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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- 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>
- <Configuration
- Name="Release profiled|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- 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>
- <AssemblyReference
- RelativePath="System.dll"
- AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
- MinFrameworkVersion="131072"
- />
- <AssemblyReference
- RelativePath="System.Data.dll"
- AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
- MinFrameworkVersion="131072"
- />
- <AssemblyReference
- RelativePath="System.XML.dll"
- AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
- MinFrameworkVersion="131072"
- />
- </References>
- <Files>
- <Filter
- Name="sqstdlib"
- >
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdaux.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblob.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblobimpl.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdio.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdmath.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdrex.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstring.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdsystem.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="squirrel"
- >
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqapi.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqarray.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqbaselib.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclosure.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqdebug.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncproto.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqmem.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqopcodes.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqpcheader.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstring.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\squserdata.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\squtils.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>