X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7379e47609b16a9fef59e1d2a6b2e47f216dd85c..f1d5aa4eca541a2f90044a63f555985d6bd4adf3:/samples/console/makefile.bcc diff --git a/samples/console/makefile.bcc b/samples/console/makefile.bcc index 77ba5e5a00..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! # ========================================================================= @@ -196,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