X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d61c16786d7971f1a0d61f3d0f79cfbba8231b2..cb751f46a0db6efd12b1e8f9d1074e71b6249253:/build/bakefiles/wxpresets/bakefile_quickstart.txt?ds=sidebyside
diff --git a/build/bakefiles/wxpresets/bakefile_quickstart.txt b/build/bakefiles/wxpresets/bakefile_quickstart.txt
index 729fa5380f..0637035bbd 100644
--- a/build/bakefiles/wxpresets/bakefile_quickstart.txt
+++ b/build/bakefiles/wxpresets/bakefile_quickstart.txt
@@ -76,8 +76,7 @@ minimal.bkl
-
- gui
+
on
dynamic
@@ -217,8 +216,12 @@ In order to build the software in debug mode.
To simplify the building of wxWidgets-based projects, wxWidgets contains a
set of Bakefiles that automatically configure your build system to be
compatible with wxWidgets. As you'll notice in the sample above, the sample
-project uses the wx template. Once you've included the template, your software
-will now build with wxWidgets support.
+project uses the "wxgui" template. Once you've included the template, your software
+will now build as a GUI application with wxWidgets support.
+
+There's also "wxconsole" template for building console-based wxWidgets applications
+and "wx" template that doesn't specify application type (GUI or console) and can be
+used e.g. for building libraries that use wxWidgets.
But since the wx presets don't exist in the Bakefile presets subfolder,
Bakefile needs to know where to find these presets. The "-I" command adds the