Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8e045ec6f5
commit
810b94f0aa
5 changed files with 1722 additions and 2473 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
|
||||
# Bakefile 0.1.9.1 (http://bakefile.sourceforge.net)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
|
|
|||
3861
aclocal.m4
vendored
3861
aclocal.m4
vendored
File diff suppressed because it is too large
Load diff
182
autoconf_inc.m4
182
autoconf_inc.m4
File diff suppressed because one or more lines are too long
124
configure
vendored
124
configure
vendored
File diff suppressed because one or more lines are too long
26
wxGTK.spec
26
wxGTK.spec
|
|
@ -233,7 +233,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
(cd obj-shared; make DESTDIR=$RPM_BUILD_ROOT install)
|
||||
|
||||
# --- wxBase headers list begins here ---
|
||||
cat <<EOF >wxbase-headers.files
|
||||
cat <<EOF >wxbase-headers-list
|
||||
wx/afterstd.h
|
||||
wx/app.h
|
||||
wx/apptrait.h
|
||||
|
|
@ -297,6 +297,7 @@ wx/memtext.h
|
|||
wx/mimetype.h
|
||||
wx/module.h
|
||||
wx/msgout.h
|
||||
wx/msgout.h
|
||||
wx/mstream.h
|
||||
wx/object.h
|
||||
wx/platform.h
|
||||
|
|
@ -337,6 +338,20 @@ wx/xti.h
|
|||
wx/xtistrm.h
|
||||
wx/zipstrm.h
|
||||
wx/zstream.h
|
||||
wx/msw/apptrait.h
|
||||
wx/msw/apptbase.h
|
||||
wx/msw/chkconf.h
|
||||
wx/msw/crashrpt.h
|
||||
wx/msw/dde.h
|
||||
wx/msw/debughlp.h
|
||||
wx/msw/gccpriv.h
|
||||
wx/msw/mimetype.h
|
||||
wx/msw/stackwalk.h
|
||||
wx/msw/stdpaths.h
|
||||
wx/msw/winundef.h
|
||||
wx/msw/wrapcctl.h
|
||||
wx/msw/wrapcdlg.h
|
||||
wx/msw/wrapwin.h
|
||||
wx/fs_inet.h
|
||||
wx/gsocket.h
|
||||
wx/protocol/file.h
|
||||
|
|
@ -348,19 +363,12 @@ wx/sckipc.h
|
|||
wx/sckstrm.h
|
||||
wx/socket.h
|
||||
wx/url.h
|
||||
wx/msw/gsockmsw.h
|
||||
wx/xml/xml.h
|
||||
wx/xtixml.h
|
||||
wx/db.h
|
||||
wx/dbkeyg.h
|
||||
wx/dbtable.h
|
||||
wx/unix/apptbase.h
|
||||
wx/unix/apptrait.h
|
||||
wx/unix/execute.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/unix/mimetype.h
|
||||
wx/unix/pipe.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
EOF
|
||||
# --- wxBase headers list ends here ---
|
||||
cat <<EOF >wxbase-headers.paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue