]> git.saurik.com Git - wxWidgets.git/commit - samples/dnd/makefile.unx
Added a few non-threads compile fixes,
authorRobert Roebling <robert@roebling.de>
Mon, 15 Nov 1999 17:31:10 +0000 (17:31 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 15 Nov 1999 17:31:10 +0000 (17:31 +0000)
commitc4fda16bb0d3b9b5fae6d289e4c3a93701fa4839
treed0b76cd9008a8718a486208320e13bc9ba48cbeb
parent266b635a2862975cb4a470e72d6d4d2f8e637f14
  Added a few non-threads compile fixes,
  Removed strcasecmp defines from db.cpp and dbtable.cpp,
  Added more stand-alone makefiles,
  wxDropSource::DoDraDrop()'s return values works now
    (wxDragNone, -Copy, -Move).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
Makefile.in
distrib/msw/tmake/unx.t
samples/bombs/Makefile [deleted file]
samples/bombs/makefile.unx [new file with mode: 0644]
samples/caret/makefile.unx [new file with mode: 0644]
samples/checklst/makefile.unx [new file with mode: 0644]
samples/config/makefile.unx [new file with mode: 0644]
samples/controls/Makefile [deleted file]
samples/controls/makefile.unx [new file with mode: 0644]
samples/db/makefile.unx [new file with mode: 0644]
samples/dialogs/makefile.unx [new file with mode: 0644]
samples/dnd/makefile.unx [new file with mode: 0644]
samples/printing/makefile.unx [new file with mode: 0644]
src/common/db.cpp
src/common/dbtable.cpp
src/gtk/app.cpp
src/gtk/clipbrd.cpp
src/gtk/dnd.cpp
src/gtk1/app.cpp
src/gtk1/clipbrd.cpp
src/gtk1/dnd.cpp