mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
Add FOR_DISC=2 for liberty
This commit is contained in:
parent
76a45804d8
commit
53e759e55e
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ MKDCDISC_PAD_OPTION=-N
|
|||
ifeq ($(FOR_DISC),1)
|
||||
AUDIO_STREAM_OPTION=-q
|
||||
MKDCDISC_PAD_OPTION=
|
||||
else ifeq ($(FOR_DISC),2)
|
||||
AUDIO_STREAM_OPTION=-m
|
||||
MKDCDISC_PAD_OPTION=
|
||||
endif
|
||||
|
||||
all: $(TARGET)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue