[BACK] Return to 3d.vcproj CVS log [TXT][DIR] Up to Nevrax / code / nel / src

Diff for /code/nel/src/3d.vcproj between version 1.1 and 1.2

version 1.1, 2002/04/03 13:24:51 version 1.2, 2002/04/12 11:51:04
Line 12 
Line 12 
         <Configurations>         <Configurations>
                 <Configuration                 <Configuration
                         Name="Release|Win32"                         Name="Release|Win32"
                         OutputDirectory=".\../obj/Release"                         OutputDirectory="..\lib7\"
                         IntermediateDirectory=".\../obj/Release"                         IntermediateDirectory="..\obj7\$(ConfigurationName)\$(ProjectName)\"
                         ConfigurationType="4"                         ConfigurationType="4"
                         UseOfMFC="0"                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
Line 21 
Line 21 
                         <Tool                         <Tool
                                 Name="VCCLCompilerTool"                                 Name="VCCLCompilerTool"
                                 AdditionalOptions="/Zm200 "                                 AdditionalOptions="/Zm200 "
                                 InlineFunctionExpansion="1"                                 GlobalOptimizations="TRUE"
                                  InlineFunctionExpansion="2"
                                  EnableIntrinsicFunctions="TRUE"
                                  ImproveFloatingPointConsistency="TRUE"
                                  FavorSizeOrSpeed="1"
                                  OmitFramePointers="TRUE"
                                 PreprocessorDefinitions="_LIB,WIN32,NDEBUG"                                 PreprocessorDefinitions="_LIB,WIN32,NDEBUG"
                                 StringPooling="TRUE"                                 StringPooling="TRUE"
                                  MinimalRebuild="TRUE"
                                 RuntimeLibrary="2"                                 RuntimeLibrary="2"
                                  BufferSecurityCheck="FALSE"
                                 EnableFunctionLevelLinking="TRUE"                                 EnableFunctionLevelLinking="TRUE"
                                  ForceConformanceInForLoopScope="TRUE"
                                 RuntimeTypeInfo="TRUE"                                 RuntimeTypeInfo="TRUE"
                                 UsePrecompiledHeader="3"                                 UsePrecompiledHeader="3"
                                 PrecompiledHeaderThrough="std3d.h"                                 PrecompiledHeaderThrough="std$(ProjectName).h"
                                 PrecompiledHeaderFile=".\../obj/Release/3d.pch"                                 PrecompiledHeaderFile="$(IntDir)$(ProjectName).pch"
                                 AssemblerListingLocation=".\../obj/Release/"                                 AssemblerListingLocation="$(IntDir)"
                                 ObjectFile=".\../obj/Release/"                                 ObjectFile="$(IntDir)"
                                 ProgramDataBaseFileName=".\../obj/Release/"                                 ProgramDataBaseFileName="$(OutDir)nl$(ProjectName)_$(ConfigurationName)"
                                  BrowseInformation="0"
                                 WarningLevel="3"                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"/>                                 SuppressStartupBanner="TRUE"/>
                         <Tool                         <Tool
                                 Name="VCCustomBuildTool"/>                                 Name="VCCustomBuildTool"/>
                         <Tool                         <Tool
                                 Name="VCLibrarianTool"                                 Name="VCLibrarianTool"
                                 OutputFile="../lib/nl3d.lib"                                 OutputFile="$(OutDir)nl$(ProjectName)_$(ConfigurationName).lib"
                                 SuppressStartupBanner="TRUE"/>                                 SuppressStartupBanner="TRUE"/>
                         <Tool                         <Tool
                                 Name="VCMIDLTool"/>                                 Name="VCMIDLTool"/>
Line 58 
Line 67 
                 </Configuration>                 </Configuration>
                 <Configuration                 <Configuration
                         Name="DebugFast|Win32"                         Name="DebugFast|Win32"
                         OutputDirectory=".\../obj/DebugFast"                         OutputDirectory="..\lib7\"
                         IntermediateDirectory=".\../obj/DebugFast"                         IntermediateDirectory="..\obj7\$(ConfigurationName)\$(ProjectName)\"
                         ConfigurationType="4"                         ConfigurationType="4"
                         UseOfMFC="0"                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
Line 71 
Line 80 
                                 InlineFunctionExpansion="1"                                 InlineFunctionExpansion="1"
                                 PreprocessorDefinitions="_LIB,WIN32,_DEBUG,NL_DEBUG_FAST"                                 PreprocessorDefinitions="_LIB,WIN32,_DEBUG,NL_DEBUG_FAST"
                                 StringPooling="TRUE"                                 StringPooling="TRUE"
                                  MinimalRebuild="TRUE"
                                 BasicRuntimeChecks="3"                                 BasicRuntimeChecks="3"
                                  SmallerTypeCheck="TRUE"
                                 RuntimeLibrary="3"                                 RuntimeLibrary="3"
                                  BufferSecurityCheck="TRUE"
                                  ForceConformanceInForLoopScope="TRUE"
                                 RuntimeTypeInfo="TRUE"                                 RuntimeTypeInfo="TRUE"
                                 UsePrecompiledHeader="3"                                 UsePrecompiledHeader="3"
                                 PrecompiledHeaderThrough="std3d.h"                                 PrecompiledHeaderThrough="std$(ProjectName).h"
                                 PrecompiledHeaderFile=".\../obj/DebugFast/3d.pch"                                 PrecompiledHeaderFile="$(IntDir)$(ProjectName).pch"
                                 AssemblerListingLocation=".\../obj/DebugFast/"                                 AssemblerListingLocation="$(IntDir)"
                                 ObjectFile=".\../obj/DebugFast/"                                 ObjectFile="$(IntDir)"
                                 ProgramDataBaseFileName=".\../obj/DebugFast/"                                 ProgramDataBaseFileName="$(OutDir)nl$(ProjectName)_$(ConfigurationName)"
                                 BrowseInformation="1"                                 BrowseInformation="0"
                                 WarningLevel="3"                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"                                 SuppressStartupBanner="TRUE"
                                 DebugInformationFormat="3"/>                                 DebugInformationFormat="3"/>
Line 88 
Line 101 
                                 Name="VCCustomBuildTool"/>                                 Name="VCCustomBuildTool"/>
                         <Tool                         <Tool
                                 Name="VCLibrarianTool"                                 Name="VCLibrarianTool"
                                 OutputFile="../lib/nl3d_debug_fast.lib"                                 OutputFile="$(OutDir)nl$(ProjectName)_$(ConfigurationName).lib"
                                 SuppressStartupBanner="TRUE"/>                                 SuppressStartupBanner="TRUE"/>
                         <Tool                         <Tool
                                 Name="VCMIDLTool"/>                                 Name="VCMIDLTool"/>
Line 107 
Line 120 
                 </Configuration>                 </Configuration>
                 <Configuration                 <Configuration
                         Name="Debug|Win32"                         Name="Debug|Win32"
                         OutputDirectory=".\../obj/Debug"                         OutputDirectory="..\lib7\"
                         IntermediateDirectory=".\../obj/Debug"                         IntermediateDirectory="..\obj7\$(ConfigurationName)\$(ProjectName)\"
                         ConfigurationType="4"                         ConfigurationType="4"
                         UseOfMFC="0"                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
Line 119 
Line 132 
                                 Optimization="0"                                 Optimization="0"
                                 PreprocessorDefinitions="_LIB,__STL_DEBUG,WIN32,_DEBUG"                                 PreprocessorDefinitions="_LIB,__STL_DEBUG,WIN32,_DEBUG"
                                 StringPooling="TRUE"                                 StringPooling="TRUE"
                                  MinimalRebuild="TRUE"
                                 BasicRuntimeChecks="3"                                 BasicRuntimeChecks="3"
                                  SmallerTypeCheck="TRUE"
                                 RuntimeLibrary="3"                                 RuntimeLibrary="3"
                                  BufferSecurityCheck="TRUE"
                                  ForceConformanceInForLoopScope="TRUE"
                                 RuntimeTypeInfo="TRUE"                                 RuntimeTypeInfo="TRUE"
                                 UsePrecompiledHeader="3"                                 UsePrecompiledHeader="3"
                                 PrecompiledHeaderThrough="std3d.h"                                 PrecompiledHeaderThrough="std$(ProjectName).h"
                                 PrecompiledHeaderFile=".\../obj/Debug/3d.pch"                                 PrecompiledHeaderFile="$(IntDir)$(ProjectName).pch"
                                 AssemblerListingLocation=".\../obj/Debug/"                                 AssemblerListingLocation="$(IntDir)"
                                 ObjectFile=".\../obj/Debug/"                                 ObjectFile="$(IntDir)"
                                 ProgramDataBaseFileName=".\../obj/Debug/"                                 ProgramDataBaseFileName="$(OutDir)nl$(ProjectName)_$(ConfigurationName)"
                                  BrowseInformation="0"
                                 WarningLevel="3"                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"                                 SuppressStartupBanner="TRUE"
                                 DebugInformationFormat="3"/>                                 DebugInformationFormat="4"/>
                         <Tool                         <Tool
                                 Name="VCCustomBuildTool"/>                                 Name="VCCustomBuildTool"/>
                         <Tool                         <Tool
                                 Name="VCLibrarianTool"                                 Name="VCLibrarianTool"
                                 OutputFile="../lib/nl3d_debug.lib"                                 OutputFile="$(OutDir)nl$(ProjectName)_$(ConfigurationName).lib"
                                 SuppressStartupBanner="TRUE"/>                                 SuppressStartupBanner="TRUE"/>
                         <Tool                         <Tool
                                 Name="VCMIDLTool"/>                                 Name="VCMIDLTool"/>
