1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 17:58:41 +00:00

Add Makefile.version

This commit is contained in:
twinaphex 2017-09-26 00:39:29 +02:00
parent 5fe9a613f9
commit 5a7a54d10c
5 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version
DEBUG = 0

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.7.0"
include Makefile.version
DEBUG = 0
HAVE_LOGGER = 0

1
Makefile.version Normal file
View File

@ -0,0 +1 @@
RARCH_VERSION = "1.6.7.0"