From ae3aa02f0fc96f639287d3be43fe762ac6a9e1af Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Thu, 29 Mar 2007 22:45:36 +0000 Subject: [PATCH] Removing precompiled header file stuff that is no longer used. --- niflib.vcproj | 62 --------------------------------------------------- 1 file changed, 62 deletions(-) diff --git a/niflib.vcproj b/niflib.vcproj index c70c70b9..7933d274 100644 --- a/niflib.vcproj +++ b/niflib.vcproj @@ -450,64 +450,6 @@ /> </FileConfiguration> </File> - <File - RelativePath=".\src\pch.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="$(ProjectDir)include/pch.h" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - /> - </FileConfiguration> - <FileConfiguration - Name="PyNiflib|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="$(ProjectDir)include/pch.h" - /> - </FileConfiguration> - <FileConfiguration - Name="Release - DLL|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="$(ProjectDir)include/pch.h" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug - PCH|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="$(ProjectDir)include/pch.h" - /> - </FileConfiguration> - <FileConfiguration - Name="Release - PCH|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="$(ProjectDir)include\pch.h" - /> - </FileConfiguration> - </File> <File RelativePath=".\src\Type.cpp" > @@ -1614,10 +1556,6 @@ RelativePath=".\include\niflib.h" > </File> - <File - RelativePath=".\include\pch.h" - > - </File> <File RelativePath=".\include\Ref.h" > -- GitLab