Welcomimg three new libisofs source files by Vladimir Serbinenko

This commit is contained in:
Thomas Schmitt 2012-05-24 09:35:35 +00:00
parent 4f90dad64b
commit a59ecdf456
3 changed files with 7 additions and 1 deletions

View File

@ -93,6 +93,9 @@ libisofs="$libisofs $isofs"image.o
libisofs="$libisofs $isofs"iso1999.o libisofs="$libisofs $isofs"iso1999.o
libisofs="$libisofs $isofs"joliet.o libisofs="$libisofs $isofs"joliet.o
libisofs="$libisofs $isofs"hfsplus.o libisofs="$libisofs $isofs"hfsplus.o
libisofs="$libisofs $isofs"hfsplus_decompose.o
libisofs="$libisofs $isofs"hfsplus_classes.o
libisofs="$libisofs $isofs"hfsplus_case.o
libisofs="$libisofs $isofs"libiso_msgs.o libisofs="$libisofs $isofs"libiso_msgs.o
libisofs="$libisofs $isofs"messages.o libisofs="$libisofs $isofs"messages.o
libisofs="$libisofs $isofs"node.o libisofs="$libisofs $isofs"node.o

View File

@ -138,6 +138,9 @@ xorriso_xorriso_SOURCES = \
libisofs/joliet.c \ libisofs/joliet.c \
libisofs/hfsplus.h \ libisofs/hfsplus.h \
libisofs/hfsplus.c \ libisofs/hfsplus.c \
libisofs/hfsplus_decompose.c \
libisofs/hfsplus_classes.c \
libisofs/hfsplus_case.c \
libisofs/eltorito.h \ libisofs/eltorito.h \
libisofs/eltorito.c \ libisofs/eltorito.c \
libisofs/data_source.c \ libisofs/data_source.c \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.05.24.071402" #define Xorriso_timestamP "2012.05.24.093552"