問題タブ [jam]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jam - Jamfile でコマンドライン引数を渡すには?
g++ <some cpp file>
Jamfile で特定のコマンドを実行したい。ただし、ファイルの名前をコマンドライン入力として取得したいと考えています。bashでは、これは次のように行うことができます
ファイルtemp.sh
-
そして、それを次のように呼び出しますbash temp.sh <cpp file>
jam -fJamfile <cpp file>
端末で呼び出して、ジャムを使用して同様のことをしたいと思います。どうやってするの?検索してみましたが、関連する情報はどこにもありませんでした。