Ignore:
Timestamp:
Jan 14, 2011, 11:58:49 AM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.0: another bunch of updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.0/src/Makefile.kmk

    r504 r520  
    9595
    9696# add new dependancy on build level info
    97 rc/rc.rc : rc/description.rc
     97rc/rc.rc : rc/description.rc rc/rc.rc_
     98        $(SED) "s;_VERSION_;$(VERSION);g" rc/rc.rc_ \
     99                | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \
     100                | $(SED) "s;_BUILD_;$(BUILD);g" \
     101                > rc/rc.rc
    98102
    99103# update bldlevel info
Note: See TracChangeset for help on using the changeset viewer.