Changeset 1720 for branches/reyalp-ptp-live/makefile.inc
- Timestamp:
- 03/10/12 05:03:38 (15 months ago)
- Location:
- branches/reyalp-ptp-live
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
makefile.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp-live
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1712-1713,1716-1717 /trunk merged: 1714,1718-1719
- Property svn:mergeinfo changed
-
branches/reyalp-ptp-live/makefile.inc
r1711 r1720 11 11 -include $(topdir)localbuildconf.inc 12 12 include $(topdir)version.inc 13 -include $(topdir)revision.inc 13 14 14 15 ifdef PLATFORM … … 133 134 CFLAGS+=-mthumb-interwork 134 135 CFLAGS+=-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)\" -D CAMERA_$(PLATFORM)=1136 CFLAGS+=-DPLATFORM=\"$(PLATFORM)\" -DPLATFORMSUB=\"$(PLATFORMSUB)\" -DPLATFORMID=$(PLATFORMID) -DHDK_VERSION=\"$(VER)\" -DBUILD_NUMBER=\"$(BUILD_NUMBER)\" -DBUILD_SVNREV=\"$(BUILD_SVNREV)\" -DCAMERA_$(PLATFORM)=1 136 137 CFLAGS+=-Wall -Wno-unused -Wno-format 137 138 LDFLAGS=-L$(topdir)lib/math -L$(topdir)lib/font 138 139 LDFLAGS+=-L$(topdir)lib/libc -L$(topdir)lib/ubasic 139 140 LDFLAGS+=-L$(topdir)platform/$(PLATFORM) -L$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB) 141 142 ifeq ($(VER),CHDK) 143 CFLAGS+=-DVER_CHDK 144 else 145 CFLAGS+=-DVER_CHDK_DE 146 endif 140 147 141 148 ifdef OPT_DEBUGGING … … 278 285 $(topdir)localbuildconf.inc: ; 279 286 $(topdir)version.inc: ; 287 $(topdir)revision.inc: ; 280 288 $(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/makefile.inc: ; 281 289 $(topdir)platform/fi2.inc: ;
Note: See TracChangeset
for help on using the changeset viewer.