mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 14:45:04 +08:00
Added clipboard sample check to configure.in, other changes after rebaking with Bakefile 0.25
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
+57
-57
File diff suppressed because one or more lines are too long
@@ -5373,7 +5373,7 @@ SOURCE=..\..\include\wx\generic\gridsel.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\generic\headerctrl.h
|
||||
SOURCE=..\..\include\wx\generic\headerctrlg.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
||||
@@ -3266,7 +3266,7 @@
|
||||
RelativePath="..\..\include\wx\generic\gridsel.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\generic\headerctrl.h">
|
||||
RelativePath="..\..\include\wx\generic\headerctrlg.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\generic\helpext.h">
|
||||
|
||||
@@ -4377,7 +4377,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\generic\headerctrl.h"
|
||||
RelativePath="..\..\include\wx\generic\headerctrlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
||||
@@ -4373,7 +4373,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\generic\headerctrl.h"
|
||||
RelativePath="..\..\include\wx\generic\headerctrlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
||||
@@ -6503,6 +6503,10 @@ if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_CLIPBOARD" = "yes"; then
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
|
||||
fi
|
||||
|
||||
if test "$wxUSE_SPLINES" = "yes" ; then
|
||||
AC_DEFINE(wxUSE_SPLINES)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user