mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
add missing appTerrainDemo project/rc files
This commit is contained in:
parent
f285cb5e97
commit
c3dfcd21bf
245
msvc/6/appTerrainDemo.dsp
Normal file
245
msvc/6/appTerrainDemo.dsp
Normal file
@ -0,0 +1,245 @@
|
|||||||
|
# Microsoft Developer Studio Project File - Name="appTerrainDemo" - Package Owner=<4>
|
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
|
CFG=appTerrainDemo - Win32 Release
|
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
|
!MESSAGE use the Export Makefile command and run
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "appTerrainDemo.mak".
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE NMAKE /f "appTerrainDemo.mak" CFG="appTerrainDemo - Win32 Release"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 DebugDoublePrecision" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 DebugDll" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 ReleaseDoublePrecision" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 ReleaseDll" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "appTerrainDemo - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE
|
||||||
|
|
||||||
|
# Begin Project
|
||||||
|
# PROP AllowPerConfigDependencies 0
|
||||||
|
# PROP Scc_ProjName ""
|
||||||
|
# PROP Scc_LocalPath ""
|
||||||
|
CPP=cl.exe
|
||||||
|
MTL=midl.exe
|
||||||
|
RSC=rc.exe
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "appTerrainDemo - Win32 Release"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
|
# PROP BASE Output_Dir "release"
|
||||||
|
# PROP BASE Intermediate_Dir "release"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 0
|
||||||
|
# PROP Output_Dir "..\..\out\release6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\release6\build\appTerrainDemo\"
|
||||||
|
# PROP Ignore_Export_Lib 0
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /Gy /GF /MD /Ob2 /Og /Oi /Ot /Oy /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\release6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /OPT:NOREF /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "appTerrainDemo - Win32 ReleaseDll"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries
|
||||||
|
# PROP BASE Output_Dir "release_dll"
|
||||||
|
# PROP BASE Intermediate_Dir "release_dll"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries
|
||||||
|
# PROP Output_Dir "..\..\out\release_dll6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\release_dll6\build\appTerrainDemo\"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "NDEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\release_dll6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "appTerrainDemo - Win32 ReleaseDoublePrecision"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries
|
||||||
|
# PROP BASE Output_Dir "release_dbl"
|
||||||
|
# PROP BASE Intermediate_Dir "release_dbl"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries
|
||||||
|
# PROP Output_Dir "..\..\out\release_dbl6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\release_dbl6\build\appTerrainDemo\"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "NDEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\release_dbl6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "appTerrainDemo - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
|
# PROP BASE Output_Dir "debug"
|
||||||
|
# PROP BASE Intermediate_Dir "debug"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries 1
|
||||||
|
# PROP Output_Dir "..\..\out\debug6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\debug6\build\appTerrainDemo\"
|
||||||
|
# PROP Ignore_Export_Lib 1
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /GR /MDd /ZI /Od /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\debug6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /debug /pdbtype:sept /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "appTerrainDemo - Win32 DebugDll"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries
|
||||||
|
# PROP BASE Output_Dir "debug_dll"
|
||||||
|
# PROP BASE Intermediate_Dir "debug_dll"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries
|
||||||
|
# PROP Output_Dir "..\..\out\debug_dll6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\debug_dll6\build\appTerrainDemo\"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\debug_dll6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "appTerrainDemo - Win32 DebugDoublePrecision"
|
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0
|
||||||
|
# PROP BASE Use_Debug_Libraries
|
||||||
|
# PROP BASE Output_Dir "debug_dbl"
|
||||||
|
# PROP BASE Intermediate_Dir "debug_dbl"
|
||||||
|
# PROP BASE Target_Dir ""
|
||||||
|
# PROP Use_MFC 0
|
||||||
|
# PROP Use_Debug_Libraries
|
||||||
|
# PROP Output_Dir "..\..\out\debug_dbl6\build\appTerrainDemo\"
|
||||||
|
# PROP Intermediate_Dir "..\..\out\debug_dbl6\build\appTerrainDemo\"
|
||||||
|
# PROP Target_Dir ""
|
||||||
|
# ADD BASE CPP /nologo /vmb /vms /W3 /Gm /G5 /D "WIN32" /FD /c
|
||||||
|
# ADD CPP /nologo /vmb /vms /W3 /Gm /G5 /FD /c /D "_MT" /D "_MBCS" /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32" /I "." /I "..\.." /I "..\..\src" /I "..\..\Glut" /I "..\..\Demos\OpenGL" /I "..\..\Extras\ConvexHull"
|
||||||
|
# ADD BASE MTL /nologo /mktyplib203 /o "NUL" /win32
|
||||||
|
# ADD MTL /nologo /mktyplib203 /o "NUL" /win32 /D "_DEBUG" /D "BT_USE_DOUBLE_PRECISION" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
# ADD BASE RSC /l 0x409
|
||||||
|
# ADD RSC /l 0x409 /fo".\..\..\out\debug_dbl6\build\appTerrainDemo\appTerrainDemo.res" /i "." /i "..\.." /i "..\..\src" /i "..\..\Glut" /i "..\..\Demos\OpenGL" /i "..\..\Extras\ConvexHull"
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
# ADD BASE BSC32 /nologo
|
||||||
|
# ADD BSC32 /nologo
|
||||||
|
LIB32=link.exe -lib
|
||||||
|
# ADD BASE LIB32 /nologo
|
||||||
|
# ADD LIB32 /nologo
|
||||||
|
LINK32=link.exe
|
||||||
|
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib /nologo /machine:I386
|
||||||
|
# ADD LINK32 shell32.lib user32.lib gdi32.lib advapi32.lib glut32.lib /nologo /version:4.0 /machine:I386 /out:"..\..\TerrainDemo.exe" /subsystem:console /libpath:"..\..\Glut"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# Begin Target
|
||||||
|
|
||||||
|
# Name "appTerrainDemo - Win32 Release"
|
||||||
|
# Name "appTerrainDemo - Win32 ReleaseDll"
|
||||||
|
# Name "appTerrainDemo - Win32 ReleaseDoublePrecision"
|
||||||
|
# Name "appTerrainDemo - Win32 Debug"
|
||||||
|
# Name "appTerrainDemo - Win32 DebugDll"
|
||||||
|
# Name "appTerrainDemo - Win32 DebugDoublePrecision"
|
||||||
|
# Begin Group "Source Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter ""
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Demos\TerrainDemo\main.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Demos\TerrainDemo\TerrainDemo.cpp
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Header Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter ""
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Demos\TerrainDemo\TerrainDemo.h
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# Begin Group "Resource Files"
|
||||||
|
|
||||||
|
# PROP Default_Filter ""
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\msvc\appTerrainDemo.rc
|
||||||
|
# End Source File
|
||||||
|
# End Group
|
||||||
|
# End Target
|
||||||
|
# End Project
|
463
msvc/7/appTerrainDemo.vcproj
Normal file
463
msvc/7/appTerrainDemo.vcproj
Normal file
@ -0,0 +1,463 @@
|
|||||||
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="7.00"
|
||||||
|
Name="appTerrainDemo"
|
||||||
|
ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}"
|
||||||
|
SccProjectName=""
|
||||||
|
SccLocalPath="">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="..\..\out\release7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
WholeProgramOptimization="1"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="1"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\ReleaseTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dll7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dll7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dll7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dll7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dll7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dbl7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dbl7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dbl7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dbl7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\DebugTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dll7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dll7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dll7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dll7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dll7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dll7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dbl7\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dbl7\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dbl7\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dbl7\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dbl7\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=7"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\main.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\msvc\appTerrainDemo.rc">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
463
msvc/71/appTerrainDemo.vcproj
Normal file
463
msvc/71/appTerrainDemo.vcproj
Normal file
@ -0,0 +1,463 @@
|
|||||||
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="7.10"
|
||||||
|
Name="appTerrainDemo"
|
||||||
|
ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}"
|
||||||
|
SccProjectName=""
|
||||||
|
SccLocalPath="">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="..\..\out\release71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
WholeProgramOptimization="1"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="1"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\ReleaseTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dll71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dll71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dll71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dll71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dll71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dbl71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dbl71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dbl71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dbl71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\DebugTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dll71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dll71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dll71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dll71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dll71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dll71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dbl71\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dbl71\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dbl71\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dbl71\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dbl71\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=71"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\main.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\msvc\appTerrainDemo.rc">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
463
msvc/8/appTerrainDemo.vcproj
Normal file
463
msvc/8/appTerrainDemo.vcproj
Normal file
@ -0,0 +1,463 @@
|
|||||||
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="8.00"
|
||||||
|
Name="appTerrainDemo"
|
||||||
|
ProjectGUID="{7FE87C67-4B29-D636-0AEC-BFFCE47A2164}"
|
||||||
|
SccProjectName=""
|
||||||
|
SccLocalPath="">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="..\..\out\release8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
WholeProgramOptimization="1"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="1"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\ReleaseTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dll8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dll8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
|
StringPooling="TRUE"
|
||||||
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
BufferSecurityCheck="FALSE"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dll8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dll8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dll8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dll8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dll8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dll8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="ReleaseDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\release_dbl8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\release_dbl8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\release_dbl8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\release_dbl8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\release_dbl8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\release_dbl8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\ReleaseDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\release_dbl8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\release_dbl8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
|
OutputFile="..\..\DebugTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDll|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dll8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dll8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dll8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dll8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dll8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dll8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDllTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dll8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dll8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="DebugDoublePrecision|Win32"
|
||||||
|
OutputDirectory="..\..\out\debug_dbl8\build\appTerrainDemo\"
|
||||||
|
IntermediateDirectory="..\..\out\debug_dbl8\build\appTerrainDemo\"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="2"
|
||||||
|
UseOfMFC="0"
|
||||||
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32"
|
||||||
|
OptimizeForProcessor="1"
|
||||||
|
ExceptionHandling="0"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
PrecompiledHeaderFile="..\..\out\debug_dbl8\build\appTerrainDemo\appTerrainDemo.pch"
|
||||||
|
AssemblerListingLocation="..\..\out\debug_dbl8\build\appTerrainDemo\"
|
||||||
|
ObjectFile="..\..\out\debug_dbl8\build\appTerrainDemo\"
|
||||||
|
ProgramDataBaseFileName="..\..\out\debug_dbl8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="false"
|
||||||
|
CompileAs="0"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="..\..\DebugDblTerrainDemo.exe"
|
||||||
|
SubSystem="1"
|
||||||
|
AdditionalOptions=" "
|
||||||
|
AdditionalDependencies="glut32.lib"
|
||||||
|
IgnoreImportLibrary="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
GenerateManifest="false"
|
||||||
|
AdditionalLibraryDirectories="..\..\Glut"
|
||||||
|
ProgramDatabaseFile="..\..\out\debug_dbl8\build\appTerrainDemo\TerrainDemo.pdb"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
SuppressStartupBanner="TRUE"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
||||||
|
MkTypLibCompatible="TRUE"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
TypeLibraryName="..\..\out\debug_dbl8\build\appTerrainDemo\appTerrainDemo.tlb"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PROJECTGEN_VERSION=8"
|
||||||
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\ConvexHull"
|
||||||
|
Culture="1033"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\main.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.cpp">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\TerrainDemo\TerrainDemo.h">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\msvc\appTerrainDemo.rc">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
30
msvc/appTerrainDemo.rc
Normal file
30
msvc/appTerrainDemo.rc
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
// This file is generated automatically.
|
||||||
|
|
||||||
|
1 VERSIONINFO
|
||||||
|
FILEVERSION 2, 73, 0, 0
|
||||||
|
PRODUCTVERSION 2, 73, 0, 0
|
||||||
|
#ifdef CS_DEBUG
|
||||||
|
FILEFLAGS 0x1
|
||||||
|
#else
|
||||||
|
FILEFLAGS 0x0
|
||||||
|
#endif
|
||||||
|
{
|
||||||
|
BLOCK "StringFileInfo"
|
||||||
|
{
|
||||||
|
BLOCK "040904E4"
|
||||||
|
{
|
||||||
|
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
|
||||||
|
VALUE "ProductVersion", "2.73"
|
||||||
|
VALUE "FileVersion", "2.73"
|
||||||
|
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
|
||||||
|
VALUE "FileDescription", "TerrainDemo"
|
||||||
|
#ifdef CS_DEBUG
|
||||||
|
VALUE "Comments", "Debug build"
|
||||||
|
#else
|
||||||
|
VALUE "Comments", "Release build"
|
||||||
|
#endif
|
||||||
|
VALUE "WWW", "http://www.bulletphysics.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
1 ICON "../../msvc/bullet_ico.ico"
|
Loading…
Reference in New Issue
Block a user