Changeset 32

Show
Ignore:
Timestamp:
09/30/06 14:32:11
Author:
kai
Message:

Reverted some of the changes to the version thing. It seems like we need a proper workout of the bootstrap changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from debug_ShortHike *.map to debug_ShortHike *.map ShortHike.log ShortHike.ncb
  • trunk/jamlibrary/version.jam

    r30 r32  
    99   
    1010  GENERATED_HEADERS on release-$(PROGRAM_NAME) += $(HEADER_FILE) ; 
    11   GENERATED_HEADERS on debug-$(PROGRAM_NAME) += $(HEADER_FILE) ; 
     11#  GENERATED_HEADERS on debug-$(PROGRAM_NAME) += $(HEADER_FILE) ; 
    1212  BuildRevisionHeader $(HEADER_FILE) ; 
    1313}