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.
mcsを使用してコマンドラインから単一のcsファイルを作成しようとしています。私はc#コードで外部ライブラリを使用しています:
using SomeLib
ただし、必要なライブラリをmcsに指定する方法がわかりません。このエラーを解決するにはどうすればよいですか?
解決策は、次のようにrgmcs指定子を使用してライブラリを使用して渡すことでした。
gmcs
gmcs filename.cs -r:libthirdparty