| Implement the ability to build "UDK versioned" libraries in gbuildfor *nix platforms. Do this by setting the ELF SONAME to the
 libxyz.so.3 style library output name, changing the output file
 Implement the ability to build "UDK versioned" libraries in gbuildfor *nix platforms. Do this by setting the ELF SONAME to the
 libxyz.so.3 style library output name, changing the output file
 that the linker writes to to be in this format (from libxyz.so),
 making a symlink from libxyz.so to libxyz.so.3, adding libxyz.so.3
 as a delivery AUXTARGET for the deliverable libxyz.so, and
 changing the deliver commands to copy symlinks properly. This is
 all what dmake does too.
 
 Use this to port main/registry to gbuild.
 
 Patch by: me
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827456 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  
 |