]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/bakefile_quickstart.txt
support for the AllPages attribute, proper round trip and fixes
[wxWidgets.git] / build / bakefiles / wxpresets / bakefile_quickstart.txt
index 1a161900a7607169374f030c2423885fe5eaf747..8f0f79eb20051629d1cd3e136d45bccae82580e3 100644 (file)
@@ -106,7 +106,7 @@ on from here.
 
 -- Project Types --
 
-As mentioned earilier, Bakefile builds makefiles for many different
+As mentioned earlier, Bakefile builds makefiles for many different
 development environments. The -f option accepts a list of formats that you
 would like to build, separated by commas. Valid values are:
 
@@ -149,7 +149,7 @@ built. In Bakefile, you specify the target by creating a tag named with the
 target type. The possible names for targets are:
 
     exe         create an executable file
-    dll         create a shared libary
+    dll         create a shared library
     lib         create a static library
     module      create a library that is loaded at runtime (i.e. a plugin)