Add new animate sample to the distribution (probably more steps from technote #1 needed).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
14c0d83466
commit
0860638841
@ -39,7 +39,9 @@ demos/life/makefile.dm?
|
||||
demos/makefile.dm?
|
||||
demos/poem/makefile.dm?
|
||||
samples/access/makefile.dm?
|
||||
samples/animate/makefile.dm?
|
||||
samples/artprov/makefile.dm?
|
||||
samples/aui/makefile.dm?
|
||||
samples/calendar/makefile.dm?
|
||||
samples/caret/makefile.dm?
|
||||
samples/checklst/makefile.dm?
|
||||
|
@ -151,6 +151,13 @@ samples/access/*.rc
|
||||
samples/access/*.pro
|
||||
samples/access/*.bkl
|
||||
|
||||
samples/animate/*.cpp
|
||||
samples/animate/*.h
|
||||
samples/animate/makefile*
|
||||
samples/animate/*.bkl
|
||||
samples/animate/*.gif
|
||||
samples/animate/*.ani
|
||||
|
||||
samples/artprov/*.cpp
|
||||
samples/artprov/*.h
|
||||
samples/artprov/makefile*
|
||||
|
@ -4,6 +4,7 @@ locale/Makefile
|
||||
tests/Makefile.in
|
||||
samples/Makefile.in
|
||||
samples/access/Makefile.in
|
||||
samples/animate/Makefile.in
|
||||
samples/artprov/Makefile.in
|
||||
samples/aui/Makefile.in
|
||||
samples/calendar/Makefile.in
|
||||
|
@ -25,6 +25,8 @@ samples/samples.dsw
|
||||
|
||||
samples/access/access.dsp
|
||||
|
||||
samples/animate/anitest.dsp
|
||||
|
||||
samples/artprov/artprov.dsp
|
||||
|
||||
samples/aui/auidemo.dsp
|
||||
|
@ -6,6 +6,9 @@ build/wince/missing
|
||||
samples/access/access.vcp
|
||||
samples/access/access.vcw
|
||||
|
||||
samples/animate/anitest.vcp
|
||||
samples/animate/anitest.vcw
|
||||
|
||||
samples/artprov/artprov.vcp
|
||||
samples/artprov/artprov.vcw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user