Changeset 199
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r197 r199 27 27 28 28 29 # 30 # Enable the macro below to do a RELEASE build. 31 # This will influence various definitions in "include/version.h" as well as 32 # definitions in "include/version.inc". Note that the '%' causes it to be set 33 # in the environment, so it also influences recursive make invocations. 34 # 35 #~ %RELEASE=y 29 36 30 37 # DEFINITIONS AND STUFF … … 196 203 set CRC_IGNORE=n 197 204 set ABV=AirBoot-v1.1.2 198 set PACKDIR=$(%ABV)-src -RELEASE205 set PACKDIR=$(%ABV)-src 199 206 set WTD=04-13-2017 200 207 set WTT=01:01:02 … … 208 215 @if exist $(%ABV)*.zip del $(%ABV)*.zip 1>nul 209 216 @if exist $(%RDATE)-tmp.zip del $(%RDATE)-tmp.zip 1>nul 210 @zip -q -r -x.git $(%RDATE)-tmp.zip .217 @zip -q -r $(%RDATE)-tmp.zip . -x .git -x .index.local 211 218 @md $(%PACKDIR) 212 219 @move $(%RDATE)-tmp.zip $(%PACKDIR) 1>nul … … 236 243 set RELEASE=y 237 244 set RELDIR=release 238 set PACKDIR=AirBoot-v1.1.2-bin -RELEASE245 set PACKDIR=AirBoot-v1.1.2-bin 239 246 set RDATE=201704130101.02 240 247 -
trunk/fc.mnu
r196 r199 9 9 10 10 B: Build 11 wmake -h %RELEASE=y11 wmake -h 12 12 13 13 P: Package -
trunk/fcl.mnu
r195 r199 9 9 10 10 B: Build 11 make build RELEASE=yUSE_GNU_MAKE=y11 make build USE_GNU_MAKE=y 12 12 13 13 P: Package
Note:
See TracChangeset
for help on using the changeset viewer.