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.
フロントエンドのコンパイルにはコンパイラ「edg」を使用します
2つのファイルがあるとしましょう
a) /build/src/a.c b) /build/include/a.h
'-I /build/include' 「-I../include」を使用せずに指定することで「ac」をコンパイルできます
'-I /build/include'
「edg」を使用して相対パスを使用するには?
注:コマンドラインからではなく、「xml」ファイルを使用してすべてのソースファイルをコンパイルしています