Line 154 
Line 172 
                 </Configuration>                 </Configuration>
                 <Configuration                 <Configuration
                         Name="ReleaseDebug|Win32"                         Name="ReleaseDebug|Win32"
                         OutputDirectory=".\../obj/ReleaseDebug"                         OutputDirectory="..\lib7\"
                         IntermediateDirectory=".\../obj/ReleaseDebug"                         IntermediateDirectory="..\obj7\$(ConfigurationName)\$(ProjectName)\"
                         ConfigurationType="4"                         ConfigurationType="4"
                         UseOfMFC="0"                         UseOfMFC="0"
                         ATLMinimizesCRunTimeLibraryUsage="FALSE"                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
Line 163 
Line 181 
                         <Tool                         <Tool
                                 Name="VCCLCompilerTool"                                 Name="VCCLCompilerTool"
                                 AdditionalOptions="/Zm200 "                                 AdditionalOptions="/Zm200 "
                                 InlineFunctionExpansion="1"                                 GlobalOptimizations="TRUE"
                                  InlineFunctionExpansion="2"
                                  EnableIntrinsicFunctions="TRUE"
                                  ImproveFloatingPointConsistency="TRUE"
                                  FavorSizeOrSpeed="1"
                                  OmitFramePointers="TRUE"
                                 PreprocessorDefinitions="_LIB,WIN32,NDEBUG,NL_RELEASE_DEBUG"                                 PreprocessorDefinitions="_LIB,WIN32,NDEBUG,NL_RELEASE_DEBUG"
                                 StringPooling="TRUE"                                 StringPooling="TRUE"
                                  MinimalRebuild="TRUE"
                                 RuntimeLibrary="2"                                 RuntimeLibrary="2"
                                  BufferSecurityCheck="FALSE"
                                 EnableFunctionLevelLinking="TRUE"                                 EnableFunctionLevelLinking="TRUE"
                                  ForceConformanceInForLoopScope="TRUE"
                                 RuntimeTypeInfo="TRUE"                                 RuntimeTypeInfo="TRUE"
                                 UsePrecompiledHeader="3"                                 UsePrecompiledHeader="3"
                                 PrecompiledHeaderThrough="std3d.h"                                 PrecompiledHeaderThrough="std$(ProjectName).h"
                                 PrecompiledHeaderFile=".\../obj/ReleaseDebug/3d.pch"                                 PrecompiledHeaderFile="$(IntDir)$(ProjectName).pch"
                                 AssemblerListingLocation=".\../obj/ReleaseDebug/"                                 AssemblerListingLocation="$(IntDir)"
                                 ObjectFile=".\../obj/ReleaseDebug/"                                 ObjectFile="$(IntDir)"
                                 ProgramDataBaseFileName=".\../obj/ReleaseDebug/"                                 ProgramDataBaseFileName="$(OutDir)nl$(ProjectName)_$(ConfigurationName)"
                                  BrowseInformation="0"
                                 WarningLevel="3"                                 WarningLevel="3"
                                 SuppressStartupBanner="TRUE"                                 SuppressStartupBanner="TRUE"
                                 DebugInformationFormat="3"/>                                 DebugInformationFormat="3"/>
Line 182 
Line 209 
                                 Name="VCCustomBuildTool"/>                                 Name="VCCustomBuildTool"/>
                         <Tool                         <Tool
                                 Name="VCLibrarianTool"                                 Name="VCLibrarianTool"
                                 OutputFile="../lib/nl3d_rd.lib"                                 OutputFile="$(OutDir)nl$(ProjectName)_$(ConfigurationName).lib"
                                 SuppressStartupBanner="TRUE"/>                                 SuppressStartupBanner="TRUE"/>
                         <Tool                         <Tool
                                 Name="VCMIDLTool"/>                                 Name="VCMIDLTool"/>
Line 1442 
Line 1469 
                                                 RelativePath=".\3d\ps_particle.h">                                                 RelativePath=".\3d\ps_particle.h">
                                         </File>                                         </File>
                                         <File                                         <File
                                                 RelativePath=".\3d\ps_particle_basic.cpp">                                                 RelativePath=".\3d\ps_particle2.cpp">
                                         </File>                                         </File>
                                         <File                                         <File
                                                 RelativePath=".\3d\ps_particle_basic.h">                                                 RelativePath=".\3d\ps_particle2.h">
                                         </File>                                         </File>
                                         <File                                         <File
                                                 RelativePath=".\3d\ps_particle2.cpp">                                                 RelativePath=".\3d\ps_particle_basic.cpp">
                                         </File>                                         </File>
                                         <File                                         <File
                                                 RelativePath=".\3d\ps_particle2.h">                                                 RelativePath=".\3d\ps_particle_basic.h">
                                         </File>                                         </File>
                                         <File                                         <File
                                                 RelativePath=".\3d\ps_quad.cpp">                                                 RelativePath=".\3d\ps_quad.cpp">


Legend:
Removed from v.1.1 
changed lines
 Added in v.1.2