OSDN Git Service

[Modify] SDL系ライブラリとインクルードファイルの配置位置を整理.
authordeskull <deskull@users.sourceforge.jp>
Sat, 22 Jun 2019 16:32:02 +0000 (01:32 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 22 Jun 2019 16:32:02 +0000 (01:32 +0900)
Deeangband/Deeangband.vcxproj

index 591e127..3c9daa8 100644 (file)
@@ -42,8 +42,8 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LinkIncremental>true</LinkIncremental>
-    <IncludePath>C:\boost_1_63_0\include\boost-1_63\;C:\Program Files\SDL2-2.0.3\include;C:\Program Files\SDL2_image-2.0.0\include;C:\Program Files\SDL2_ttf-2.0.12\include;$(IncludePath)</IncludePath>
-    <LibraryPath>C:\Program Files\SDL2_image-2.0.0\lib\x86;C:\Program Files\SDL2-2.0.3\lib\x86;C:\boost_1_63_0\lib\x86;C:\Program Files\SDL2_ttf-2.0.12\lib\x86;$(LibraryPath)</LibraryPath>
+    <IncludePath>$(SolutionDir)SDL2-2.0.9\include;$(SolutionDir)SDL2_image-2.0.4;$(SolutionDir)SDL2_ttf-2.0.15;$(IncludePath)</IncludePath>
+    <LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
     <OutDir>$(SolutionDir)\</OutDir>
     <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
   </PropertyGroup>