Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 20 Feb 2003 18:20:47 +0000 (18:20 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 20 Feb 2003 18:20:47 +0000 (18:20 +0000)
commit69c4481222795d89f470020b63ec788bb717c0b3
treed0adbd9f8b7de5eaf4a7a3353b73a3b5ea96cc2b
parente7370dac93e93ef816468a0d48a2029680d2ecb5
  Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
  Add src/x11 to VPATH in configure, and add a new flag to filelist.txt
indicating a file used in wxMotif but not in wxMotif directory.
  Modifed VMS makefiles, too (should be checked by someone with VMS,
though).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
configure
configure.in
descrip.mms
distrib/msw/tmake/filelist.t
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/lib/wxFileInfo.pm [new file with mode: 0644]
distrib/msw/tmake/lib/wxFileList.pm [new file with mode: 0644]
distrib/msw/tmake/motif.t
include/wx/brush.h
include/wx/motif/brush.h [deleted file]
include/wx/motif/dcclient.h
include/wx/motif/pen.h [deleted file]
include/wx/pen.h
include/wx/x11/brush.h
include/wx/x11/pen.h
src/motif/brush.cpp [deleted file]
src/motif/dcclient.cpp
src/motif/descrip.mms
src/motif/files.lst
src/motif/pen.cpp [deleted file]
src/x11/brush.cpp
src/x11/descrip.mms [new file with mode: 0644]
src/x11/pen.cpp