-Uze
name=B.C. Dash
author=Paul McPhee
year=2009
genre=0
+ ## Escape spaces in mixer path (due to custom sounds.inc)
+ EMPTY:=
+ SPACE:= $(EMPTY) $(EMPTY)
+ SPACE_ESC:= \\$(SPACE)
+ MIX_PATH:= $(realpath ../data/bcdash/sounds.inc)
+ MIX_PATH_ESC:= $(subst $(SPACE),$(SPACE_ESC),$(MIX_PATH))
+ KERNEL_OPTIONS += -DMIXER_WAVES=\"$(MIX_PATH_ESC)\"
- KERNEL_OPTIONS += -DMIXER_WAVES=\"$(realpath ../data/bcdash/sounds.inc)\"
Users browsing this forum: No registered users and 1 guest