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 \
|
|
|
|
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
|
|
|
|
|
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
|