Skip to content
  • Ralph Giles's avatar
    mingw: Use Makefile.unix to build opusfile. · 1a3c9323
    Ralph Giles authored
    This is faster. We still don't have good dependency tracking
    among the components, but roughly:
    
        make
        make opusfile-0.dll
        make package
    
    Should automate the basics of putting together a win32 binary
    package. It still doesn't include documentation. See the
    mingw/README for additional steps there.
    
    Also, don't copy dll.a files. They don't seem to be necessary.
    1a3c9323