From 4cd95932dac8ae8c51ed6f2cbbd2a75aec809fbc Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 30 Jun 2010 19:45:36 +0200 Subject: Forgot to change included files after PCH rename (win projects) --HG-- branch : trunk --- win/VC90/game.vcproj | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index f96940425e7..b63f0383625 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -58,7 +58,7 @@ EnableEnhancedInstructionSet="0" RuntimeTypeInfo="true" UsePrecompiledHeader="2" - PrecompiledHeaderThrough="WinCorePCH.h" + PrecompiledHeaderThrough="gamePCH.h" PrecompiledHeaderFile=".\$(ProjectName)__$(PlatformName)_$(ConfigurationName)\$(ProjectName).pch" AssemblerListingLocation="" ObjectFile=".\$(ProjectName)__$(PlatformName)_$(ConfigurationName)\" @@ -69,7 +69,7 @@ DebugInformationFormat="3" CallingConvention="0" CompileAs="0" - ForcedIncludeFiles="WinCorePCH.h" + ForcedIncludeFiles="gamePCH.h" /> -- cgit v1.2.3