X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d636bdf8b90e0d97789a25f2c8e828fa8ee308a..ceb9b8db81a7ae5d1c997610a689e47d322a5dfd:/docs/tech/tn0001.txt diff --git a/docs/tech/tn0001.txt b/docs/tech/tn0001.txt index a964f73ff6..c08c11d0ac 100644 --- a/docs/tech/tn0001.txt +++ b/docs/tech/tn0001.txt @@ -29,6 +29,8 @@ samples/ with demos/ where needed). or even add a "-f" to generate just the makefiles for the given compiler (run 'bakefile --help' to get the list of possible values). See Technote #16 for more information. + d) currently samples/samples.dsw needs to be updated manually as it's not + generated by bakefile. 4. Modify configure.in Unix compilation: a) if the sample should only be built if "wxUSE_FOO" is enabled, locate @@ -43,8 +45,8 @@ samples/ with demos/ where needed). 5. Add a short description of what the sample does and how does it work to the "samples overview" section in the wxWidgets manual. That section - lives in docs/latex/wx/tsamples.tex; look at the descriptions for other - samples, if you are not familiar with LaTeX. + lives in docs/doxygen/mainpages/samples.h; look at the descriptions for + other samples, if you are not familiar with Doxygen. 6. Add any non-standard sample's files to build/bakefiles/make_dist.mk (the makefiles copies all bmp, cpp, h, ico, png, rc, xpm and makefiles by