Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openocd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10
  • openocd
  • Repository
Switch branch/tag
  • openocd
  • src
  • Makefile.am
Find file BlameHistoryPermalink
  • Redirect 'Slash' NIL's avatar
    MinGW: use WinSock2 · 0388a9c0
    Redirect 'Slash' NIL authored Oct 19, 2009
    After reading a bit further, it appears that ws2_32 (Windows Sockets 2)
    is included in all versions of Windows and backwards compatible with
    wsock32, at least according to
    
     http://msdn.microsoft.com/en-us/library/ms740673%28VS.85%29.aspx.
    
    Only Win95 seems to require a manual installation; is not a big deal.
    
    So I think we can drop this whole business of detecting 64 bit MinGW and
    just use -lws2_32 for all MinGW platforms.
    0388a9c0