DELTA 21474 108 4777
SVN  .8 O b	 cQ JB z"l Zo \USee doc/README.msys2 for building instructions.
#

#
# Variable setup
#

WINARCH=$(shell ./win_arch.sh)

ifeq ($(WINARCH),win64)
ARCHDIR=mingw64
LIBGCCDLL=libgcc_s_seh-1.dll
GCCDLL=gcc_s-seh-1.dll
else
ARCHDIR=mingw32
LIBGCCDLL=libgcc_s_dw2-1.dll
GCCDLL=gcc_s-1.dll
endif

ifeq ($(MIN_WIN_VER),)
MIN_WIN_VER=0x0600
endif

# msys2 has dlls in...
DLLPATH_PREFIX=/$(ARCHDIR)/bin/

#
# Make rules
#

# by default build all installers
all: gtk3-installer gtk2-installer sdl2-installer qt-installer ruledit-installer

# These are what can be built in current official environment version
buildable-win32: gtk3-installer

buildable-win64: gtk3-installer

# See comments on 'snapshot' target why this wrapping is needed
buildable: buildable-$(WINARCH)

gtk3-installer:
	make GUI=gtk3 FCMP=gtk3 EXTRA_CONFIG="--disable-ruledit $(EXTRA_CONFIG)" wrap-gtk3

gtk2-installer:
	make GUI=gtk2 FCMP=gtk2 EXTRA_CONFIG="--disable-ruledit $(EXTRA_CONFIG)" wrap-gtk2

sdl2-installer:
	make GUI=sdl2 FCMP=gtk3 EXTRA_CONFIG="--disable-ruledit $(EXTRA_CONFIG)" wrap-sdl2

qt-installer:
	make GUI=qt FCMP=qt EXTRA_CONFIG="--with-qt5-includes=/$(ARCHDIR)/include --with-qt5-libs=/$(ARCHDIR)/lib $(EXTRA_CONFIG)" wrap-qt

ruledit-installer:
	make wrap-ruledit

# Autogen.sh here will make ./win_arch.sh to work.
# The $(WINACRH) value we got for this run is not good. The new run
# launched from this target will pick correct value, and can make 'buildable' target
# to depend on correct arch version.
snapshot:
	cd ../.. ; ./autogen.sh --no-configure-run
	make VERSION_REVTYPE="svn" EXTRA_CONFIG="--enable-svnrev" buildable


# build Freeciv

build-freeciv-common:
	# create build directory
	mkdir -p build-$(WINARCH)-$(GUI)
	# configure
	cd build-$(WINARCH)-$(GUI); ../../../configure FREECIV_LABEL_FORCE="<base>-msys2" CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --enable-client=$(GUI) --with-followtag="win32-S2_6" --without-readline --disable-sdl-mixer --without-libbz2 --enable-fcdb=sqlite3 --enable-fcmp=$(FCMP) $(EXTRA_CONFIG)
	# make
	make -C build-$(WINARCH)-$(GUI)
	make -C build-$(WINARCH)-$(GUI)/translations/freeciv update-po
	make -C build-$(WINARCH)-$(GUI)/bootstrap langstat_freeciv.txt

build-freeciv-ruledit:
	# create build directory
	mkdir -p build-$(WINARCH)-ruledit
	# configure
	cd build-$(WINARCH)-ruledit; ../../../configure FREECIV_LABEL_FORCE="<base>-msys2" CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --without-libbz2 --disable-client --disable-server --disable-fcmp --disable-freeciv-manual --enable-ruledit --with-qt5-includes=/$(ARCHDIR)/include --with-qt5-libs=/$(ARCHDIR)/lib $(EXTRA_CONFIG)
	# make
	make -C build-$(WINARCH)-ruledit
	make -C build-$(WINARCH)-ruledit/translations/ruledit update-po
	make -C build-$(WINARCH)-ruledit/bootstrap langstat_ruledit.txt

build-freeciv-gtk3: build-freeciv-common

build-freeciv-gtk2: build-freeciv-common

build-freeciv-sdl2: build-freeciv-common

build-freeciv-qt: build-freeciv-common

# install Freeciv

