Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
clean-ide
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • clean-and-itasks
  • clean-ide
  • Merge Requests
  • !26

Merged
Opened Nov 23, 2019 by Camil Staps@cstaps🚀Owner

Improve handling of import code from library

  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

On Windows:

  • Items starting with -l are ignored
  • Everything else is treated as an ASCII library file

On other platforms:

  • Items starting with -l are treated as shared libraries
  • Items containing a dot are treated as normal files and linked
  • Other items are ignored

This allows one to use for example:

import code from library "mylib_library"
import code from library "-lmylib"

(where Clean System Files\mylib_library refers to mylib.dll or so). The first entry is used on Windows; the second on non-Windows.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: clean-and-itasks/clean-ide!26
Source branch: fix-shared-libraries-for-windows

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.