]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
remove old thread debugging code
[wxWidgets.git] / tests / makefile.gcc
index b238da65cd3fc1fe2c8fc2788218cb682dace19c..31cb8059dd0dfeb46e8e0533c41db7a20610d241 100644 (file)
@@ -170,6 +170,9 @@ endif
 ifeq ($(USE_THREADS),0)
 __THREAD_DEFINE_p_3 = --define wxNO_THREADS
 endif
+ifeq ($(UNICODE),0)
+__UNICODE_DEFINE_p_3 = --define wxUSE_UNICODE=0
+endif
 ifeq ($(UNICODE),1)
 __UNICODE_DEFINE_p_3 = --define _UNICODE
 endif
@@ -233,6 +236,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