Changeset 743


Ignore:
Timestamp:
Nov 15, 2012, 4:34:44 PM (13 years ago)
Author:
Herwig Bauernfeind
Message:

build 0.3.10: make libc switching really optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/build.cmd

    r742 r743  
    8888build_parms = ""
    8989
    90 /* delete the following 7 lines to remove libc switching capability */
     90/* optional libc switching capability */
    9191select
    92     when pos("064", cmdline) > 0 then  libc = "063"
     92    when pos("064", cmdline) > 0 then  libc = "064"
    9393    when pos("064X", cmdline) > 0 then libc = "064X"
    9494    when pos("063", cmdline) > 0 then  libc = "063"
Note: See TracChangeset for help on using the changeset viewer.