Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C clm
  • 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 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasksclean-and-itasks
  • clm
  • Merge requests
  • !15

Add support for .implib on Windows

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Camil Staps requested to merge implib-support-for-windows into master Oct 15, 2020
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Imported libraries are collected as object files, because they need to be found in Clean System Files in the same way. In the link step (add_imported_object_files) we check if the dependency is a normal object file or a library, and prepend -l if it is a library.

Library names starting with -l are still ignored so that you can use import code from library "-lmysql" and import code from library "mysql_library" in the same implementation module and compile for POSIX and Windows.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: implib-support-for-windows