Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MSYS 環境から Visual Studio の lib.exe を実行する必要がありますが、"/WX /NOLOGO" のような引数は、たとえば "C:/dev/MinGW/msys/1.0/WX" に自動的に置き換えられます。
その動作を無効にするにはどうすればよいですか? 一重/二重引用符を試しましたが、それでもlib `echo /WX` ...解決しません。
lib `echo /WX` ...
-switchの代わりにイディオムを使用できる場合もあります/switch。例
-switch
/switch
attrib +h -s
それ以外の
attrib +h /s
参照