ocarina/include/Sconscript

6 lines
205 B
Python

#!/usr/bin/python
Import("CONFIG_VERSION", "release", "debug")
release.Append(CCFLAGS = [ "-DCONFIG_VERSION=%s" % CONFIG_VERSION ])
debug.Append(CCFLAGS = ["-DCONFIG_VERSION=%s-debug" % CONFIG_VERSION ])