瀏覽代碼

* Renamed exporter_* to export_*, from God recommendation.

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 年之前
父節點
當前提交
c30c66d032
共有 4 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      cucul/Makefile.am
  2. +0
    -0
      cucul/export_ansi.c
  3. +0
    -0
      cucul/export_html.c
  4. +0
    -0
      cucul/export_irc.c

+ 3
- 3
cucul/Makefile.am 查看文件

@@ -16,9 +16,9 @@ libcucul_la_SOURCES = \
triangle.c \
sprite.c \
bitmap.c \
exporter_irc.c \
exporter_ansi.c \
exporter_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 查看文件


cucul/exporter_html.c → cucul/export_html.c 查看文件


cucul/exporter_irc.c → cucul/export_irc.c 查看文件


Loading…
取消
儲存