]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
typo
[wxWidgets.git] / tests / makefile.bcc
index f3be94ce15f1122aff874651c935fe400b2c88d3..31f96f4b3277d6ba7758aab79b5cf63f5784abd7 100644 (file)
@@ -170,6 +170,9 @@ __RTTI_DEFINE_p_3 = -dwxNO_RTTI
 !if "$(USE_THREADS)" == "0"
 __THREAD_DEFINE_p_3 = -dwxNO_THREADS
 !endif
+!if "$(UNICODE)" == "0"
+__UNICODE_DEFINE_p_3 = -dwxUSE_UNICODE=0
+!endif
 !if "$(UNICODE)" == "1"
 __UNICODE_DEFINE_p_3 = -d_UNICODE
 !endif
@@ -243,6 +246,9 @@ __RTTI_DEFINE_p = -DwxNO_RTTI
 !if "$(USE_THREADS)" == "0"
 __THREAD_DEFINE_p = -DwxNO_THREADS
 !endif
+!if "$(UNICODE)" == "0"
+__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
+!endif
 !if "$(UNICODE)" == "1"
 __UNICODE_DEFINE_p = -D_UNICODE
 !endif