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:
falkTX 2022-01-12 08:06:44 +00:00
parent a16c43f094
commit 28e0295a4a
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 43 additions and 20 deletions

View file

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