Use F7 key as "deploy to MOD" action, make it visible on file menu
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a16c43f094
commit
28e0295a4a
5 changed files with 43 additions and 20 deletions
|
@ -56,6 +56,10 @@ ifeq ($(DEBUG),true)
|
|||
BASE_FLAGS += -UDEBUG
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_LIBLO),true)
|
||||
BASE_FLAGS += -DHAVE_LIBLO
|
||||
endif
|
||||
|
||||
ifeq ($(HEADLESS),true)
|
||||
BASE_FLAGS += -DHEADLESS
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue