enable multilingual support on linux and os x using the original Makefiles
This commit is contained in:
@@ -75,6 +75,7 @@ CPPFLAGS += -I../verify
|
||||
CPPFLAGS += -I..
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
CPPFLAGS += -I../../gameengine/SoundSystem
|
||||
CPPFLAGS += -I../ftfont
|
||||
|
||||
# Only used by py_demo.c !!!
|
||||
CPPFLAGS += -I../radiosity/extern/include
|
||||
@@ -110,3 +111,6 @@ ifeq ($(WITH_QUICKTIME),true)
|
||||
CPPFLAGS += -DWITH_QUICKTIME
|
||||
endif
|
||||
|
||||
ifeq ($(INTERNATIONAL), true)
|
||||
CPPFLAGS += -DINTERNATIONAL
|
||||
endif
|
||||
|
@@ -78,6 +78,7 @@
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_mball.h"
|
||||
#include "BKE_packedFile.h"
|
||||
#include "BKE_utildefines.h"
|
||||
|
||||
#include "BIF_fsmenu.h"
|
||||
#include "BIF_gl.h"
|
||||
|
Reference in New Issue
Block a user