*** empty log message ***
This commit is contained in:
parent
b2bd5fd8cf
commit
58d7eb26b8
|
@ -3,7 +3,6 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.00"
|
||||||
Name="nxsview"
|
Name="nxsview"
|
||||||
OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
|
|
||||||
ProjectGUID="{87FA44C0-5EFB-4E12-8C97-98E676E9B9D3}"
|
ProjectGUID="{87FA44C0-5EFB-4E12-8C97-98E676E9B9D3}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
|
@ -24,7 +23,7 @@
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||||
MinimalRebuild="TRUE"
|
MinimalRebuild="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib ptypes.lib"
|
||||||
OutputFile="$(OutDir)/nxsview.exe"
|
OutputFile="$(OutDir)/nxsview.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib"
|
AdditionalDependencies="SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32.lib ptypes.lib"
|
||||||
OutputFile="$(OutDir)/nxsview.exe"
|
OutputFile="$(OutDir)/nxsview.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -116,6 +115,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\system\getopt.cpp">
|
RelativePath="..\..\..\..\wrap\system\getopt.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\nexus\mfile.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.c">
|
RelativePath="..\..\..\nexus\minilzo.108\minilzo.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -134,15 +136,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nexus\patchserver.cpp">
|
RelativePath="..\..\..\nexus\patchserver.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\nexus\stopwatch.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\gui\trackball.cpp">
|
RelativePath="..\..\..\..\wrap\gui\trackball.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\gui\trackmode.cpp">
|
RelativePath="..\..\..\..\wrap\gui\trackmode.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\nexus\watch.cpp">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
|
@ -162,6 +164,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\system\getopt.h">
|
RelativePath="..\..\..\..\wrap\system\getopt.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\nexus\mfile.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nexus\minilzo.108\minilzo.h">
|
RelativePath="..\..\..\nexus\minilzo.108\minilzo.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -177,9 +182,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\nexus\patchserver.h">
|
RelativePath="..\..\..\nexus\patchserver.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\nexus\stopwatch.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\gui\trackball.h">
|
RelativePath="..\..\..\..\wrap\gui\trackball.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -189,6 +191,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\wrap\gui\view.h">
|
RelativePath="..\..\..\..\wrap\gui\view.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\nexus\watch.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
|
Loading…
Reference in New Issue