Unicode compilation fixes for OGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-21 09:06:58 +00:00
parent 1484b5cc70
commit 66cb53f7a9
2 changed files with 0 additions and 8 deletions

View File

@@ -242,9 +242,7 @@ fi
%{_libdir}/libwx_%{portname}*_fl*.so.*
%{_libdir}/libwx_%{portname}*_gizmos*.so.*
%{_libdir}/libwx_%{portname}*_mmedia*.so.*
%if !%{unicode}
%{_libdir}/libwx_%{portname}*_ogl*.so.*
%endif
%{_libdir}/libwx_%{portname}*_plot*.so.*
%{_libdir}/libwx_%{portname}*_stc*.so.*
%{_libdir}/libwx_%{portname}*_svg*.so.*
@@ -273,11 +271,9 @@ fi
%{_includedir}/wx/mmedia/*
%{_libdir}/libwx_%{portname}*_mmedia*.so
%if !%{unicode}
%dir %{_includedir}/wx/ogl
%{_includedir}/wx/ogl/*
%{_libdir}/libwx_%{portname}*_ogl*.so
%endif
%dir %{_includedir}/wx/plot
%{_includedir}/wx/plot/*

View File

@@ -223,9 +223,7 @@ fi
%{_libdir}/libwx_%{portname}*_fl*.so.*
%{_libdir}/libwx_%{portname}*_gizmos*.so.*
%{_libdir}/libwx_%{portname}*_mmedia*.so.*
%if !%{unicode}
%{_libdir}/libwx_%{portname}*_ogl*.so.*
%endif
%{_libdir}/libwx_%{portname}*_plot*.so.*
%{_libdir}/libwx_%{portname}*_stc*.so.*
%{_libdir}/libwx_%{portname}*_svg*.so.*
@@ -254,11 +252,9 @@ fi
%{_includedir}/wx/mmedia/*
%{_libdir}/libwx_%{portname}*_mmedia*.so
%if !%{unicode}
%dir %{_includedir}/wx/ogl
%{_includedir}/wx/ogl/*
%{_libdir}/libwx_%{portname}*_ogl*.so
%endif
%dir %{_includedir}/wx/plot
%{_includedir}/wx/plot/*