install-freeciv-common:
	# make install
	make -C build-$(WINARCH)-$(GUI) DESTDIR=`pwd`/install-$(WINARCH)-$(GUI) install
	# reorder directory layout
	mv install-$(WINARCH)-$(GUI)/$(ARCHDIR)/bin/* install-$(WINARCH)-$(GUI)/
	mv install-$(WINARCH)-$(GUI)/$(ARCHDIR)/etc install-$(WINARCH)-$(GUI)/
	mv install-$(WINARCH)-$(GUI)/$(ARCHDIR)/share/freeciv install-$(WINARCH)-$(GUI)/data
	mkdir -p install-$(WINARCH)-$(GUI)/share
	mv install-$(WINARCH)-$(GUI)/$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/
	mv install-$(WINARCH)-$(GUI)/$(ARCHDIR)/share/doc install-$(WINARCH)-$(GUI)/doc
	mkdir -p install-$(WINARCH)-$(GUI)/debuginfo
	cp build-$(WINARCH)-$(GUI)/gen_headers/fc_config.h install-$(WINARCH)-$(GUI)/debuginfo
	mkdir -p install-$(WINARCH)-$(GUI)/doc/freeciv/installer
	cp licenses/COPYING.installer install-$(WINARCH)-$(GUI)/doc/freeciv/installer/
	# delete unneeded files
	rm -r install-$(WINARCH)-$(GUI)/$(ARCHDIR)
	# strip 'freeciv-manual' and 'freeciv-mp-<gui>' executables
	strip install-$(WINARCH)-$(GUI)/freeciv-m*
	# add start menu files
	cp freeciv-server.cmd freeciv-mp-$(FCMP).cmd freeciv-$(GUI).cmd Freeciv.url install-$(WINARCH)-$(GUI)/

install-freeciv-gtk3: install-freeciv-common

install-freeciv-gtk2: install-freeciv-common

install-freeciv-sdl2: install-freeciv-common
	# add CJK fonts
	cp /opt/fireflysung-1.3.0/fireflysung.ttf install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/
	cp /opt/fireflysung-1.3.0/COPYRIGHT install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/COPYING.fireflysung
	cp /opt/sazanami-20040629/sazanami-gothic.ttf install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/
	cp /opt/sazanami-20040629/README install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/COPYING.sazanami
	cp /opt/un-fonts/UnDotum.ttf install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/
	cp /opt/un-fonts/COPYING install-$(WINARCH)-sdl2/data/themes/gui-sdl2/human/COPYING.UnDotum

install-freeciv-qt: install-freeciv-common
	# strip 'freeciv-ruledit' executable
	strip install-$(WINARCH)-$(GUI)/freeciv-ruledit.exe
	cp freeciv-ruledit.cmd install-$(WINARCH)-$(GUI)/

install-ruledit-dir:
	mkdir -p install-$(WINARCH)-ruledit/share

install-ruledit: install-ruledit-dir
	# make install
	make -C build-$(WINARCH)-ruledit DESTDIR=`pwd`/install-$(WINARCH)-ruledit/ install
	# reorder directory layout
	mv install-$(WINARCH)-ruledit/$(ARCHDIR)/bin/* install-$(WINARCH)-ruledit/
	mv install-$(WINARCH)-ruledit/$(ARCHDIR)/share/freeciv install-$(WINARCH)-ruledit/data
	mv install-$(WINARCH)-ruledit/$(ARCHDIR)/share/locale install-$(WINARCH)-ruledit/share/
	mv install-$(WINARCH)-ruledit/$(ARCHDIR)/share/doc install-$(WINARCH)-ruledit/doc
	mkdir -p install-$(WINARCH)-ruledit/debuginfo
	cp build-$(WINARCH)-ruledit/gen_headers/fc_config.h install-$(WINARCH)-ruledit/debuginfo
	mkdir -p install-$(WINARCH)-ruledit/doc/freeciv/installer
	cp licenses/COPYING.installer install-$(WINARCH)-ruledit/doc/freeciv/installer/
	# delete unneeded files
	rm -r install-$(WINARCH)-ruledit/$(ARCHDIR)
	# strip 'freeciv-ruledit' executable
	strip install-$(WINARCH)-ruledit/freeciv-ruledit.exe
	# add start menu files
	cp freeciv-ruledit.cmd Freeciv.url install-$(WINARCH)-ruledit/

# install Freeciv environment

COMMON_DLLS := \
	libstdc++-6.dll \
	libatk-1.0-0.dll \
	libbz2-1.dll \
	libcairo-2.dll \
	libcairo-gobject-2.dll \
	libffi-6.dll \
	libfontconfig-1.dll \
	libfreetype-6.dll \
	$(LIBGCCDLL)iconv-2.dll \
	libintl-8.dll \
	liblzma-5.dll \
	libpango-1.0-0.dll \
	libpangocairo-1.0-0.dll \
	libpangowin32-1.0-0.dll \
	libpixman-1-0.dll \
	libpng16-16.dll \
	libxml2-2.dll \
	zlib1.dll \
	libwinpthread-1.dll \
	libsqlite3-0.dll

COMMON_MSYS_DLLS := \
	2.0.dll \
	curl-4.dll \
	idn-11.dll \
	sqlite3-0.dll \
	ssl-1.0.0.dll \
	$(GCCDLL) \
	z.dll \
	bz2-1.dll \
	crypto-1.0.0.dll \
	gssapi-3.dll \
	heimntlm-0.dll \
	krb5-26.dll \
	asn1-8.dll \
	com_err-1.dll \
	roken-18.dll \
	crypt-0.dll \
	wind-0.dll \
	hx509-5.dll \
	heimbase-1.dll \
	iconv-2.dll \
	intl-8.dll \
	ssh2-1.dll \
	lzma-5.dll

install-env-common:
	# add DLLs
	cp -R $(addprefix $(DLLPATH_PREFIX), $(COMMON_DLLS)) install-$(WINARCH)-$(GUI)/
	cp -R $(addprefix /bin/msys-, $(COMMON_MSYS_DLLS)) install-$(WINARCH)-$(GUI)/

DEFAULT_FCMP_DLLS := \
	libgdk-3-0.dll \
	libgtk-3-0.dll \
	libexpat-1.dll \
	libharfbuzz-0.dll \
	libepoxy-0.dll \
	libgraphite2.dll \
	libpangoft2-1.0-0.dll \
	libpcre-1.dll

install-env-default-fcmp: install-env-common
	cp -R $(addprefix $(DLLPATH_PREFIX), $(DEFAULT_FCMP_DLLS)) install-$(WINARCH)-$(GUI)/
	# add additional GTK+3 files
	mkdir -p install-$(WINARCH)-$(GUI)/etc
	cp -R /$(ARCHDIR)/etc/gtk-3.0 install-$(WINARCH)-$(GUI)/etc/
	mkdir -p install-$(WINARCH)-$(GUI)/share/icons
	cp -R /$(ARCHDIR)/share/icons/Adwaita install-$(WINARCH)-$(GUI)/share/icons/
	mkdir -p install-$(WINARCH)-$(GUI)/lib/gtk-3.0/
	cp -R /$(ARCHDIR)/lib/gtk-3.0/* install-$(WINARCH)-$(GUI)/lib/gtk-3.0/
	cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/
	find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and -not -name gtk30.mo -delete

install-env-gtk3: install-env-default-fcmp

GTK2_DLLS := \
	libgdk-win32-2.0-0.dll \
	libgtk-win32-2.0-0.dll

install-env-gtk2: install-env-common
	# add DLLs
	cp -R $(addprefix $(DLLPATH_PREFIX), $(GTK2_DLLS)) install-$(WINARCH)-$(GUI)/
	# add additional GTK+2 files
	mkdir -p install-$(WINARCH)-$(GUI)/etc
	cp -R /etc/gtk-2.0 install-$(WINARCH)-$(GUI)/etc/
	mkdir -p install-$(WINARCH)-$(GUI)/lib/gtk-2.0/
	cp -R /lib/gtk-2.0/2.10.0 install-$(WINARCH)-$(GUI)/lib/gtk-2.0/
	cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/
	find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and -not -name gtk20.mo -delete

SDL2_DLLS := \
	libpng12-0.dll \
	libSDL2_gfx-15.dll \
	SDL2_image.dll \
	SDL2_ttf.dll

install-env-sdl2: install-env-default-fcmp
	# add DLLs
	cp -R $(addprefix $(DLLPATH_PREFIX), $(SDL2_DLLS)) install-$(WINARCH)-$(GUI)/

QT_DLLS := \
	libicuin57.dll \
	libicuuc57.dll \
	libicudt57.dll \
	libpcre16-0.dll \
	libharfbuzz-0.dll \
	libsqlite3-0.dll \
	Qt5Core.dll \
	Qt5Gui.dll \
	Qt5Widgets.dll \
	libgraphite2.dll \
	libpcre-1.dll

QT_MSYS_DLLS := \
	stdc++-6.dll

install-env-qt: install-env-common
	# add DLLs
	cp -R $(addprefix $(DLLPATH_PREFIX), $(QT_DLLS)) install-$(WINARCH)-$(GUI)/
	cp -R $(addprefix /bin/msys-, $(QT_MSYS_DLLS)) install-$(WINARCH)-$(GUI)/
	# add additional Qt files
	cp -R /$(ARCHDIR)/share/qt5/plugins install-$(WINARCH)-$(GUI)/
	cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/
	find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -delete

# TODO: Clean out unnecessary ones. These are just copies of COMMON_DLLS and
#       COMMON_MSYS_DLLS with most obviously unnecessary things left out.
RULEDIT_DLLS := \
        libstdc++-6.dll \
	libatk-1.0-0.dll \
	libbz2-1.dll \
	libcairo-2.dll \
	libcairo-gobject-2.dll \
	libffi-6.dll \
	libfontconfig-1.dll \
	libfreetype-6.dll \
	$(LIBGCCDLL) \
	libglib-2.0-0.dll \
	libgdk_pixbuf-2.0-0.dll \
	libgio-2.0-0.dll \
	libiconv-2.dll \
	libintl-8.dll \
	liblzma-5.dll \
	libpango-1.0-0.dll \
	libpangocairo-1.0-0.dll \
	libpangowin32-1.0-0.dll \
	libpixman-1-0.dll \
	libpng16-16.dll \
	libxml2-2.dll \
	zlib1.dll \
	libwinpthread-1.dll \
	libgraphite2.dll \
	libpcre-1.dll

RULEDIT_MSYS_DLLS := \
	2.0.dll \
	curl-4.dll \
	idn-11.dll \
	sqlite3-0.dll \
	ssl-1.0.0.dll \
	$(GCCDLL) \
	z.dll \
	bz2-1.dll \
	crypto-1.0.0.dll \
	gssapi-3.dll \
	heimntlm-0.dll \
	krb5-26.dll \
	asn1-8.dll \
	com_err-1.dll \
	roken-18.dll \
	crypt-0.dll \
	wind-0.dll \
	hx509-5.dll \
	heimbase-1.dll \
	iconv-2.dll \
	intl-8.dll \
	ssh2-1.dll \
	lzma-5.dll

install-env-ruledit:
	# add DLLs
	cp -R $(addprefix $(DLLPATH_PREFIX), $(RULEDIT_DLLS)) install-$(WINARCH)-ruledit/
	cp -R $(addprefix $(DLLPATH_PREFIX), $(QT_DLLS)) install-$(WINARCH)-ruledit/
	cp -R $(addprefix /bin/msys-, $(RULEDIT_MSYS_DLLS)) install-$(WINARCH)-ruledit/
	cp -R $(addprefix /bin/msys-, $(QT_MSYS_DLLS)) install-$(WINARCH)-ruledit/
	# add additional Qt files
	cp -R /$(ARCHDIR)/share/qt5/plugins install-$(WINARCH)-ruledit/
	cp -R /usr/share/locale install-$(WINARCH)-ruledit/share/
	find install-$(WINARCH)-ruledit/share/locale -type f -not -name "freeciv-ruledit.mo" -delete

# build installer
WINARCH)-$(GUI) $(FREECIV_VERSION) $(WINARCHruledit: clean-install-ruledit install-ruledit install-env-ruleditruledit-nsi.sh install-$(WINARCH)-ruledit $(FREECIV_VERSION) $(WINARCH) > Freeciv-$(FREECIV_VERSION)-ruleditruledit.nsi

wrap-gtk3: build-freeciv-gtk3 installer-common

wrap-gtk2: build-freeciv-gtk2 installer-common

wrap-sdl2: build-freeciv-sdl2 installer-common

wrap-qt: build-freeciv-qt installer-common

wrap-ruledit: build-freeciv-ruledit installer-ruledit


# cleanup

clean-build-common:
	rm -rf build-*-$(GUI)

clean-build-ruledit:
	rm -rf build-*-ruledit

clean-install-common:
	rm -rf install-*-$(GUI)
	./cleanup_checkout.sh ../..

clean-install-ruledit:
	rm -rf install-*-ruledit
	./cleanup_checkout.sh ../..

clean-installer-common:
	rm -f Output/Freeciv-*-$(GUI)-setup.exe
	rm -f Freeciv-*-$(GUI).nsi

clean-installer-ruledit:
	rm -f Output/Freeciv-ruledit-*-setup.exe
	rm -f Freeciv-*-ruledit.nsi

clean:
	make GUI=gtk3 clean-build-common clean-install-common clean-installer-common2 clean-build-common clean-install-common clean-installer-common
	make GUI=qt clean-build-common clean-install-common clean-installer-common
	make clean-build-ruledit clean-install-ruledit clean-installer-ruledit
ENDREP
DELTA 33432 0 33
SVN  X  <  n .mENDREP
id: 2934.5qi.r33461/12579
type: file
pred: 2934.5qi.r33432/1545
count: 20
text: 33461 12530 25 6360 fc3c05607f8b37411ac991c05d3ce38a
cpath: /branches/S2_6/doc/README.msys2
copyroot: 27474 /branches/S2_6

PLAIN
K 4
BUGS
V 23
file 11m.5qi.r28108/584
K 11
CodingStyle
V 24
file 11n.5ck.r27115/1173
K 3
FAQ
V 25
file 4di.5qi.r28556/25616
K 7
HACKING
V 24
file 11o.5qi.r31437/7169
K 9
HOWTOPLAY
V 23
file 11p.5qi.r28889/378
K 14
INSTALL.Cygwin
V 23
file 19e.5qi.r27829/105
K 11
Makefile.am
V 22
file kb.5qi.r31713/839
K 6
README
V 23
file 11r.5qi.r31352/203
K 9
README.AI
V 23
file 11s.5qi.r32682/105
K 17
README.AI_modules
V 24
file m77.5qi.r31875/7046
K 19
README.achievements
V 25
file qkn.5ck.r26758/14453
K 14
README.actions
V 22
file ro2.5qi.r33121/46
K 13
README.agents
V 22
file 11t.5ck.r26622/49
K 17
README.attributes
V 22
file 11u.5ck.r26625/49
K 12
README.delta
V 23
file 2f8.5ck.r23249/167
K 14
README.effects
V 22
file 199.5qi.r32881/49
K 11
README.fcdb
V 24
file 75c.5ck.r27303/9416
K 15
README.governor
V 24
file 11v.5s5.r28769/2118
K 15
README.graphics
V 25
file 11w.5qi.r30970/26904
K 12
README.msys2
V 26
file 2934.5qi.r33461/12579
K 14
README.nations
V 23
file 36m.5ck.r27356/644
K 16
README.packaging
V 23
file 4ra.5qi.r32866/383
K 15
README.rulesets
V 24
file 11x.5qi.r32110/1082
K 15
README.scorelog
V 21
file 2lm.0.r8005/1124
K 12
README.sound
V 22
file 13h.5ck.r26676/50
K 15
README.tilesets
V 24
file 6gy.5ck.r22813/3494
K 4
TODO
V 25
file 11y.5ck.r18113/18714
K 2
ca
V 26
dir 4bn.5ck.r21487/1503622
K 2
de
V 26
dir 11z.5ck.r21487/1500450
K 2
fr
V 25
dir 128.5qi.r33277/146569
K 15
freeciv.doxygen
V 25
file 6pl.5ck.r27124/82750
K 15
generate_FAQ.pl
V 24
file 6h2.5ck.r21771/8334
K 2
it
V 24
dir 12c.5ck.r16872/77489
K 2
ja
V 26
dir 12g.5ck.r21487/1501388
K 3
man
V 23
dir 2j5.5qi.r33394/1400
K 2
nl
V 24
dir 14d.5ck.r18113/17448
K 2
sv
V 24
dir 12k.5ck.r18113/14432
END
ENDREP
id: k7.5qi.r33461/14478
type: dir
pred: k7.5qi.r33432/3437
count: 868
text: 33461 12783 1682 0 e316dc9d1c916e20cabdd1b100055aae
props: 4431 2256 52 0 99ffa4e3e0608cced72bc06a75f6aece
cpath: /branches/S2_6/doc
copyroot: 27474 /branches/S2_6

id: fyq.5uc.r33461/14719
type: file
pred: fyq.5uc.r33432/3676
count: 64
text: 33461 0 12502 13327 a138fc9f09651848b15badcc2cf47a9a
cpath: /branches/S2_6/win32/installer_msys2/Makefile
copyroot: 31440 /branches/S2_6/win32/installer_msys2

PLAIN
K 11
Freeciv.url
V 25
file fyo.5ck.r21474/21952
K 8
Makefile
V 25
file fyq.5uc.r33461/14719
K 19
cleanup_checkout.sh
V 25
file 2ji7.5uc.r32896/5059
K 28
create-freeciv-gtk-qt-nsi.sh
V 23
file v92.5ui.r32665/157
K 26
create-freeciv-gtk2-nsi.sh
V 24
file fyr.5uc.r31684/1274
K 26
create-freeciv-gtk3-nsi.sh
V 24
file v94.5uc.r31684/1524
K 24
create-freeciv-qt-nsi.sh
V 25
file 1h04.5uc.r31684/1775
K 29
create-freeciv-ruledit-nsi.sh
V 25
file 21qf.5uc.r32716/1651
K 26
create-freeciv-sdl2-nsi.sh
V 23
file fys.5uq.r32665/682
K 16
freeciv-gtk2.cmd
V 24
file fyt.5ck.r26997/1955
K 16
freeciv-gtk3.cmd
V 24
file v95.5ck.r26997/2252
K 19
freeciv-mp-gtk2.cmd
V 23
file fyu.5n2.r26997/697
K 19
freeciv-mp-gtk3.cmd
V 24
file fyu.5n3.r26997/1027
K 17
freeciv-mp-qt.cmd
V 25
file 1h06.5uc.r33399/3084
K 14
freeciv-qt.cmd
V 25
file 1h07.5uc.r33399/3427
K 19
freeciv-ruledit.cmd
V 25
file 1itv.5uc.r33399/3767
K 16
freeciv-sdl2.cmd
V 24
file fyv.5ur.r31747/2245
K 18
freeciv-server.cmd
V 24
file fyw.5ck.r26997/1655
K 8
licenses
V 25
dir 2apl.5uc.r31719/12426
K 11
win_arch.sh
V 23
file 2aic.5uc.r33340/43
END
ENDREP
id: fym.5uc.r33461/16067
type: dir
pred: fym.5uc.r33432/5020
count: 78
text: 33461 14957 1097 0 ee3dd682690ea68853342829bbc9983d
cpath: /branches/S2_6/win32/installer_msys2
copyroot: 31440 /branches/S2_6/win32/installer_msys2

PLAIN
K 11
Makefile.am
V 24
file 3g1.5qi.r32896/2647
K 10
client.ico
V 23
file 2ev.5ck.r22609/426
K 13
clienticon.rc
V 22
file 3g2.0.r13125/6677
K 9
installer
V 23
dir fym.5qi.r33399/2842
K 15
installer_msys2
V 24
dir fym.5uc.r33461/16067
K 6
mp.ico
V 24
file 72x.5ck.r19955/7192
K 9
mpicon.rc
V 24
file 72y.5ck.r19955/7402
K 10
server.ico
V 22
file 2ey.5ck.r22609/95
K 13
servericon.rc
V 23
file 3g3.0.r12679/13778
END
ENDREP
id: 2eu.5qi.r33461/16721
type: dir
pred: 2eu.5qi.r33432/5671
count: 99
text: 33461 16294 414 0 9fc59089330aa0ea84335b864f759ab2
props: 12365 0 48 0 b9a57a7aba6d25f821a6f26036518d8d
cpath: /branches/S2_6/win32
copyroot: 27474 /branches/S2_6

PLAIN
K 9
ABOUT-NLS
V 24
file fu.5ck.r27270/69307
K 7
AUTHORS
V 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 22
file 1h.5qi.r29455/952
K 9
ChangeLog
V 26
file 6l.5qi.r31298/7507168
K 7
INSTALL
V 22
file 6.5qi.r31740/1317
K 11
Makefile.am
V 22
file 59.5qi.r31920/516
K 4
NEWS
V 24
file 6m.5ck.r25634/30702
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 22
dir 8.5qi.r33430/10826
K 10
autogen.sh
V 22
file 12o.5qi.r32636/46
K 9
bootstrap
V 23
dir 2p5.5qi.r32590/4079
K 6
client
V 22
dir d.5qi.r33437/10659
K 6
common
V 21
dir p.5qi.r33456/8799
K 12
configure.ac
V 24
file 149.5qi.r33428/1085
K 4
data
V 22
dir w.5qi.r33450/33575
K 12
dependencies
V 23
dir 2yu.5qi.r33405/2646
K 3
doc
V 23
dir k7.5qi.r33461/14478
K 10
fc_version
V 25
file 2lo.5qj.r33252/53751
K 11
gen_headers
V 23
dir 1hsw.5qi.r32276/968
K 3
lua
V 24
dir 2c5p.5qi.r31920/4972
K 2
m4
V 23
dir 12p.5qi.r33428/3831
K 7
scripts
V 23
dir 2yo.5qi.r31853/1104
K 6
server
V 22
dir z.5qi.r33453/22201
K 5
tests
V 22
dir 2g9.5qi.r32362/652
K 5
tools
V 23
dir 4pj.5qp.r33169/1324
K 12
translations
V 26
dir t0a.5qi.r33303/2018544
K 7
utility
V 22
dir 1c.5qi.r33369/3719
K 3
vms
V 25
dir u9.5ck.r21528/1396085
K 5
win32
V 24
dir 2eu.5qi.r33461/16721
END
ENDREP
id: 3.5qi.r33461/18173
type: dir
pred: 3.5qi.r33456/10248
count: 20941
text: 33461 16962 1198 0 d655bbba8fa43bf01de74dff4b9c627d
props: 28037 14463 292 0 9e1d5de0253c723466868990c52c129f
cpath: /branches/S2_6
copyroot: 27474 /branches/S2_6

PLAIN
K 5
S1_14
V 21
dir 3.21.r18109/18803
K 4
S2_0
V 21
dir 3.10x.r21862/4178
K 4
S2_1
V 22
dir 3.59e.r20026/11014
K 4
S2_2
V 21
dir 3.5cy.r21861/5036
K 4
S2_3
V 21
dir 3.5f2.r29458/5135
K 4
S2_4
V 23
dir 3.5ii.r32693/294508
K 4
S2_5
V 21
dir 3.5kv.r33458/7364
K 6
S2_5_3
V 23
dir 3.5ut.r31805/553797
K 4
S2_6
V 22
dir 3.5qi.r33461/18173
K 11
freeciv-web
V 22
dir 3.5bl.r13594/14918
END
ENDREP
id: 1.0.r33461/18809
type: dir
pred: 1.0.r33458/7997
count: 11578
text: 33461 18414 382 0 9c4a97c74f2ee5e7c6a4a505c34b422a
cpath: /branches
copyroot: 0 /

PLAIN
K 8
branches
V 20
dir 1.0.r33461/18809
K 4
tags
V 19
dir 2.0.r33382/6667
K 5
trunk
V 21
dir 3.5ck.r33460/5791
K 7
website
V 21
dir 3ge.0.r33387/2571
END
ENDREP
id: 0.0.r33461/19130
type: dir
pred: 0.0.r33460/6179
count: 33461
text: 33461 18964 153 0 a4c52725c7b34327781be6ccb75fa121
cpath: /
copyroot: 0 /

2934.5qi.t33460-1 modify true false /branches/S2_6/doc/README.msys2

fyq.5uc.t33460-1 modify true false /branches/S2_6/win32/installer_msys2/Makefile


19130 19277
