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
Browse Source
* Renamed exporter_* to export_*, from God recommendation.
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
19 years ago
parent
1971191c09
commit
c30c66d032
4 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
cucul/Makefile.am
+0
-0
cucul/export_ansi.c
+0
-0
cucul/export_html.c
+0
-0
cucul/export_irc.c
+ 3
- 3
cucul/Makefile.am
View File
@@ -16,9 +16,9 @@ libcucul_la_SOURCES = \
triangle.c \
sprite.c \
bitmap.c \
export
er
_irc.c \
export
er
_ansi.c \
export
er
_html.c \
export_irc.c \
export_ansi.c \
export_html.c \
$(NULL)
libcucul_la_LDFLAGS = -no-undefined
libcucul_la_LIBADD = @CUCUL_LIBS@
cucul/exporter_ansi.c → cucul/export_ansi.c
View File
cucul/exporter_html.c → cucul/export_html.c
View File
cucul/exporter_irc.c → cucul/export_irc.c
View File
Write
Preview
Loading…
Cancel
Save