mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Make sure mess tools end up in $(BIN) if defined. (nw)
This commit is contained in:
parent
46b916d7b1
commit
96ff550552
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
# castool executable name
|
||||
CASTOOL = castool$(EXE)
|
||||
CASTOOL = $(BIN)castool$(EXE)
|
||||
|
||||
# add path to castool headers
|
||||
INCPATH += -I$(SRC)/$(TARGET)/tools/castool
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
# floptool executable name
|
||||
FLOPTOOL = floptool$(EXE)
|
||||
FLOPTOOL = $(BIN)floptool$(EXE)
|
||||
|
||||
# add path to floptool headers
|
||||
INCPATH += -I$(SRC)/$(TARGET)/tools/floptool
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
# imgtool executable name
|
||||
IMGTOOL = imgtool$(EXE)
|
||||
IMGTOOL = $(BIN)imgtool$(EXE)
|
||||
|
||||
# add path to imgtool headers
|
||||
INCPATH += -I$(MESSSRC)/tools/imgtool
|
||||
|
Loading…
Reference in New Issue
Block a user