Added fractal, bombs samples; removed global app variable from dbtest.cpp
authorJulian Smart <julian@anthemion.co.uk>
Thu, 31 Dec 1998 10:54:41 +0000 (10:54 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 31 Dec 1998 10:54:41 +0000 (10:54 +0000)
commit025e88c50bc838a02e352cdeb53918ebbec20aee
treeae260c47c14027aac039f76dff1b8bdd0a3bf7c2
parent7e616b1050e4aaa4b8468d82ddf5b85d46412a3c
Added fractal, bombs samples; removed global app variable from dbtest.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
36 files changed:
docs/msw/install.txt
include/wx/msw/setup.h
samples/bombs/Makefile [new file with mode: 0644]
samples/bombs/Makefile.in [new file with mode: 0644]
samples/bombs/bombs.bmp [new file with mode: 0644]
samples/bombs/bombs.cpp [new file with mode: 0644]
samples/bombs/bombs.def [new file with mode: 0644]
samples/bombs/bombs.h [new file with mode: 0644]
samples/bombs/bombs.ico [new file with mode: 0644]
samples/bombs/bombs.rc [new file with mode: 0644]
samples/bombs/bombs.xpm [new file with mode: 0644]
samples/bombs/bombs1.cpp [new file with mode: 0644]
samples/bombs/game.cpp [new file with mode: 0644]
samples/bombs/game.h [new file with mode: 0644]
samples/bombs/makefile.b32 [new file with mode: 0644]
samples/bombs/makefile.bcc [new file with mode: 0644]
samples/bombs/makefile.dos [new file with mode: 0644]
samples/bombs/makefile.g95 [new file with mode: 0644]
samples/bombs/makefile.nt [new file with mode: 0644]
samples/bombs/makefile.unx [new file with mode: 0644]
samples/bombs/makefile.wat [new file with mode: 0644]
samples/bombs/readme.txt [new file with mode: 0644]
samples/db/dbtest.cpp
samples/fractal/Makefile [new file with mode: 0644]
samples/fractal/Makefile.in [new file with mode: 0644]
samples/fractal/fractal.cpp [new file with mode: 0644]
samples/fractal/fractal.def [new file with mode: 0644]
samples/fractal/fractal.rc [new file with mode: 0644]
samples/fractal/makefile.b32 [new file with mode: 0644]
samples/fractal/makefile.bcc [new file with mode: 0644]
samples/fractal/makefile.dos [new file with mode: 0644]
samples/fractal/makefile.g95 [new file with mode: 0644]
samples/fractal/makefile.nt [new file with mode: 0644]
samples/fractal/makefile.unx [new file with mode: 0644]
samples/fractal/makefile.wat [new file with mode: 0644]
samples/fractal/mondrian.ico [new file with mode: 0644]