or even add a "-f<compiler>" 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
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