mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
RARCH_VERSION = "1.6.7.0"
|
||||
include Makefile.version
|
||||
|
||||
#which compiler to build with - GCC or SNC
|
||||
#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
|
||||
#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
|
||||
HAVE_LOGGER = 0
|
||||
|
1
Makefile.version
Normal file
1
Makefile.version
Normal file
@ -0,0 +1 @@
|
||||
RARCH_VERSION = "1.6.7.0"
|
Loading…
Reference in New Issue
Block a user