Include files needed for win32 cross-building.

Building from tarball still doesn't work, since nsis wants the gmo files in the
build dir while they are in the source dir.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9146 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-01-12 16:55:54 +00:00 committed by Git SVN Gateway
parent d14d6f013d
commit b0c4e40934
6 changed files with 35 additions and 3 deletions

View File

@ -1 +1,3 @@
SUBDIRS=autorevision
EXTRA_DIST = download.pl

View File

@ -3,7 +3,9 @@ dist_noinst_DATA = \
warzone2100.ico \
warzone2100.png \
warzone2100.splash.png \
warzone2100.uninstall.ico
warzone2100.uninstall.ico \
wz2100header.bmp \
wz2100welcome.bmp
install-data-local:
$(MKDIR_P) $(DESTDIR)$(icondir)

View File

@ -4,7 +4,10 @@ noinst_LIBRARIES = libexceptionhandler.a
noinst_HEADERS = \
dumpinfo.h \
exceptionhandler.h \
exchndl.h
exchndl.h \
include/coff/internal.h \
include/demangle.h \
include/libcoff.h
libexceptionhandler_a_SOURCES = \
dumpinfo.cpp \
@ -13,3 +16,4 @@ libexceptionhandler_a_SOURCES = \
if MINGW32
libexceptionhandler_a_SOURCES += exchndl.c
endif

View File

@ -14,7 +14,8 @@ noinst_HEADERS = \
igd_desc_parse.h \
upnpreplyparse.h \
upnperrors.h \
declspec.h
declspec.h \
bsdqueue.h
libminiupnpc_a_SOURCES = \
miniwget.c \

View File

@ -1,6 +1,10 @@
INSTALLERFILE=$(PACKAGE)-$(VERSION).exe
UPDATERFILE=$(PACKAGE)-$(VERSION).update.exe
EXTRA_DIST = fonts.conf.wd_enable \
fonts.conf.wd_disable \
warzone2100.nsi
CLEANFILES=$(INSTALLERFILE)
if INSTALLER

View File

@ -3,6 +3,25 @@
dist_noinst_DATA = warzone2100.rc
EXTRA_DIST = __BUILD_SCRIPT \
rules.mk \
libs/Makefile \
libs/dejavu/Makefile \
libs/devpkg/Makefile \
libs/expat/Makefile \
libs/fontconfig/Makefile \
libs/freetype2/Makefile \
libs/gettext/Makefile \
libs/iconv/Makefile \
libs/ogg/Makefile \
libs/png/Makefile \
libs/popt/Makefile \
libs/quesoglc/Makefile \
libs/sdl/Makefile \
libs/theora/Makefile \
libs/vorbis/Makefile \
libs/zlib/Makefile
if MINGW32
nodist_noinst_DATA = \
warzone2100.o