浏览代码

Fixed the template project so that it builds in visual studio.
The RuntimeLibrary needed to be set to MultiThreadedDebugDLL similar to issue #1806.

Darryl Gough 9 年之前
父节点
当前提交
f26ece9fbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>