Update Makefile.common/griffin

This commit is contained in:
twinaphex 2017-04-07 20:56:30 +02:00
parent 652c59b25e
commit 9e5d6c4155
2 changed files with 4 additions and 2 deletions

View File

@ -269,7 +269,8 @@ OBJ += intl/msg_hash_de.o \
intl/msg_hash_ko.o \
intl/msg_hash_nl.o \
intl/msg_hash_pl.o \
intl/msg_hash_pt.o \
intl/msg_hash_pt_br.o \
intl/msg_hash_pt_pt.o \
intl/msg_hash_ru.o \
intl/msg_hash_vn.o \
intl/msg_hash_chs.o

View File

@ -851,7 +851,8 @@ RETROARCH
#include "../intl/msg_hash_ja.c"
#include "../intl/msg_hash_ko.c"
#include "../intl/msg_hash_nl.c"
#include "../intl/msg_hash_pt.c"
#include "../intl/msg_hash_pt_br.c"
#include "../intl/msg_hash_pt_pt.c"
#include "../intl/msg_hash_pl.c"
#include "../intl/msg_hash_ru.c"
#include "../intl/msg_hash_vn.c"