Changeset 900 for trunk/server/source3


Ignore:
Timestamp:
Mar 29, 2016, 7:32:18 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: export some libs in build.cmd, as else it will not build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/build.cmd

    r899 r900  
    340340    call lineout scriptfile, "LDFLAGS=' -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp -Zbin-files'";
    341341    call lineout scriptfile, "export LDFLAGS";
     342    call lineout scriptfile, "LIBS='-lmmap -lintl'";
     343    call lineout scriptfile, "export LIBS";
    342344    return
    343345
Note: See TracChangeset for help on using the changeset viewer.