merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,6 +6,7 @@ top_builddir = ../..
|
||||
program_dir = samples/dragimag
|
||||
|
||||
PROGRAM=dragimag
|
||||
DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
// Under Windows, change this to 1
|
||||
// to use wxGenericDragImage
|
||||
|
||||
#define wxUSE_GENERIC_DRAGIMAGE 0
|
||||
#define wxUSE_GENERIC_DRAGIMAGE 1
|
||||
|
||||
#if wxUSE_GENERIC_DRAGIMAGE
|
||||
#include "wx/generic/dragimgg.h"
|
||||
|
@@ -6,5 +6,5 @@ WXDIR = ../..
|
||||
TARGET=dragimag
|
||||
OBJECTS = $(TARGET).o
|
||||
|
||||
include $(WXDIR)\src\makeprog.g95
|
||||
include $(WXDIR)/src/makeprog.g95
|
||||
|
||||
|
Reference in New Issue
Block a user