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

Support Win32 compilation with Mingw #131

Merged
merged 10 commits into from Jan 16, 2016
Merged

Commits on Jan 8, 2016

  1. Win32: use lower-case for Windows headers

    This does not change a thing for MSVC, but This is needed for
    Cross-Compiling with Mingw/Mingw-w64
    jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    6d30222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76daf49 View commit details
    Browse the repository at this point in the history
  3. Win32: Mingw has utimbuf

    jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    6adcfdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ca22dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd53647 View commit details
    Browse the repository at this point in the history
  6. Win32: do not compile nfs-cp in utils

    It depends on stat features that are not available
    jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    3c37d03 View commit details
    Browse the repository at this point in the history
  7. Win32: Fix nfs_stat declaration for Win32

    So that the definition and declaration match.
    
    There might be another way, with stat64i32 but I'm not confident it will
    work with MSVC
    jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    4f0d262 View commit details
    Browse the repository at this point in the history
  8. build: avoid abusing AM_LDFLAGS.

    This fixes build with options such as --as-needed that require correct positional argument passing. They also ensure that the right dependency library is used.
    Flameeyes authored and jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    6b5b09d View commit details
    Browse the repository at this point in the history
  9. build: enable subdir-objects option to make sure that source files ar…

    …e built where expected.
    Flameeyes authored and jbkempf committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    7744df2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    215b6ea View commit details
    Browse the repository at this point in the history