Changeset 756


Ignore:
Timestamp:
Nov 30, 2012, 4:59:45 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.2: more branding

Location:
trunk/client/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r731 r756  
    9393                | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \
    9494                | $(SED) "s;_BUILD_;$(BUILD);g" \
     95                | $(SED) "s;_VENDOR_;$(VENDOR);g" \
    9596                > rc/rc.rc
    9697
     
    133134                | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \
    134135                | $(SED) "s;_BUILD_;$(BUILD);g" \
     136                | $(SED) "s;_VENDOR_;$(VENDOR);g" \
    135137                > nversion.h
    136138
  • trunk/client/src/debug.c

    r533 r756  
    138138                {
    139139                   fprintf(f, "Samba client %s build %s based on %s\n", VERSION, BUILD, smbwrp_getVersion());
     140                   fprintf(f, "This build is maintained by %s\n", VENDOR);
    140141                   firstLogLine = FALSE;
    141142                }
  • trunk/client/src/nversion.tpl

    r552 r756  
    1010#define OS              eCS (OS/2)
    1111#define ND              NetDrive
     12#define VENDOR          "_VENDOR_"
    1213
    1314#endif // __nversion__H
  • trunk/client/src/rc/rc.rc_

    r521 r756  
    1616"Access to SAMBA resources.\n
    1717Plugin Version _VERSION_ Build _BUILD_\n
     18Maintained by _VENDOR_\n
    1819See help for more Information.\n   
    1920"
Note: See TracChangeset for help on using the changeset viewer.