summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-09-05 11:53:19 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-09-05 11:53:19 +0200
commit6359b876b97dcaa20e9b8896d33135fedd7d0fbf (patch)
treef352b990673bebe256eb21c1db003c5abad3d3f5 /makefile
parentaa8c6d2b8b660cf87865a2d5c4db2acd317f488d (diff)
made FORCE_VERSION_COMPILE option to be used for build server (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 4b24d33978d..2bd0b0bbac1 100644
--- a/makefile
+++ b/makefile
@@ -92,6 +92,8 @@
# DRIVERS = src/mame/drivers/1942.c,src/mame/drivers/cops.c
+# FORCE_VERSION_COMPILE = 1
+
-include useroptions.mak
###########################################################################
@@ -630,6 +632,10 @@ ifdef DRIVERS
PARAMS += --DRIVERS='$(DRIVERS)'
endif
+ifdef FORCE_VERSION_COMPILE
+PARAMS += --FORCE_VERSION_COMPILE='$(FORCE_VERSION_COMPILE)'
+endif
+
#-------------------------------------------------
# All scripts
#-------------------------------------------------