Changeset 523


Ignore:
Timestamp:
09/22/08 03:48:31 (5 years ago)
Author:
reyalp
Message:

Add GAMES to firzipsubcomplete, update version/changelog

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r515 r523  
    9191        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/CURVES/*  > $(DEVNULL) 
    9292        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/FONTS/*  > $(DEVNULL) 
     93        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/GAMES/*   > $(DEVNULL) 
    9394        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/GRIDS/* > $(DEVNULL) 
    9495        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/LANG/*   > $(DEVNULL) 
  • trunk/doc/version.txt

    r520 r523  
    55 
    66log 
     70.5.4 / reyalp 
     8* Made games compile time optional. Set or unset OPT_GAME_* in root makefile.inc 
     9* Moved sokoban levels from static data (gui_sokoban_levels.h) to file CHDK/GAMES/SOKOBAN.LEV 
     10See http://chdk.setepontos.com/index.php/topic,688.msg21578.html#msg21578 for details 
     11* Renamed lua compile option variables CHDK_->OPT_ 
     12* Minor tweaks in luascript 
     13 
    7140.5.3 / reyalp 
    815+ added lua function get_buildinfo.  Returns a table: 
  • trunk/version.inc

    r520 r523  
    1 BUILD_NUMBER := 0.5.3 
     1BUILD_NUMBER := 0.5.4 
Note: See TracChangeset for help on using the changeset viewer.