Ignore:
Timestamp:
03/10/12 05:03:38 (15 months ago)
Author:
reyalp
Message:

Merged revision(s) 1714-1719 from trunk

Location:
branches/reyalp-ptp-live
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-ptp-live

  • branches/reyalp-ptp-live/makefile.inc

    r1711 r1720  
    1111-include $(topdir)localbuildconf.inc 
    1212include $(topdir)version.inc 
     13-include $(topdir)revision.inc 
    1314 
    1415ifdef PLATFORM 
     
    133134CFLAGS+=-mthumb-interwork 
    134135CFLAGS+=-I$(topdir)include -I$(topdir)core -I$(topdir)platform/$(PLATFORM) $(PLFLAGS) $(CPPFLAGS) 
    135 CFLAGS+=-DPLATFORM=\"$(PLATFORM)\" -DPLATFORMSUB=\"$(PLATFORMSUB)\" -DPLATFORMID=$(PLATFORMID) -DHDK_VERSION=\"$(VER)\" -DBUILD_NUMBER=\"$(BUILD_NUMBER)\" -DCAMERA_$(PLATFORM)=1 
     136CFLAGS+=-DPLATFORM=\"$(PLATFORM)\" -DPLATFORMSUB=\"$(PLATFORMSUB)\" -DPLATFORMID=$(PLATFORMID) -DHDK_VERSION=\"$(VER)\" -DBUILD_NUMBER=\"$(BUILD_NUMBER)\" -DBUILD_SVNREV=\"$(BUILD_SVNREV)\" -DCAMERA_$(PLATFORM)=1 
    136137CFLAGS+=-Wall -Wno-unused -Wno-format 
    137138LDFLAGS=-L$(topdir)lib/math -L$(topdir)lib/font 
    138139LDFLAGS+=-L$(topdir)lib/libc -L$(topdir)lib/ubasic 
    139140LDFLAGS+=-L$(topdir)platform/$(PLATFORM) -L$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB) 
     141 
     142ifeq ($(VER),CHDK) 
     143CFLAGS+=-DVER_CHDK 
     144else 
     145CFLAGS+=-DVER_CHDK_DE 
     146endif 
    140147 
    141148ifdef OPT_DEBUGGING 
     
    278285$(topdir)localbuildconf.inc: ; 
    279286$(topdir)version.inc: ; 
     287$(topdir)revision.inc: ; 
    280288$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/makefile.inc: ; 
    281289$(topdir)platform/fi2.inc: ; 
Note: See TracChangeset for help on using the changeset viewer.