# Compile Unicode build of wxWidgets? [0,1]
# 1 - Unicode
-UNICODE = 0
+UNICODE = 1
# Type of compiled binaries [debug,release]
BUILD = debug
# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
USE_RICHTEXT = 1
+# Build wxStyledTextCtrl library (USE_GUI must be 1)? [0,1]
+USE_STC = 1
+
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
USE_OPENGL = 0