Ignore:
Timestamp:
Nov 16, 2005, 4:47:27 AM (20 years ago)
Author:
bird
Message:

Official build stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/version.smak

    r2451 r2452  
    44VH = 0
    55# Middle part of version number
     6ifdef OFFICIAL_BIRD_BUILD
    67VM = 6
     8else
     9VM = 6x
     10endif
    711# Low part of version number
    812VL = 0
     
    1923# INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
    2024ifndef INNOTEK_VERSION
     25ifdef OFFICIAL_BIRD_BUILD
    2126export INNOTEK_VERSION        ?= (InnoTek Build $(shell date '+%Y-%m-%d %H:%M'))
     27else
     28export INNOTEK_VERSION        ?= (Non-InnoTek Build $(shell date '+%Y-%m-%d %H:%M'))
     29endif
    2230endif
    2331CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
Note: See TracChangeset for help on using the changeset viewer.