Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.3
wxWidgets-2_9-wxcontainer
wxGTK-enable-wxrc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wxGTK-enable-wxrc.patch of Package wxWidgets-2_9-wxcontainer
Index: wxPython-src-2.9.1.1/configure.in =================================================================== --- configure.in +++ configure.in @@ -8401,7 +8401,7 @@ for subdir in $SUBDIRS; do done elif test ${subdir} = "utils"; then makefiles="" - for util in ifacecheck ; do + for util in ifacecheck wxrc ; do if test -d $srcdir/utils/$util ; then makefiles="utils/$util/src/Makefile.in \ $makefiles" Index: wxPython-src-2.9.1.1/Makefile.in =================================================================== --- Makefile.in +++ Makefile.in @@ -4,6 +4,15 @@ # Do not modify, all changes will be overwritten! # ========================================================================= +wxrc: + (cd wxrc && $(MAKE) all) + +install_wxrc: + (cd wxrc && $(MAKE) install) + +install-strip_wxrc: + (cd wxrc && $(MAKE) install-strip) + @MAKE_SET@
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor