X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70fd78f30ed21894c90bd4321e9f9821ab6aa266..e9cec36348072df16d6cd649f82a92c86ba3b662:/samples/console/makefile.gcc?ds=sidebyside diff --git a/samples/console/makefile.gcc b/samples/console/makefile.gcc index 1c74572b07..1fe58aa34e 100644 --- a/samples/console/makefile.gcc +++ b/samples/console/makefile.gcc @@ -108,6 +108,9 @@ endif ifeq ($(USE_THREADS),0) __THREAD_DEFINE_p = -DwxNO_THREADS endif +ifeq ($(UNICODE),0) +__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0 +endif ifeq ($(UNICODE),1) __UNICODE_DEFINE_p = -D_UNICODE endif