edb5a74db9
StepMania is a dance and rhythm video game created by Chris Danford. It was originally developed as a simulator of Konami's popular arcade game series Dance Dance Revolution, and has since evolved into an extensible rhythm game engine capable of supporting a wide variety of rhythm-based game types. Features 3D graphics, visualizations, support for gamepads/dance pads, a step recording mode, and more! WWW: http://www.stepmania.com PR: ports/118769 Submitted by: Brad Allen <braddo@tranceaddict.net>
10 lines
476 B
Text
10 lines
476 B
Text
--- Makefile.in.bak 2007-12-16 21:37:14.000000000 +1100
|
|
+++ Makefile.in 2007-12-16 21:37:36.000000000 +1100
|
|
@@ -201,7 +201,6 @@
|
|
AUTOMAKE_OPTIONS = 1.7 foreign
|
|
SUBDIRS = src
|
|
ACLOCAL_AMFLAGS = -I autoconf/m4
|
|
-productID := $(shell sed -nr /define\\s+PRODUCT_ID_BARE/\{s/.*define\\s+PRODUCT_ID_BARE\\s+\(.+\)/\\1/\;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/\;p\;q\} $(srcdir)/src/ProductInfo.h)
|
|
installFiles = src/stepmania $(am__append_1)
|
|
all: all-recursive
|
|
|