X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70fd78f30ed21894c90bd4321e9f9821ab6aa266..f1d5aa4eca541a2f90044a63f555985d6bd4adf3:/samples/console/makefile.bcc diff --git a/samples/console/makefile.bcc b/samples/console/makefile.bcc index 005eeda6bc..47ef0fc6fb 100644 --- a/samples/console/makefile.bcc +++ b/samples/console/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.2 (http://bakefile.sourceforge.net) +# Bakefile 0.2.3 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -120,6 +120,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 @@ -193,5 +196,5 @@ data: for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS) $(OBJS)\console_console.obj: .\console.cpp - $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $** + $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) .\console.cpp