This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
2003
Commits
1
Branch
16 MiB
Tree:
ba3c9cc77d
libcaca
/
caca-sharp
/
caca-sharp.dll.config.in
caca-sharp.dll.config.in
94 B
Raw
Normal View
History
* Generate CLI .config files at configure time so that we can embed the library version and not rely on .so being present.
17 years ago
Detect shared library suffix at configure stage.
16 years ago
* Generate CLI .config files at configure time so that we can embed the library version and not rely on .so being present.
17 years ago
1
2
3
<configuration>
<dllmap dll="libcaca.dll" target="libcaca@LT_SUFFIX@" />
</configuration>