Let's have new sample distributed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-29 07:45:55 +00:00
parent 01f242e264
commit 99ea403a8e
5 changed files with 11 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ samples/opengl/penguin/makefile.dm?
samples/ownerdrw/makefile.dm? samples/ownerdrw/makefile.dm?
samples/png/makefile.dm? samples/png/makefile.dm?
samples/popup/makefile.dm? samples/popup/makefile.dm?
samples/power/makefile.dm?
samples/printing/makefile.dm? samples/printing/makefile.dm?
samples/propsize/makefile.dm? samples/propsize/makefile.dm?
samples/regtest/makefile.dm? samples/regtest/makefile.dm?

View File

@@ -1043,6 +1043,10 @@ samples/popup/*.png
samples/popup/*.pro samples/popup/*.pro
samples/popup/*.bkl samples/popup/*.bkl
samples/power/*.cpp
samples/power/makefile*
samples/popup/*.bkl
samples/printing/*.cpp samples/printing/*.cpp
samples/printing/*.h samples/printing/*.h
samples/printing/makefile* samples/printing/makefile*
@@ -1477,4 +1481,3 @@ tests/streams/*.h
tests/strings/*.cpp tests/strings/*.cpp
tests/uris/*.cpp tests/uris/*.cpp

View File

@@ -64,6 +64,7 @@ samples/oleauto/Makefile.in
samples/ownerdrw/Makefile.in samples/ownerdrw/Makefile.in
samples/png/Makefile.in samples/png/Makefile.in
samples/popup/Makefile.in samples/popup/Makefile.in
samples/power/Makefile.in
samples/printing/Makefile.in samples/printing/Makefile.in
samples/propsize/Makefile.in samples/propsize/Makefile.in
samples/regtest/Makefile.in samples/regtest/Makefile.in

View File

@@ -149,6 +149,8 @@ samples/png/png.dsp
samples/popup/popup.dsp samples/popup/popup.dsp
samples/power/power.dsp
samples/printing/printing.dsp samples/printing/printing.dsp
samples/propsize/propsize.dsp samples/propsize/propsize.dsp

View File

@@ -183,6 +183,9 @@ samples/png/png.vcw
samples/popup/popup.vcp samples/popup/popup.vcp
samples/popup/popup.vcw samples/popup/popup.vcw
samples/power/power.vcp
samples/power/power.vcw
samples/printing/printing.vcp samples/printing/printing.vcp
samples/printing/printing.vcw samples/printing/printing.vcw