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.
Delphi 2007 では、ビルド後のイベントを使用して、新しくビルドした exe を特定のディレクトリにコピーするにはどうすればよいですか?
ビルド イベント コマンドのリストへのリンクは大歓迎です。
ビルド後のイベントで次のコマンドを使用copyします。
copy
copy "$(OUTPUTPATH)" MyFolder
は$(OUTPUTPATH)、出力ファイルのフル パスに展開されます。
$(OUTPUTPATH)