OSDN Git Service

[Refactor] #37353 xtra1.c を view-mainwindow.c に改名。 / Rename xtra1.c to view-mainwindow.c.
authorDeskull <deskull@users.sourceforge.jp>
Mon, 21 Jan 2019 14:45:28 +0000 (23:45 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Mon, 21 Jan 2019 14:45:28 +0000 (23:45 +0900)
Hengband_vcs2017/Hengband/Hengband.vcxproj
src/Makefile.am
src/view-mainwindow.c [moved from src/xtra1.c with 100% similarity]

index 95f20c2..096c3cc 100644 (file)
     <ClCompile Include="..\..\src\trap.c" />\r
     <ClCompile Include="..\..\src\util.c" />\r
     <ClCompile Include="..\..\src\variable.c" />\r
+    <ClCompile Include="..\..\src\view-mainwindow.c" />\r
     <ClCompile Include="..\..\src\wild.c" />\r
     <ClCompile Include="..\..\src\wizard1.c" />\r
     <ClCompile Include="..\..\src\wizard2.c" />\r
     <ClCompile Include="..\..\src\world.c" />\r
-    <ClCompile Include="..\..\src\xtra1.c" />\r
     <ClCompile Include="..\..\src\xtra2.c" />\r
     <ClCompile Include="..\..\src\z-form.c" />\r
     <ClCompile Include="..\..\src\z-rand.c" />\r
index 5b9bd21..66f47f5 100644 (file)
@@ -64,7 +64,11 @@ hengband_SOURCES = \
        sort.c sort.h \
        store.h store.c tables.c trap.c trap.h types.h util.c \
        variable.c wild.c wizard1.c wizard2.c \
-       world.c world.h xtra1.c xtra2.c z-config.h \
+       world.c world.h
+       \
+       view-mainwindow.c\
+       \
+       xtra2.c 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/xtra1.c
rename to src/view-mainwindow.c