Proof-of-concept of a GUI frontend program. Written in Tcl/Tk.

This commit is contained in:
2012-12-27 09:53:59 +00:00
parent 5e6a20e5b0
commit 3cfa0dd380
8 changed files with 4564 additions and 3 deletions

View File

@ -237,6 +237,7 @@ noinst_PROGRAMS = \
test/compare_file \
xorriso/make_xorriso_1
# A program to compare two trees of files in mounted filesystems
# To compare tree /media/dvd and /original/dir :
# find /media/dvd -exec test/compare_file '{}' /media/dvd /original/dir ';'
@ -254,6 +255,11 @@ xorriso_make_xorriso_1_LDADD =
xorriso_make_xorriso_1_SOURCES = xorriso/make_xorriso_1.c
# A Proof-of-concept for frontends
bin_SCRIPTS = \
frontend/xorriso-tcltk
# Install symbolic links to the xorriso binary
#
install-exec-hook:
@ -328,7 +334,8 @@ EXTRA_DIST = \
doc/susp_aaip_isofs_names.txt \
doc/zisofs_format.txt \
doc/startup_file.txt \
test/frontend_pipes_xorriso.c \
frontend/frontend_pipes_xorriso.c \
frontend/README-tcltk \
libisofs/aaip-os-dummy.c \
libisofs/aaip-os-linux.c \
libisofs/aaip-os-freebsd.c \