X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d636bdf8b90e0d97789a25f2c8e828fa8ee308a..2bcada5f33151d366b9d4c9e5e37c706dab23b27:/docs/tech/tn0001.txt?ds=inline 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