forked from mia/Aegisub
add new files
Originally committed to SVN as r914.
This commit is contained in:
parent
dd77b5970d
commit
0e39514e14
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,11 @@ BUILDINFO := -DBUILD_CREDIT="\"$(shell whoami)\"" $(REVISION)
|
||||||
|
|
||||||
AM_CPPFLAGS = -Iposix -include posix/defines.h $(BUILDINFO)
|
AM_CPPFLAGS = -Iposix -include posix/defines.h $(BUILDINFO)
|
||||||
LDADD = posix/libposix.a ../lua51/src/liblua.a -lGL -lGLU
|
LDADD = posix/libposix.a ../lua51/src/liblua.a -lGL -lGLU
|
||||||
|
|
||||||
|
# auto4_ruby_assfile.cpp
|
||||||
|
# auto4_ruby.cpp
|
||||||
|
# auto4_ruby_dialog.cpp
|
||||||
|
|
||||||
aegisub_SOURCES = \
|
aegisub_SOURCES = \
|
||||||
aegisublocale.cpp \
|
aegisublocale.cpp \
|
||||||
ass_attachment.cpp \
|
ass_attachment.cpp \
|
||||||
|
@ -48,10 +53,12 @@ aegisub_SOURCES = \
|
||||||
dialog_attachments.cpp \
|
dialog_attachments.cpp \
|
||||||
dialog_automation.cpp \
|
dialog_automation.cpp \
|
||||||
dialog_colorpicker.cpp \
|
dialog_colorpicker.cpp \
|
||||||
|
dialog_detached_video.cpp \
|
||||||
dialog_export.cpp \
|
dialog_export.cpp \
|
||||||
dialog_fonts_collector.cpp \
|
dialog_fonts_collector.cpp \
|
||||||
dialog_hotkeys.cpp \
|
dialog_hotkeys.cpp \
|
||||||
dialog_jumpto.cpp \
|
dialog_jumpto.cpp \
|
||||||
|
dialog_kanji_timer.cpp \
|
||||||
dialog_options.cpp \
|
dialog_options.cpp \
|
||||||
dialog_paste_over.cpp \
|
dialog_paste_over.cpp \
|
||||||
dialog_progress.cpp \
|
dialog_progress.cpp \
|
||||||
|
@ -80,6 +87,7 @@ aegisub_SOURCES = \
|
||||||
hilimod_textctrl.cpp \
|
hilimod_textctrl.cpp \
|
||||||
hotkeys.cpp \
|
hotkeys.cpp \
|
||||||
idle_field_event.cpp \
|
idle_field_event.cpp \
|
||||||
|
kana_table.cpp \
|
||||||
lavc_file.cpp \
|
lavc_file.cpp \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
md5.c \
|
md5.c \
|
||||||
|
|
Loading…
Reference in a new issue