このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
1798
コミット
1
ブランチ
8.6 MiB
ツリー:
c2997a0d82
libcaca
/
caca-sharp
/
caca-sharp.dll.config.in
caca-sharp.dll.config.in
94 B
Raw
通常表示
履歴
* Generate CLI .config files at configure time so that we can embed the library version and not rely on .so being present.
17年前
Detect shared library suffix at configure stage.
16年前
* Generate CLI .config files at configure time so that we can embed the library version and not rely on .so being present.
17年前
1
2
3
<configuration>
<dllmap dll="libcaca.dll" target="libcaca@LT_SUFFIX@" />
</configuration>