2007-02-15 07:36:25 -08:00
|
|
|
.rc.o:
|
2007-01-08 17:28:01 -08:00
|
|
|
$(WINDRES) -DVERSION="\"$(VERSION)\"" -o$@ $<
|
2006-11-07 13:28:05 -08:00
|
|
|
|
2007-12-29 05:55:17 -08:00
|
|
|
dist_noinst_DATA = warzone2100.rc
|
2006-11-07 13:28:05 -08:00
|
|
|
|
2010-01-12 08:55:54 -08:00
|
|
|
EXTRA_DIST = __BUILD_SCRIPT \
|
2010-12-11 07:21:08 -08:00
|
|
|
download.pl \
|
2010-01-12 08:55:54 -08:00
|
|
|
rules.mk \
|
2011-03-13 17:30:33 -07:00
|
|
|
Toolchain-mingw32.cmake \
|
2010-01-12 08:55:54 -08:00
|
|
|
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 \
|
2011-02-26 14:05:27 -08:00
|
|
|
libs/physfs/Makefile \
|
2010-01-12 08:55:54 -08:00
|
|
|
libs/quesoglc/Makefile \
|
2010-07-21 10:01:07 -07:00
|
|
|
libs/quesoglc/patches \
|
2010-01-12 08:55:54 -08:00
|
|
|
libs/sdl/Makefile \
|
2010-06-20 13:30:41 -07:00
|
|
|
libs/sdl/patches \
|
2010-01-12 08:55:54 -08:00
|
|
|
libs/theora/Makefile \
|
|
|
|
libs/vorbis/Makefile \
|
|
|
|
libs/zlib/Makefile
|
|
|
|
|
2007-01-09 14:07:58 -08:00
|
|
|
if MINGW32
|
2006-11-07 13:28:05 -08:00
|
|
|
nodist_noinst_DATA = \
|
|
|
|
warzone2100.o
|
|
|
|
CLEANFILES = $(nodist_noinst_DATA)
|
2007-02-15 07:36:25 -08:00
|
|
|
endif
|