Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change name when outputting staticlibs on Windows #29520

Merged
merged 2 commits into from
Jan 21, 2016

Commits on Jan 16, 2016

  1. Change name when outputting staticlibs on Windows

    libfoo.a -> foo.lib
    In order to not cause conflicts, changes the DLL import library name
    foo.lib -> foo.dll.lib
    
    Fixes rust-lang#29508
    
    Because this changes output filenames this is a [breaking-change]
    
    Signed-off-by: Peter Atashian <retep998@gmail.com>
    retep998 committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    06c66d6 View commit details
    Browse the repository at this point in the history
  2. Fix test fallout

    Signed-off-by: Peter Atashian <retep998@gmail.com>
    retep998 committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    1b0064e View commit details
    Browse the repository at this point in the history