enable multilingual support on linux and os x using the original Makefiles

This commit is contained in:
2003-05-05 21:28:54 +00:00
parent 94ff0ea3be
commit 7180ad4c86
7 changed files with 62 additions and 2 deletions

View File

@@ -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

View File

@@ -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"