Przeglądaj źródła

Merge pull request #1821 from dgough/next

Fixed the template project so that it builds in visual studio.
Sean Taylor 9 lat temu
rodzic
commit
f9259b8633
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      template/template.vcxproj

+ 1 - 1
template/template.vcxproj

@@ -72,7 +72,7 @@
       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_GAMEPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <AdditionalIncludeDirectories>GAMEPLAY_PATH\gameplay\src;GAMEPLAY_PATH\external-deps\include;$(DXSDK_DIR)include;</AdditionalIncludeDirectories>
       <RuntimeTypeInfo>true</RuntimeTypeInfo>
-      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     </ClCompile>
     <Link>
       <SubSystem>Windows</SubSystem>