2003-11-21 (Fri) [長年日記]
_ コマンドラインオプション
いくつかのコマンドラインオプションを追加。
$ ./bsc.exe -help usage: bsc [options] source-files -lib:PATH1,PATH2 Adds the paths to the assembly link path -out:FNAME Specifies output file -reference:ASS References the specified assembly (-r:ASS) -target:KIND Specifies the target (KIND is one of: exe, winexe, library, module), (short: -t:) -help Print this message
これでライブラリが作れるようになった。
_ using?
そろそろnamespaceの使用を宣言する構文を導入したいけど、予約語の名前が 決らない。
C#だとusingだけど...うーん。Java風にimportとか? というかいっそのことターゲットを Java VMに変えるか。(本末転倒)