Fixed ram_buffer init
This commit is contained in:
parent
3e31244b04
commit
3a7c177926
|
@ -0,0 +1,170 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="crdview"
|
||||
OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
|
||||
ProjectGUID="{C94A2FDE-DDA0-451D-94FD-62743A17773F}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
||||
OutputFile="$(OutDir)/crdview.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/crdview.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
||||
OutputFile="$(OutDir)/crdview.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crudeview.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\mfhash.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackball.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackmode.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vert_remap.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\frustum.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\mfhash.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackball.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackmode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vert_remap.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vfile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\view.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,49 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ply2crd", "ply2crd\ply2crd.vcproj", "{4155A871-F918-4703-8532-8C8790580DE0}"
|
||||
EndProject
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "crdview", "crdview\crdview.icproj", "{DEE51F5A-B34E-4B85-B3DD-E73DF7DC5E0C}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "voronoinxs", "voronoinxs\voronoinxs.vcproj", "{060FC96C-E3B7-48F9-85F2-02922D8B762D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nxsedit", "nxsedit\nxsedit.vcproj", "{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}"
|
||||
EndProject
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "nxsview", "nxsview\nxsview.icproj", "{8391B520-3CBB-41E3-8151-1822E0208B41}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{4155A871-F918-4703-8532-8C8790580DE0}.Debug.ActiveCfg = Debug|Win32
|
||||
{4155A871-F918-4703-8532-8C8790580DE0}.Debug.Build.0 = Debug|Win32
|
||||
{4155A871-F918-4703-8532-8C8790580DE0}.Release.ActiveCfg = Release|Win32
|
||||
{4155A871-F918-4703-8532-8C8790580DE0}.Release.Build.0 = Release|Win32
|
||||
{DEE51F5A-B34E-4B85-B3DD-E73DF7DC5E0C}.Debug.ActiveCfg = Debug|Win32
|
||||
{DEE51F5A-B34E-4B85-B3DD-E73DF7DC5E0C}.Debug.Build.0 = Debug|Win32
|
||||
{DEE51F5A-B34E-4B85-B3DD-E73DF7DC5E0C}.Release.ActiveCfg = Release|Win32
|
||||
{DEE51F5A-B34E-4B85-B3DD-E73DF7DC5E0C}.Release.Build.0 = Release|Win32
|
||||
{060FC96C-E3B7-48F9-85F2-02922D8B762D}.Debug.ActiveCfg = Debug|Win32
|
||||
{060FC96C-E3B7-48F9-85F2-02922D8B762D}.Debug.Build.0 = Debug|Win32
|
||||
{060FC96C-E3B7-48F9-85F2-02922D8B762D}.Release.ActiveCfg = Release|Win32
|
||||
{060FC96C-E3B7-48F9-85F2-02922D8B762D}.Release.Build.0 = Release|Win32
|
||||
{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}.Debug.ActiveCfg = Debug|Win32
|
||||
{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}.Debug.Build.0 = Debug|Win32
|
||||
{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}.Release.ActiveCfg = Release|Win32
|
||||
{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}.Release.Build.0 = Release|Win32
|
||||
{8391B520-3CBB-41E3-8151-1822E0208B41}.Debug.ActiveCfg = Debug|Win32
|
||||
{8391B520-3CBB-41E3-8151-1822E0208B41}.Debug.Build.0 = Debug|Win32
|
||||
{8391B520-3CBB-41E3-8151-1822E0208B41}.Release.ActiveCfg = Release|Win32
|
||||
{8391B520-3CBB-41E3-8151-1822E0208B41}.Release.Build.0 = Release|Win32
|
||||
{C94A2FDE-DDA0-451D-94FD-62743A17773F}.Debug.ActiveCfg = Debug|Win32
|
||||
{C94A2FDE-DDA0-451D-94FD-62743A17773F}.Release.ActiveCfg = Release|Win32
|
||||
{87FA44C0-5EFB-4E12-8C97-98E676E9B9D3}.Debug.ActiveCfg = Debug|Win32
|
||||
{87FA44C0-5EFB-4E12-8C97-98E676E9B9D3}.Release.ActiveCfg = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -0,0 +1,177 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="nxsedit"
|
||||
ProjectGUID="{E0D59FA8-5742-450C-AD92-DFB91BD73F7B}"
|
||||
Keyword="ManagedCProj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="1"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glew32.lib"
|
||||
OutputFile="$(OutDir)/nxsedit.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
WarningLevel="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glew32.lib"
|
||||
OutputFile="$(OutDir)/nxsedit.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsalgo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsedit.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\tri_stripper.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\border.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\graph_array.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\heap_array.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsalgo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\tri_stripper.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vfile.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="nxsview"
|
||||
OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
|
||||
ProjectGUID="{87FA44C0-5EFB-4E12-8C97-98E676E9B9D3}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
||||
OutputFile="$(OutDir)/nxsview.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/nxsview.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
||||
OutputFile="$(OutDir)/nxsview.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexusmt.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexusview.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\stopwatch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackball.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackmode.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\border.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\frustum.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexusmt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\stopwatch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackball.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\trackmode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\gui\view.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,131 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="ply2crd"
|
||||
ProjectGUID="{4155A871-F918-4703-8532-8C8790580DE0}"
|
||||
Keyword="ManagedCProj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="1"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="c:\sf\vcg"
|
||||
OutputFile="$(OutDir)/ply2crd.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
WarningLevel="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/ply2crd.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\ply2crude.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\ply\plylib.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\ply\plylib.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vfile.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -0,0 +1,229 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="voronoinxs"
|
||||
ProjectGUID="{060FC96C-E3B7-48F9-85F2-02922D8B762D}"
|
||||
Keyword="ManagedCProj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glew32.lib ptypes.lib"
|
||||
OutputFile="$(OutDir)/voronoinxs.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="c:\sf\vcg"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
MinimalRebuild="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glew32.lib ptypes.lib"
|
||||
OutputFile="$(OutDir)/voronoinxs.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\decimate.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\fragment.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\mfhash.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsalgo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsbuild.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\pvoronoi.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\tri_stripper.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vert_remap.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\voronoichain.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\voronoinxs.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\border.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\borderserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\crude.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\decimate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\file.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\fragment.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\wrap\system\getopt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\graph_array.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\heap_array.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\mfhash.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nexus.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsalgo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\nxsbuild.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\patchserver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\pchain.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\pvoronoi.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\tristripper\tri_stripper.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vert_remap.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\vfile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\nexus\voronoichain.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in New Issue