소스 검색

Disable incremental linking for IDEHelper

Brian Fiete 1 년 전
부모
커밋
570f79c9ca
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      IDEHelper/IDEHelper.vcxproj

+ 2 - 2
IDEHelper/IDEHelper.vcxproj

@@ -96,13 +96,13 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <LinkIncremental>true</LinkIncremental>
+    <LinkIncremental>false</LinkIncremental>
     <LibraryPath>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath);..\BeefySysLib\third_party\AK\lib\Win32_vc120\Debug(StaticCRT)\lib</LibraryPath>
     <TargetName>$(ProjectName)32_d</TargetName>
     <OutDir>$(SolutionDir)\IDE\dist\</OutDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <LinkIncremental>true</LinkIncremental>
+    <LinkIncremental>false</LinkIncremental>
     <TargetName>$(ProjectName)64_d</TargetName>
     <IncludePath>C:\Beef\BeefySysLib\third_party\sparsehash\windows;C:\Beef\BeefySysLib\third_party\sparsehash;C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
     <OutDir>$(SolutionDir)\IDE\dist\</OutDir>