mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable redefinition warnings
This commit is contained in:
parent
cd3bea8038
commit
e5ef31c556
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ PREFIX = ace
|
|||||||
BIN = @ace
|
BIN = @ace
|
||||||
ZIP = ace3
|
ZIP = ace3
|
||||||
CBA = tools/cba
|
CBA = tools/cba
|
||||||
FLAGS = -i $(CBA) -w unquoted-string
|
FLAGS = -i $(CBA) -w unquoted-string -w redefinition-wo-undef
|
||||||
|
|
||||||
$(BIN)/addons/$(PREFIX)_%.pbo: addons/%
|
$(BIN)/addons/$(PREFIX)_%.pbo: addons/%
|
||||||
@mkdir -p $(BIN)/addons
|
@mkdir -p $(BIN)/addons
|
||||||
|
Loading…
Reference in New Issue
Block a user