From 6a685ca83f665d498eba7e1e719c8988f6ebe269 Mon Sep 17 00:00:00 2001 From: Miriam Ruiz Date: Sun, 30 Nov 2008 20:46:14 +0100 Subject: [PATCH] Compile using gettext by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d316f7..001a565 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME = Hex-a-hop VERSION = 1.0.0 CC = gcc DATA_DIR="." -CXXFLAGS += -Wall -W -g +CXXFLAGS += -Wall -W -g -DUSE_GETTEXT GCC =g++ CXXSOURCES = gfx.cpp hex_puzzzle.cpp i18n.cpp #INCLUDES = -- 2.11.4.GIT