Changeset 729


Ignore:
Timestamp:
Nov 12, 2012, 12:06:45 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.2: added possibility to add a vendor during build

Location:
trunk/client/src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Config.km_

    r649 r729  
    1212VERSION = 2.2.x
    1313BUILD   = beta-date
     14VENDOR  = netlabs
    1415SAMBA   = ../../samba-35
    1516TOOLKIT = u:/os2tk45
  • trunk/client/src/Makefile.kmk

    r720 r729  
    100100        @echo Writing build level informations
    101101        @cp rc/description.rc_ rc/description.rc
    102         @BldLevelInf0.cmd $(VERSION) $(BUILD)
     102        cmd /c 'BldLevelInf.cmd -V"$(VERSION)" -N$(VENDOR) -D"NDPSMB - SMBFS NetDrive External Plugin Build $(BUILD)" -Len rc\\description.rc'
    103103
    104104# compile help file
Note: See TracChangeset for help on using the changeset viewer.