OSDN Git Service

[Refactor] #37353 xtra2.c を targeting.c に改名.
authordeskull <deskull@users.sourceforge.jp>
Mon, 6 May 2019 11:56:24 +0000 (20:56 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 6 May 2019 11:56:24 +0000 (20:56 +0900)
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/targeting.c [moved from src/xtra2.c with 100% similarity]

index 00fa767..80fbefe 100644 (file)
     <ClCompile Include="..\..\src\store.c" />\r
     <ClCompile Include="..\..\src\floor-streams.c" />\r
     <ClCompile Include="..\..\src\tables.c" />\r
+    <ClCompile Include="..\..\src\targeting.c" />\r
     <ClCompile Include="..\..\src\term.c" />\r
     <ClCompile Include="..\..\src\trap.c" />\r
     <ClCompile Include="..\..\src\util.c" />\r
     <ClCompile Include="..\..\src\wizard1.c" />\r
     <ClCompile Include="..\..\src\wizard2.c" />\r
     <ClCompile Include="..\..\src\world.c" />\r
-    <ClCompile Include="..\..\src\xtra2.c" />\r
     <ClCompile Include="..\..\src\z-form.c" />\r
     <ClCompile Include="..\..\src\z-rand.c" />\r
     <ClCompile Include="..\..\src\z-term.c" />\r
index 0dd6936..73a1823 100644 (file)
@@ -7,7 +7,6 @@
     <ClCompile Include="..\..\src\readdib.c" />
     <ClCompile Include="..\..\src\tables.c" />
     <ClCompile Include="..\..\src\variable.c" />
-    <ClCompile Include="..\..\src\xtra2.c" />
     <ClCompile Include="..\..\src\z-form.c" />
     <ClCompile Include="..\..\src\z-term.c" />
     <ClCompile Include="..\..\src\warning.c" />
     <ClCompile Include="..\..\src\snipe.c">
       <Filter>cmd</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\targeting.c">
+      <Filter>io</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\defines.h" />
index 35ab4c9..1417259 100644 (file)
@@ -89,9 +89,9 @@ hengband_SOURCES = \
        variable.c wild.h wild.c wizard1.c wizard2.c \
        warning.c warning.h world.c world.h \
        \
-       view-mainwindow.c view-mainwindow.h\
+       view-mainwindow.c view-mainwindow.h targeting.c \
        \
-       xtra2.c z-config.h \
+       z-config.h \
        z-form.c z-form.h z-rand.c z-rand.h z-term.c z-term.h z-util.c z-util.h \
        z-virt.c z-virt.h 
 
similarity index 100%
rename from src/xtra2.c
rename to src/targeting.c