dlgTextEntry_Keyboard: rename to TouchTextEntry
[xcsoar.git] / build / libutil.mk
blob4319a650d0017dd1d4c1c759519afaaf2b649c70
1 # Build rules for the generic utility library
3 UTIL_SRC_DIR = $(SRC)/Util
5 UTIL_SOURCES = \
6 $(UTIL_SRC_DIR)/CRC.cpp \
7 $(UTIL_SRC_DIR)/tstring.cpp \
8 $(UTIL_SRC_DIR)/UTF8.cpp \
9 $(UTIL_SRC_DIR)/EscapeBackslash.cpp \
10 $(UTIL_SRC_DIR)/ConvertString.cpp \
11 $(UTIL_SRC_DIR)/StaticString.cpp \
12 $(UTIL_SRC_DIR)/StringUtil.cpp
14 $(eval $(call link-library,util,UTIL))