Loading

Paste #pgisqpmga

  1. Index: projects/openttd_vs140.vcxproj
  2. ===================================================================
  3. --- projects/openttd_vs140.vcxproj  (revision 27795)
  4. +++ projects/openttd_vs140.vcxproj  (working copy)
  5. @@ -91,6 +91,22 @@
  6.      <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
  7.      <LocalDebuggerWorkingDirectory>$(ProjectDir)..\bin</LocalDebuggerWorkingDirectory>
  8.    </PropertyGroup>
  9. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  10. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  11. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
  12. +  </PropertyGroup>
  13. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  14. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  15. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
  16. +  </PropertyGroup>
  17. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  18. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  19. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
  20. +  </PropertyGroup>
  21. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  22. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  23. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
  24. +  </PropertyGroup>
  25.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  26.      <Midl>
  27.        <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>

Comments