OSDN Git Service

Added Visual Studio files to the list of files to distribute. Should the markdown...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 26 Aug 2019 01:51:38 +0000 (18:51 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 26 Aug 2019 01:51:38 +0000 (18:51 -0700)
Makefile.am

index 6b0aa7b..40d1d4e 100644 (file)
@@ -2,6 +2,20 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = autopick.txt autopick_eng.txt readme.txt readme_angband readme_eng.txt hengband.spec
+visual_studio_files = \
+       Hengband_vcs2015/Hengband.sln \
+       Hengband_vcs2015/Hengband/Hengband.vcxproj \
+       Hengband_vcs2017/Hengband.sln \
+       Hengband_vcs2017/Hengband/Hengband.vcxproj \
+       Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
+
+EXTRA_DIST = \
+       autopick.txt \
+       autopick_eng.txt \
+       readme.txt \
+       readme_angband \
+       readme_eng.txt \
+       hengband.spec \
+       $(visual_studio_files)
 
 SUBDIRS = src lib