msys path conversion (or cygpath for msys?)

前端 未结 7 2195
心在旅途
心在旅途 2020-12-02 17:15

I need to pass /DEF:c:\\filepath\\myLib.def\" command line option from a bash script to MS compiler/linker. The path is generated as part of build process by a bash script.

7条回答
  •  心在旅途
    2020-12-02 17:35

    How about this one ? cmd //c echo

    It may not work always but it is the shortest I found

提交回复
热议问题