- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by mcuelenaere - 2008-09-04
Last edited by mcuelenaere - 2008-09-04
Opened by mcuelenaere - 2008-09-04
Last edited by mcuelenaere - 2008-09-04
FS#9363 - WPS editor build cleanup
This patch changes the build behaviour as discussed in #rockbox-community.
It's only for WPS editor, checkwps is unchanged.
Closed by mcuelenaere
2008-09-04 14:50
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2008-09-04 14:50
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
In r18407.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
With careful/conditional setting of LDFLAGS it should be possible to unify the libwps_%.dll and libwps_%.so targets I think. (It would then be libwps_%$(EXE) of course) That would further simplify the makefile
This simplifies the Makefile.
Libwps still isn't build when doing 'qmake-qt4 && make' in the root dir though..
$(RM) $(RESULTS) instead of $(RM) libwps_* ?
edit: same for $(COPY) I guess
Adding libwps to the SUBDIRS line in wpseditor.pro seems to get qmake to do the right thing
Contains the fixes gevaerts suggested.