Changeset 743 for branches/samba-3.5.x/source3
- Timestamp:
- Nov 15, 2012, 4:34:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/build.cmd
r742 r743 88 88 build_parms = "" 89 89 90 /* delete the following 7 lines to removelibc switching capability */90 /* optional libc switching capability */ 91 91 select 92 when pos("064", cmdline) > 0 then libc = "06 3"92 when pos("064", cmdline) > 0 then libc = "064" 93 93 when pos("064X", cmdline) > 0 then libc = "064X" 94 94 when pos("063", cmdline) > 0 then libc = "063"
Note:
See TracChangeset
for help on using the changeset viewer.