이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
cacalabs
/
libcaca
의 미러
https://github.com/cacalabs/libcaca.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
1259
커밋
1
브렌치
11 MiB
트리:
81d6119762
libcaca
/
csharp
/
cucul-sharp.dll.config.in
cucul-sharp.dll.config.in
99 B
Raw
Normal View
히스토리
* 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="libcucul.dll" target="libcucul.so.@LT_MAJOR@" />
</configuration>