Changeset 1361 for trunk/Makefile


Ignore:
Timestamp:
10/10/11 07:40:30 (20 months ago)
Author:
philmoz
Message:

Update with new version of outsliders editor and fix for the makefile so the editor is included in the CHDK builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1353 r1361  
    117117        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/4Pack/*    > $(DEVNULL) 
    118118        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/4Pack/Lua/*        > $(DEVNULL) 
    119         zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/4Pack/uBasic/*     > $(DEVNULL) 
     119        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/4Pack/uBasic/* > $(DEVNULL) 
     120        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/EDITOR/*   > $(DEVNULL) 
    120121        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/syscurves.CVF      > $(DEVNULL) 
    121122        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/changelog.txt  > $(DEVNULL) 
Note: See TracChangeset for help on using the changeset viewer.