From: <sle...@us...> - 2006-12-08 20:26:11
|
Revision: 705 http://svn.sourceforge.net/hackndev/?rev=705&view=rev Author: sleep_walker Date: 2006-12-08 12:26:04 -0800 (Fri, 08 Dec 2006) Log Message: ----------- l4p: BFUGarux - I modified something, but forgot what it was... Modified Paths: -------------- linux4palm/BFUGarux/BFUSettings-alone.c linux4palm/BFUGarux/Makefile Modified: linux4palm/BFUGarux/BFUSettings-alone.c =================================================================== --- linux4palm/BFUGarux/BFUSettings-alone.c 2006-12-08 19:14:05 UTC (rev 704) +++ linux4palm/BFUGarux/BFUSettings-alone.c 2006-12-08 20:26:04 UTC (rev 705) @@ -1012,6 +1012,9 @@ } handled = true; break; + case BFUModListTrigger: + BFUSettingsValues.modlist = pEvent->data.popSelect.selection; + break; } // *** ADD EVENT HANDLING HERE *** // default: Modified: linux4palm/BFUGarux/Makefile =================================================================== --- linux4palm/BFUGarux/Makefile 2006-12-08 19:14:05 UTC (rev 704) +++ linux4palm/BFUGarux/Makefile 2006-12-08 20:26:04 UTC (rev 705) @@ -30,7 +30,7 @@ @echo " NoBFU - do not include BFUSettings" @echo @echo "for kEdAR:" - @echo " REVK=NUMBER SVNREV=SVN_REVISION_NUMBER make palmtt3 BFUk" + @echo " REVK=NUMBER VER=k0$REVK SVNREV=SVN_REVISION_NUMBER make palmtt3 BFUk" @echo palmte: @@ -101,7 +101,7 @@ BFUk: image.bin ./garux.h.sh echo "#define with_BFUSettings" >> garux.h - cat garux-genericK.rcp BFUSettings.Rsrc | sed -e 's/#here could be menu/ MENUITEM "BFUSettings" MenuBFU/' -e "s/REVISION/$(REVK)/" -e "s/SVN_REV/$(SVNREV)/" > garux.rcp + cat garux-genericK.rcp BFUSettings.Rsrc | sed -e 's/#here could be menu/ MENUITEM "BFUSettings" MenuBFU/' -e "s/REVISION/$(VER)/" -e "s/SVN_REV/$(SVNREV)/" > garux.rcp make garux.$(REVK).prc NoBFU: image.bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |