Add DEV_BRANCH to RFLAGS so it's present when make is compiling resource files.
This commit is contained in:
@@ -503,6 +503,7 @@ endif
|
||||
# Options for the DEV branch.
|
||||
ifeq ($(DEV_BRANCH), y)
|
||||
OPTS += -DDEV_BRANCH
|
||||
RFLAGS += -DDEV_BRANCH
|
||||
DEVBROBJ :=
|
||||
|
||||
ifeq ($(AMD_K5), y)
|
||||
|
Reference in New Issue
Block a user