Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
wxWidgets-ansi
wxGTK-enable-wxrc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wxGTK-enable-wxrc.patch of Package wxWidgets-ansi
--- configure.in +++ configure.in @@ -8489,7 +8489,7 @@ makefiles="samples/Makefile.in samples/console/Makefile.in" elif test ${subdir} = "utils"; then makefiles="" - for util in HelpGen tex2rtf ; do + for util in HelpGen tex2rtf wxrc ; do if test -d $srcdir/utils/$util ; then makefiles="utils/$util/Makefile.in \ utils/$util/src/Makefile.in \ --- utils/Makefile.in +++ utils/Makefile.in @@ -21,13 +21,13 @@ ### Targets: ### -all: emulator helpview tex2rtf helpgen +all: emulator helpview tex2rtf helpgen wxrc -install: install_tex2rtf install_helpgen +install: install_tex2rtf install_helpgen wxrc uninstall: uninstall_tex2rtf uninstall_helpgen -install-strip: install install-strip_tex2rtf install-strip_helpgen +install-strip: install install-strip_tex2rtf install-strip_helpgen install-strip_wxrc clean: rm -rf ./.deps ./.pch @@ -36,6 +36,7 @@ -(cd helpview/src && $(MAKE) clean) -(cd tex2rtf/src && $(MAKE) clean) -(cd HelpGen/src && $(MAKE) clean) + -(cd wxrc && $(MAKE) clean) distclean: clean rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile @@ -74,6 +75,15 @@ install-strip_helpgen: (cd HelpGen/src && $(MAKE) install-strip) +wxrc: + (cd wxrc && $(MAKE) all) + +install_wxrc: + (cd wxrc && $(MAKE) install) + +install-strip_wxrc: + (cd wxrc && $(MAKE) install-strip) + # Include dependency info, if present: @IF_GNU_MAKE@-include ./.deps/*.d
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