summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/build.mak
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-26 09:00:39 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-26 09:00:39 +0100
commitf76d59c41df1c14a6abb710414809ae1915bda14 (patch)
treeed92194004cbc4806f036721a719d757e1ef63c2 /src/osd/sdl/build.mak
parent522a6d8c30082725de73d6af310004726b307f93 (diff)
Moved build system to GENie [Miodrag Milanovic]
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files
Diffstat (limited to 'src/osd/sdl/build.mak')
-rw-r--r--src/osd/sdl/build.mak13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/osd/sdl/build.mak b/src/osd/sdl/build.mak
deleted file mode 100644
index 181fdaefc2b..00000000000
--- a/src/osd/sdl/build.mak
+++ /dev/null
@@ -1,13 +0,0 @@
-###########################################################################
-#
-# build.mak
-#
-# Specific rules for compile time targets
-#
-# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
-# Visit http://mamedev.org for licensing and usage restrictions.
-#
-###########################################################################
-
-# Nothing to do here
-