Add Makefile.version
This commit is contained in:
parent
5fe9a613f9
commit
5a7a54d10c
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.7.0"
|
include Makefile.version
|
||||||
|
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.7.0"
|
include Makefile.version
|
||||||
|
|
||||||
#which compiler to build with - GCC or SNC
|
#which compiler to build with - GCC or SNC
|
||||||
#set to GCC for debug builds for use with debugger
|
#set to GCC for debug builds for use with debugger
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.7.0"
|
include Makefile.version
|
||||||
|
|
||||||
#which compiler to build with - GCC or SNC
|
#which compiler to build with - GCC or SNC
|
||||||
#set to GCC for debug builds for use with debugger
|
#set to GCC for debug builds for use with debugger
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.7.0"
|
include Makefile.version
|
||||||
|
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
HAVE_LOGGER = 0
|
HAVE_LOGGER = 0
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
RARCH_VERSION = "1.6.7.0"
|
Loading…
Reference in New Issue