Changeset 981

Show
Ignore:
Timestamp:
07/05/08 12:22:52 (5 months ago)
Author:
takkaria
Message:

Add an option to include a build ID using the mingw makefile.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.win

    r960 r981  
    5050CFLAGS += -Wall -W -std=iso9899:199409 -pedantic -O2 
    5151LIBS += -s 
     52 
     53ifdef BUILD_ID 
     54  CFLAGS += -DBUILD_ID="$(BUILD_ID)" 
     55endif 
    5256 
    5357ifdef CYGWIN