install MGL header w/ wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,8 @@
|
|||||||
$wxGTKINCLUDE{$filename} = $fileflags;
|
$wxGTKINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "OS2H" ) {
|
} elsif ( $filetype eq "OS2H" ) {
|
||||||
$wxOS2PMINCLUDE{$filename} = $fileflags;
|
$wxOS2PMINCLUDE{$filename} = $fileflags;
|
||||||
|
} elsif ( $filetype eq "MGLH" ) {
|
||||||
|
$wxMGLINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "X11H" ) {
|
} elsif ( $filetype eq "X11H" ) {
|
||||||
$wxX11INCLUDE{$filename} = $fileflags;
|
$wxX11INCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "UnivH" ) {
|
} elsif ( $filetype eq "UnivH" ) {
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
# MotifH /include/wx/motif
|
# MotifH /include/wx/motif
|
||||||
# MSWH /include/wx/msw
|
# MSWH /include/wx/msw
|
||||||
# OS2H /include/wx/os2
|
# OS2H /include/wx/os2
|
||||||
|
# MGLH /include/wx/mgl
|
||||||
# X11H /include/wx/x11
|
# X11H /include/wx/x11
|
||||||
# GenericH /include/wx/generic
|
# GenericH /include/wx/generic
|
||||||
# HtmlH /include/wx/html
|
# HtmlH /include/wx/html
|
||||||
@@ -1229,6 +1230,28 @@ textctrl.h X11H
|
|||||||
toplevel.h X11H
|
toplevel.h X11H
|
||||||
window.h X11H
|
window.h X11H
|
||||||
|
|
||||||
|
app.h MGLH
|
||||||
|
bitmap.h MGLH
|
||||||
|
brush.h MGLH
|
||||||
|
clipbrd.h MGLH
|
||||||
|
colour.h MGLH
|
||||||
|
cursor.h MGLH
|
||||||
|
dc.h MGLH
|
||||||
|
dcclient.h MGLH
|
||||||
|
dcmemory.h MGLH
|
||||||
|
dcscreen.h MGLH
|
||||||
|
font.h MGLH
|
||||||
|
fontutil.h MGLH
|
||||||
|
gdiobj.h MGLH
|
||||||
|
icon.h MGLH
|
||||||
|
palette.h MGLH
|
||||||
|
pen.h MGLH
|
||||||
|
popupwin.h MGLH
|
||||||
|
private.h MGLH
|
||||||
|
region.h MGLH
|
||||||
|
toplevel.h MGLH
|
||||||
|
window.h MGLH
|
||||||
|
|
||||||
accel.h MSWH
|
accel.h MSWH
|
||||||
app.h MSWH
|
app.h MSWH
|
||||||
bitmap.h MSWH
|
bitmap.h MSWH
|
||||||
|
@@ -473,6 +473,27 @@ ALL_HEADERS = \
|
|||||||
xpmdecod.h \
|
xpmdecod.h \
|
||||||
zipstrm.h \
|
zipstrm.h \
|
||||||
zstream.h \
|
zstream.h \
|
||||||
|
mgl/app.h \
|
||||||
|
mgl/bitmap.h \
|
||||||
|
mgl/brush.h \
|
||||||
|
mgl/clipbrd.h \
|
||||||
|
mgl/colour.h \
|
||||||
|
mgl/cursor.h \
|
||||||
|
mgl/dc.h \
|
||||||
|
mgl/dcclient.h \
|
||||||
|
mgl/dcmemory.h \
|
||||||
|
mgl/dcscreen.h \
|
||||||
|
mgl/font.h \
|
||||||
|
mgl/fontutil.h \
|
||||||
|
mgl/gdiobj.h \
|
||||||
|
mgl/icon.h \
|
||||||
|
mgl/palette.h \
|
||||||
|
mgl/pen.h \
|
||||||
|
mgl/popupwin.h \
|
||||||
|
mgl/private.h \
|
||||||
|
mgl/region.h \
|
||||||
|
mgl/toplevel.h \
|
||||||
|
mgl/window.h \
|
||||||
generic/accel.h \
|
generic/accel.h \
|
||||||
generic/calctrl.h \
|
generic/calctrl.h \
|
||||||
generic/caret.h \
|
generic/caret.h \
|
||||||
@@ -537,7 +558,6 @@ ALL_HEADERS = \
|
|||||||
protocol/protocol.h
|
protocol/protocol.h
|
||||||
|
|
||||||
COMMONOBJS = \
|
COMMONOBJS = \
|
||||||
parser.o \
|
|
||||||
appcmn.o \
|
appcmn.o \
|
||||||
artprov.o \
|
artprov.o \
|
||||||
artstd.o \
|
artstd.o \
|
||||||
|
Reference in New Issue
Block a user