]> granicus.if.org Git - libmatroska/commitdiff
build system: remove old hand-crafted make files
authorMoritz Bunkus <moritz@bunkus.org>
Sun, 21 Dec 2014 09:32:08 +0000 (10:32 +0100)
committerMoritz Bunkus <moritz@bunkus.org>
Sun, 21 Dec 2014 09:32:08 +0000 (10:32 +0100)
40 files changed:
make/Doxyfile [deleted file]
make/cygwin/Makefile [deleted file]
make/cygwin/Makefile.rule [deleted file]
make/linux/Makefile [deleted file]
make/linux/Makefile.rule [deleted file]
make/linux/fedora-core.spec [deleted file]
make/linux/suse.spec [deleted file]
make/macosx/macosx.pbproj/project.pbxproj [deleted file]
make/makedoc.bat [deleted file]
make/makedoc.sh [deleted file]
make/mingw32/Makefile [deleted file]
make/mingw32/libmatroska.dev [deleted file]
make/mingw32/test/Makefile [deleted file]
make/mingw32/test/test6.dev [deleted file]
make/mingw32/test/test8.dev [deleted file]
make/vc6/lib/static/libmatroska.dsp [deleted file]
make/vc6/test/test0.dsp [deleted file]
make/vc6/test/test00.dsp [deleted file]
make/vc6/test/test1.dsp [deleted file]
make/vc6/test/test2.dsp [deleted file]
make/vc6/test/test3.dsp [deleted file]
make/vc6/test/test4.dsp [deleted file]
make/vc6/test/test5.dsp [deleted file]
make/vc6/test/test6.dsp [deleted file]
make/vc6/test/test6c.dsp [deleted file]
make/vc6/test/test7.dsp [deleted file]
make/vc6/test/test8.dsp [deleted file]
make/vc6/test/test8c.dsp [deleted file]
make/vc6/test/test9.dsp [deleted file]
make/vc6/vc6.dsw [deleted file]
make/vc7/Makefile [deleted file]
make/vc7/lib/dll/libmatroskadll.v71.vcproj [deleted file]
make/vc7/lib/static/libmatroska.v71.vcproj [deleted file]
make/vc7/lib/static/libmatroska.vcproj [deleted file]
make/vc7/test/test0.vcproj [deleted file]
make/vc7/test/test00.vcproj [deleted file]
make/vc7/test/test6.vcproj [deleted file]
make/vc7/test/test8.vcproj [deleted file]
make/vc7/test/test9.vcproj [deleted file]
make/vc7/vc7.sln [deleted file]

diff --git a/make/Doxyfile b/make/Doxyfile
deleted file mode 100644 (file)
index b9cb0f3..0000000
+++ /dev/null
@@ -1,211 +0,0 @@
-# Doxyfile 1.3
-
-#---------------------------------------------------------------------------
-# General configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME           = libmatroska
-PROJECT_NUMBER         = 0.5.0
-OUTPUT_DIRECTORY       = ../../doc/src
-OUTPUT_LANGUAGE        = English
-USE_WINDOWS_ENCODING   = YES
-EXTRACT_ALL            = YES
-EXTRACT_PRIVATE        = NO
-EXTRACT_STATIC         = YES
-EXTRACT_LOCAL_CLASSES  = YES
-HIDE_UNDOC_MEMBERS     = NO
-HIDE_UNDOC_CLASSES     = NO
-HIDE_FRIEND_COMPOUNDS  = NO
-HIDE_IN_BODY_DOCS      = NO
-BRIEF_MEMBER_DESC      = YES
-REPEAT_BRIEF           = YES
-ALWAYS_DETAILED_SEC    = NO
-INLINE_INHERITED_MEMB  = YES
-FULL_PATH_NAMES        = NO
-STRIP_FROM_PATH        =
-INTERNAL_DOCS          = NO
-CASE_SENSE_NAMES       = YES
-SHORT_NAMES            = NO
-HIDE_SCOPE_NAMES       = NO
-VERBATIM_HEADERS       = YES
-SHOW_INCLUDE_FILES     = NO
-JAVADOC_AUTOBRIEF      = YES
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP         = YES
-INHERIT_DOCS           = YES
-INLINE_INFO            = YES
-SORT_MEMBER_DOCS       = NO
-DISTRIBUTE_GROUP_DOC   = NO
-TAB_SIZE               = 2
-GENERATE_TODOLIST      = YES
-GENERATE_TESTLIST      = YES
-GENERATE_BUGLIST       = YES
-GENERATE_DEPRECATEDLIST= YES
-ALIASES                =
-ENABLED_SECTIONS       =
-MAX_INITIALIZER_LINES  = 30
-OPTIMIZE_OUTPUT_FOR_C  = NO
-OPTIMIZE_OUTPUT_JAVA   = NO
-SHOW_USED_FILES        = YES
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET                  = NO
-WARNINGS               = YES
-WARN_IF_UNDOCUMENTED   = YES
-WARN_IF_DOC_ERROR      = YES
-WARN_FORMAT            = "$file:$line: $text"
-WARN_LOGFILE           =
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT                  = ../../libebml/src \
-                         ../../libebml/src/platform/win32 \
-                         ../../libebml/ebml \
-                         ../../libebml/ebml/c \
-                         ../src \
-                                                                                                ../matroska \
-                         ../matroska/c
-FILE_PATTERNS          = *.cpp \
-                         *.h
-RECURSIVE              = NO
-EXCLUDE                =
-EXCLUDE_SYMLINKS       = NO
-EXCLUDE_PATTERNS       =
-EXAMPLE_PATH           =
-EXAMPLE_PATTERNS       =
-EXAMPLE_RECURSIVE      = NO
-IMAGE_PATH             =
-INPUT_FILTER           =
-FILTER_SOURCE_FILES    = NO
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER         = YES
-INLINE_SOURCES         = NO
-STRIP_CODE_COMMENTS    = YES
-REFERENCED_BY_RELATION = NO
-REFERENCES_RELATION    = YES
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX     = NO
-COLS_IN_ALPHA_INDEX    = 5
-IGNORE_PREFIX          =
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML          = YES
-HTML_OUTPUT            = html
-HTML_FILE_EXTENSION    = .html
-HTML_HEADER            =
-HTML_FOOTER            =
-HTML_STYLESHEET        = libmatroska.css
-HTML_ALIGN_MEMBERS     = YES
-GENERATE_HTMLHELP      = NO
-CHM_FILE               =
-HHC_LOCATION           =
-GENERATE_CHI           = NO
-BINARY_TOC             = NO
-TOC_EXPAND             = NO
-DISABLE_INDEX          = NO
-ENUM_VALUES_PER_LINE   = 4
-GENERATE_TREEVIEW      = NO
-TREEVIEW_WIDTH         = 250
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX         = YES
-LATEX_OUTPUT           = latex
-LATEX_CMD_NAME         = latex
-MAKEINDEX_CMD_NAME     = makeindex
-COMPACT_LATEX          = YES
-PAPER_TYPE             = a4wide
-EXTRA_PACKAGES         =
-LATEX_HEADER           =
-PDF_HYPERLINKS         = YES
-USE_PDFLATEX           = YES
-LATEX_BATCHMODE        = NO
-LATEX_HIDE_INDICES     = NO
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF           = YES
-RTF_OUTPUT             = rtf
-COMPACT_RTF            = NO
-RTF_HYPERLINKS         = YES
-RTF_STYLESHEET_FILE    =
-RTF_EXTENSIONS_FILE    =
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN           = NO
-MAN_OUTPUT             = man
-MAN_EXTENSION          = .3
-MAN_LINKS              = YES
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML           = NO
-XML_SCHEMA             =
-XML_DTD                =
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF   = NO
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD       = NO
-PERLMOD_LATEX          = NO
-PERLMOD_PRETTY         = YES
-PERLMOD_MAKEVAR_PREFIX =
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING   = YES
-MACRO_EXPANSION        = NO
-EXPAND_ONLY_PREDEF     = NO
-SEARCH_INCLUDES        = YES
-INCLUDE_PATH           =
-INCLUDE_FILE_PATTERNS  =
-PREDEFINED             =
-EXPAND_AS_DEFINED      =
-SKIP_FUNCTION_MACROS   = YES
-#---------------------------------------------------------------------------
-# Configuration::addtions related to external references
-#---------------------------------------------------------------------------
-TAGFILES               =
-GENERATE_TAGFILE       =
-ALLEXTERNALS           = NO
-EXTERNAL_GROUPS        = YES
-PERL_PATH              = /usr/bin/perl
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS         = YES
-HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
-CLASS_GRAPH            = YES
-COLLABORATION_GRAPH    = YES
-TEMPLATE_RELATIONS     = YES
-INCLUDE_GRAPH          = YES
-INCLUDED_BY_GRAPH      = YES
-GRAPHICAL_HIERARCHY    = YES
-DOT_IMAGE_FORMAT       = png
-DOT_PATH               =
-DOTFILE_DIRS           =
-MAX_DOT_GRAPH_WIDTH    = 1024
-MAX_DOT_GRAPH_HEIGHT   = 1024
-MAX_DOT_GRAPH_DEPTH    = 0
-GENERATE_LEGEND        = YES
-DOT_CLEANUP            = YES
-#---------------------------------------------------------------------------
-# Configuration::addtions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE           = NO
-CGI_NAME               = search.cgi
-CGI_URL                =
-DOC_URL                =
-DOC_ABSPATH            =
-BIN_ABSPATH            = /usr/local/bin/
-EXT_DOC_PATHS          =
diff --git a/make/cygwin/Makefile b/make/cygwin/Makefile
deleted file mode 100644 (file)
index b0d8308..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-# libmatroska core Makefile (used in cygwin)\r
-# $Id: Makefile 640 2004-07-09 21:05:36Z mosu $\r
-\r
-# Options\r
-EXTENSION=.cpp\r
-CXXFLAGS=-g -DDEBUG -Wall -Wno-unknown-pragmas -DWIN32 -DNO_NAMESPACE\r
-LDFLAGS=\r
-\r
-SRC_DIR=../../src/\r
-\r
-# Programs\r
-CXX=g++ -c\r
-LD=g++\r
-DEP=$(CXX) -MM\r
-DEPEND = makedepend\r
-AR = ar rcvu\r
-RANLIB = ranlib\r
-\r
-# Librarires\r
-INCLUDE=\r
-LIBS=\r
-\r
-# Names\r
-PROGRAM=libmatroska.a\r
-\r
-# source-files\r
-sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))\r
-\r
-# header files; replace .cxx extension with .h\r
-headers:=$(patsubst %$(EXTENSION),%.hpp,$(sources))\r
-\r
-# files holding dependency information; replace .cxx extension with .dep\r
-dependencies:=$(patsubst %$(EXTENSION),%.dep,$(sources))\r
-\r
-# object files; replace .cxx extension with .o\r
-objects:=$(patsubst %$(EXTENSION),%.o,$(sources))\r
-\r
-DEPENDFLAGS  = ${CXXFLAGS} ${INCLUDE}\r
-\r
-# Build rules\r
-%.o: %$(EXTENSION)\r
-       $(CXX) $(CXXFLAGS) $(INCLUDE) -o $@ $<\r
-\r
-$(PROGRAM): $(objects)\r
-       $(AR) $@ $(objects)\r
-       $(RANLIB) $@\r
-#      $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)\r
-#      ${LD} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS}\r
-\r
-clean:\r
-       rm -f ${SRC_DIR}$(objects)\r
-       rm -f ${SRC_DIR}$(dependencies)\r
-       rm -f ${SRC_DIR}$(PROGRAM)\r
-       rm -f CORE\r
-\r
-# what are the source dependencies\r
-depend: $(sources)\r
-       $(DEPEND) $(DEPENDFLAGS) $(sources)\r
-\r
-# DO NOT DELETE\r
diff --git a/make/cygwin/Makefile.rule b/make/cygwin/Makefile.rule
deleted file mode 100644 (file)
index 2b9b7e2..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-##\r
-## This Makefile is made for cygwin, but might probably work on any standard UNIX too\r
-##\r
-\r
-#****************************************************************************\r
-\r
-# DEBUG can be set to YES to include debugging info, or NO otherwise\r
-DEBUG          = YES\r
-\r
-# PROFILE can be set to YES to include profiling info, or NO otherwise\r
-PROFILE        = NO\r
-\r
-#****************************************************************************\r
-\r
-CC     = gcc\r
-CXX    = g++\r
-LD     = gcc\r
-AR     = ar rcvu\r
-RANLIB = ranlib\r
-DEPEND = makedepend\r
-INDENT =indent --gnu-style -ut -ts6 -br -npsl -npcs\r
-DELETE =rm -f\r
-\r
-GLOBAL_CFLAGS   = -Wall -Wno-unknown-pragmas -Wno-format \r
-DEBUG_CFLAGS    = -g -O0 -DDEBUG ${GLOBAL_CFLAGS}\r
-RELEASE_CFLAGS  =  -O2 ${GLOBAL_CFLAGS}\r
-\r
-P_OPTIONS = -pedantic\r
-\r
-LIBS =\r
-\r
-DEBUG_CXXFLAGS   = ${DEBUG_CFLAGS}\r
-RELEASE_CXXFLAGS = ${RELEASE_CFLAGS}\r
-\r
-DEBUG_LDFLAGS    = -g\r
-RELEASE_LDFLAGS  =\r
-\r
-ifeq (YES, ${DEBUG})\r
-   CFLAGS       = ${DEBUG_CFLAGS} ${INCS} ${P_OPTIONS}\r
-   CXXFLAGS     = ${DEBUG_CXXFLAGS} ${INCS} ${P_OPTIONS}\r
-   LDFLAGS      = ${DEBUG_LDFLAGS}\r
-   DEPENDFLAGS  = ${DEBUG_CFLAGS} ${INCS}\r
-else\r
-   CFLAGS       = ${RELEASE_CFLAGS} ${INCS} ${P_OPTIONS}\r
-   CXXFLAGS     = ${RELEASE_CXXFLAGS} ${INCS} ${P_OPTIONS}\r
-   LDFLAGS      = ${RELEASE_LDFLAGS}\r
-   DEPENDFLAGS  = ${RELEASE_CFLAGS} ${INCS}\r
-endif\r
-\r
-ifeq (YES, ${PROFILE})\r
-   CFLAGS   := ${CFLAGS} -pg\r
-   CXXFLAGS := ${CXXFLAGS} -pg\r
-   LDFLAGS  := ${LDFLAGS} -pg\r
-endif\r
-\r
-#****************************************************************************\r
-# Preprocessor directives\r
-#****************************************************************************\r
-\r
-ifeq (YES, ${PROFILE})\r
-  DEFS =\r
-else\r
-  DEFS =\r
-endif\r
-\r
-#****************************************************************************\r
-# Include paths\r
-#****************************************************************************\r
-\r
-#INCS := -I/usr/include/g++-2 -I/usr/local/include\r
-#INCS =\r
-\r
-\r
-#****************************************************************************\r
-# Makefile code common to all platforms\r
-#****************************************************************************\r
-\r
-CFLAGS   := ${CFLAGS}   ${DEFS}\r
-CXXFLAGS := ${CXXFLAGS} ${DEFS}\r
-\r
-#****************************************************************************\r
-# General rules\r
-#****************************************************************************\r
-\r
-indent:\r
-       $(INDENT) --line-length 100 ${SRCS} ${SRCS_HEADERS}\r
-       $(DELETE) *.*~\r
-\r
-indent80:\r
-       $(INDENT) --line-length 80 ${SRCS} ${SRCS_HEADERS}\r
-       $(DELETE) *.*~\r
-\r
-clean:\r
-       rm -f core *.o *.so *.a *.exe\r
-\r
-# what are the source dependencies\r
-depend: $(SRCS)\r
-       $(DEPEND) $(DEPENDFLAGS) $(SRCS)\r
diff --git a/make/linux/Makefile b/make/linux/Makefile
deleted file mode 100644 (file)
index cf12904..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-# libmatroska core Makefile (used in cygwin)
-# $Id: Makefile 1254 2006-06-02 14:32:52Z mosu $
-# Author: Steve Lhomme <robux4 @ users.sf.net>
-# Author: Moritz Bunkus <moritz @ bunkus.org>
-
-#
-# The library is built without debug information. If you want
-# debug information to be included then compile with
-# 'make DEBUG=yes'.
-#
-
-# Paths
-# BeOS wants the libs and headers in /boot/home/config
-ifeq (BeOS,$(shell uname -s))
-prefix=/boot/home/config
-else
-prefix=/usr/local
-endif
-libdir=$(prefix)/lib
-includedir=$(prefix)/include/matroska
-
-# Programs
-CROSS =
-CXX = $(CROSS)g++
-LD = $(CXX)
-AR = $(CROSS)ar
-RANLIB = $(CROSS)ranlib
-INSTALL = install
-INSTALL_OPTS = -m 644
-INSTALL_OPTS_LIB = -m 644
-INSTALL_DIR_OPTS = -m 755
-
-CWD=$(shell pwd)
-
-# Options
-LIBEBML_INCLUDE_DIR=$(CWD)/../../../libebml
-LIBEBML_LIB_DIR=$(CWD)/../../../libebml/make/linux
-EXTENSION=.cpp
-
-ifeq (yes,$(DEBUG))
-DEBUGFLAGS=-g -DDEBUG
-endif
-
-ifeq (Darwin,$(shell uname -s))
-link=static
-else
-link=both
-endif
-
-targets_both = staticlib sharedlib
-targets_shared = sharedlib
-targets_static = staticlib
-
-SRC_DIR=$(CWD)/../../src/
-INCLUDE_DIR=$(CWD)/../../matroska
-MUX_SRC_DIR=$(CWD)/../../test/mux/
-TAG_SRC_DIR=$(CWD)/../../test/tags/
-
-# Libraries
-INCLUDE=-I$(CWD)/../.. -I$(LIBEBML_INCLUDE_DIR)
-LIBS=
-MUX_LIBS=-lmatroska -lebml $(LIBICONV)
-
-# Names
-LIBRARY=libmatroska.a
-LIBRARY_SO=libmatroska.so
-LIBRARY_SO_VER=libmatroska.so.6
-
-# source-files
-sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))
-
-# header files; replace .cxx extension with .h
-headers:=$(patsubst %$(EXTENSION),%.h,$(sources))
-
-# object files; replace .cxx extension with .o
-objects:=$(patsubst %$(EXTENSION),%.o,$(sources))
-
-objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources))
-
-WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -D_GNU_SOURCE -Wshadow
-COMPILEFLAGS=$(DEBUGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(WARNINGFLAGS) $(INCLUDE)
-LINKFLAGS=-L. -L$(LIBEBML_LIB_DIR) $(LDFLAGS)
-DEPENDFLAGS  = $(CXXFLAGS) $(INCLUDE)
-
-all: $(targets_$(link))
-
-staticlib: $(LIBRARY)
-
-sharedlib: $(LIBRARY_SO)
-
-lib:
-       @echo "Use the 'staticlib', 'sharedlib' or 'all' targets."
-       @false
-
-# Build rules
-%.o: %$(EXTENSION)
-       $(CXX) -c $(COMPILEFLAGS) -o $@ $<
-
-%.lo: %$(EXTENSION)
-       $(CXX) -c $(COMPILEFLAGS) -fPIC -o $@ $<
-
-$(LIBRARY): $(objects)
-       $(AR) rcvu $@ $(objects)
-       $(RANLIB) $@
-
-$(LIBRARY_SO): $(objects_so)
-       $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
-       rm -f $(LIBRARY_SO)
-       ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-
-clean: cleantest
-       rm -f $(objects) $(objects_so)
-       rm -f $(LIBRARY)
-       rm -f $(LIBRARY_SO)
-       rm -f $(LIBRARY_SO_VER)
-       rm -f CORE
-
-cleantest:
-       rm -f test6 test8 test9 test6.o test8.o test9.o
-
-distclean dist-clean: clean
-       rm -f .depend
-
-depend:
-       @echo Calculating dependecies:
-       @rm -f .depend
-       @touch .depend
-       @for i in $(sources); do \
-               o="`echo $$i | sed -e 's/\.c$$/.o/' -e 's/\.cpp$$/.o/'`" ; \
-               echo '  ' $$i: $$o ; \
-               $(CXX) $(DEPENDFLAGS) -MM -MT $$o $$i >> .depend ; \
-       done
-
-test: test6 test9
-
-test6: test6.o $(LIBRARY) $(LIBRARY_SO)
-       $(LD) -o $@ $(LINKFLAGS) $< $(MUX_LIBS)
-
-test6.o: $(MUX_SRC_DIR)test6.cpp
-       $(CXX) -c $(COMPILEFLAGS) -o $@ $<
-
-test8: test8.o $(LIBRARY) $(LIBRARY_SO)
-       $(LD) -o $@ $(LINKFLAGS) $< $(MUX_LIBS)
-
-test8.o: $(MUX_SRC_DIR)test8.cpp
-       $(CXX) -c $(COMPILEFLAGS) -o $@ $<
-
-test9: test9.o $(LIBRARY) $(LIBRARY_SO)
-       $(LD) -o $@ $(LINKFLAGS) $< $(MUX_LIBS)
-
-test9.o: $(TAG_SRC_DIR)test9.cpp
-       $(CXX) -c $(COMPILEFLAGS) -o $@ $<
-
-install: $(targets_$(link):%=install_%) install_headers
-
-install_headers:
-       $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)
-       for i in $(INCLUDE_DIR)/*.h; do \
-               $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir) ; \
-       done
-       $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(includedir)/c
-       for i in $(INCLUDE_DIR)/c/*.h; do \
-               $(INSTALL) $(INSTALL_OPTS) $$i $(DESTDIR)$(includedir)/c ; \
-       done
-
-install_staticlib: $(LIBRARY)
-       $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
-       $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY) $(DESTDIR)$(libdir)
-
-install_sharedlib: $(LIBRARY_SO)
-       $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
-       $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(DESTDIR)$(libdir)
-       ln -fs $(LIBRARY_SO_VER) $(DESTDIR)$(libdir)/$(LIBRARY_SO)
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif
-
-# DO NOT DELETE
diff --git a/make/linux/Makefile.rule b/make/linux/Makefile.rule
deleted file mode 100644 (file)
index 80229fc..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-##
-## This Makefile is made for cygwin, but might probably work on any standard UNIX too
-##
-
-#****************************************************************************
-
-# DEBUG can be set to YES to include debugging info, or NO otherwise
-DEBUG          = YES
-
-# PROFILE can be set to YES to include profiling info, or NO otherwise
-PROFILE        = NO
-
-#****************************************************************************
-
-CC     = gcc
-CXX    = g++
-LD     = gcc
-AR     = ar rcvu
-RANLIB = ranlib
-DEPEND = makedepend
-INDENT =indent --gnu-style -ut -ts6 -br -npsl -npcs
-DELETE =rm -f
-
-GLOBAL_CFLAGS   = -Wall -Wno-unknown-pragmas -Wno-format
-DEBUG_CFLAGS    = -g -O0 -DDEBUG ${GLOBAL_CFLAGS}
-RELEASE_CFLAGS  =  -O2 ${GLOBAL_CFLAGS}
-
-P_OPTIONS = -pedantic
-
-LIBS =
-
-DEBUG_CXXFLAGS   = ${DEBUG_CFLAGS}
-RELEASE_CXXFLAGS = ${RELEASE_CFLAGS}
-
-DEBUG_LDFLAGS    = -g
-RELEASE_LDFLAGS  =
-
-ifeq (YES, ${DEBUG})
-   CFLAGS       = ${DEBUG_CFLAGS} ${INCS} ${P_OPTIONS}
-   CXXFLAGS     = ${DEBUG_CXXFLAGS} ${INCS} ${P_OPTIONS}
-   LDFLAGS      = ${DEBUG_LDFLAGS}
-   DEPENDFLAGS  = ${DEBUG_CFLAGS} ${INCS}
-else
-   CFLAGS       = ${RELEASE_CFLAGS} ${INCS} ${P_OPTIONS}
-   CXXFLAGS     = ${RELEASE_CXXFLAGS} ${INCS} ${P_OPTIONS}
-   LDFLAGS      = ${RELEASE_LDFLAGS}
-   DEPENDFLAGS  = ${RELEASE_CFLAGS} ${INCS}
-endif
-
-ifeq (YES, ${PROFILE})
-   CFLAGS   := ${CFLAGS} -pg
-   CXXFLAGS := ${CXXFLAGS} -pg
-   LDFLAGS  := ${LDFLAGS} -pg
-endif
-
-#****************************************************************************
-# Preprocessor directives
-#****************************************************************************
-
-ifeq (YES, ${PROFILE})
-  DEFS =
-else
-  DEFS =
-endif
-
-#****************************************************************************
-# Include paths
-#****************************************************************************
-
-#INCS := -I/usr/include/g++-2 -I/usr/local/include
-#INCS =
-
-
-#****************************************************************************
-# Makefile code common to all platforms
-#****************************************************************************
-
-CFLAGS   := ${CFLAGS}   ${DEFS}
-CXXFLAGS := ${CXXFLAGS} ${DEFS}
-
-#****************************************************************************
-# General rules
-#****************************************************************************
-
-indent:
-       $(INDENT) --line-length 100 ${SRCS} ${SRCS_HEADERS}
-       $(DELETE) *.*~
-
-indent80:
-       $(INDENT) --line-length 80 ${SRCS} ${SRCS_HEADERS}
-       $(DELETE) *.*~
-
-clean:
-       rm -f core *.o *.so *.a *.exe
-
-# what are the source dependencies
-depend: $(SRCS)
-       $(DEPEND) $(DEPENDFLAGS) $(SRCS)
diff --git a/make/linux/fedora-core.spec b/make/linux/fedora-core.spec
deleted file mode 100644 (file)
index 16b01a4..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# SPEC file for (at least) Fedora Core 1, 2, 3
-
-Name:          libmatroska
-Version: 1.4.0
-Release: 1
-License:       LGPL
-Summary:       Matroska Video Container
-Group:         System Environment/Libraries
-URL:           http://www.matroska.org/
-Vendor:         Moritz Bunkus <moritz@bunkus.org>
-Source:        http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:     %{_tmppath}/%{name}-root
-
-%description
-Matroska aims to become THE Standard of Multimedia Container Formats.
-It was derived from a project called MCF, but differentiates from it
-significantly because it is based on  EBML (Extensible Binary Meta
-Language), a binary derivative of XML. EBML enables the Matroska
-Development Team to gain significant advantages in terms of future
-format extensibility, without breaking file support in old parsers.
-
-%package devel
-Summary:       Matroska Video Container headers/development files
-Group:         Development/Libraries
-
-%description devel
-Headers for libmatroska.
-
-%prep
-%setup -q
-
-%build
-cd make/linux
-CFLAGS="$RPM_OPT_FLAGS" \
-make \
-prefix="%{_prefix}" \
-LIBEBML_INCLUDE_DIR=%{_includedir} \
-LIBEBML_LIB_DIR=%{_libdir} \
-staticlib
-cd ../..
-
-%install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-cd make/linux
-make prefix=$RPM_BUILD_ROOT/%{_prefix} libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers
-cd ../..
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-
-%files devel
-%defattr(-, root, root)
-%{_includedir}/matroska/*.h
-%{_includedir}/matroska/c/*.h
-%{_libdir}/libmatroska.a
-
-%changelog
-* Sat Apr 16 2005 Moritz Bunkus <moritz@bunkus.org>
-- updated for the new libmatroska build targets
-* Fri May 15 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
-- create spec file
diff --git a/make/linux/suse.spec b/make/linux/suse.spec
deleted file mode 100644 (file)
index b62c082..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-#
-# spec file for package libmatroska for (at least) SuSE 9.0, 9.1
-#
-# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
-#
-
-# neededforbuild  gcc-c++ libebml libstdc++-devel
-
-BuildRequires: bzip2 cpp libebml make tar zlib zlib-devel binutils gcc gcc-c++ libstdc++-devel perl rpm
-
-Name:         libmatroska
-URL:          http://dl.matroska.org/downloads/libmatroska/
-Version: 1.4.0
-Release: 1
-Summary:      library to deal with matroska files.
-License:      LGPL
-Group:        Development/Libraries/Other
-Source:       %{name}-%{version}.tar.bz2
-Summary:      library to deal with matroska files.
-BuildRoot:    %{_tmppath}/%{name}-%{version}-build
-Prefix:       /usr
-
-%description
-libmatroska is a C++ libary to parse Matroska files (.mkv and .mka). It
-depends on libebml to work. You only need this package to compile your
-own applications.
-
-
-
-Authors:
---------
-    Steve Lhomme <steve.lhomme@free.fr>
-    Moritz Bunkus <moritz@bunkus.org>
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-%setup
-
-%build
-export CFLAGS="$RPM_OPT_FLAGS"
-cd make/linux
-make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} staticlib
-
-%install
-cd make/linux
-make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install_staticlib install_headers
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-%run_ldconfig
-
-%postun
-%run_ldconfig
-
-%files
-%defattr (-,root,root)
-%{_libdir}/libmatroska.a
-/usr/include/matroska
-# /usr/include/ebml/*
-
-%changelog -n libmatroska
-* Sat Apr 16 2005 - moritz@bunkus.org
-- updated for the new libmatroska build targets
-* Thu Sep 02 2004 - seife@suse.de
-- add libebml to neededforbuild
-* Wed Sep 01 2004 - seife@suse.de
-- initial submission
diff --git a/make/macosx/macosx.pbproj/project.pbxproj b/make/macosx/macosx.pbproj/project.pbxproj
deleted file mode 100644 (file)
index 39f40e6..0000000
+++ /dev/null
@@ -1,3102 +0,0 @@
-// !$*UTF8*$!
-{
-       archiveVersion = 1;
-       classes = {
-       };
-       objectVersion = 38;
-       objects = {
-               014CEA460018CE2711CA2923 = {
-                       buildRules = (
-                       );
-                       buildSettings = {
-                               COPY_PHASE_STRIP = NO;
-                               OPTIMIZATION_CFLAGS = "-O0";
-                       };
-                       isa = PBXBuildStyle;
-                       name = Development;
-               };
-               014CEA470018CE2711CA2923 = {
-                       buildRules = (
-                       );
-                       buildSettings = {
-                               COPY_PHASE_STRIP = YES;
-                       };
-                       isa = PBXBuildStyle;
-                       name = Deployment;
-               };
-//010
-//011
-//012
-//013
-//014
-//020
-//021
-//022
-//023
-//024
-               0249A662FF388D9811CA2CEA = {
-                       children = (
-                               0249A663FF388D9811CA2CEA,
-                       );
-                       isa = PBXGroup;
-                       name = "External Frameworks and Libraries";
-                       refType = 4;
-               };
-               0249A663FF388D9811CA2CEA = {
-                       isa = PBXFileReference;
-                       name = "libstdc++.a";
-                       path = "/usr/lib/libstdc++.a";
-                       refType = 0;
-               };
-//020
-//021
-//022
-//023
-//024
-//080
-//081
-//082
-//083
-//084
-               08FB7793FE84155DC02AAC07 = {
-                       buildStyles = (
-                               014CEA460018CE2711CA2923,
-                               014CEA470018CE2711CA2923,
-                       );
-                       hasScannedForEncodings = 1;
-                       isa = PBXProject;
-                       mainGroup = 08FB7794FE84155DC02AAC07;
-                       projectDirPath = "";
-                       targets = (
-                               9091E15804C1CB5C0040EA6E,
-                               9091E15F04C1CBC10040EA6E,
-                               9091E16604C1CBD40040EA6E,
-                       );
-               };
-               08FB7794FE84155DC02AAC07 = {
-                       children = (
-                               08FB7795FE84155DC02AAC07,
-                               C6859E8C029090F304C91782,
-                               0249A662FF388D9811CA2CEA,
-                               1AB674ADFE9D54B511CA2CBB,
-                       );
-                       isa = PBXGroup;
-                       name = macosx;
-                       refType = 4;
-               };
-               08FB7795FE84155DC02AAC07 = {
-                       children = (
-                               9091E08104C1C8DB0040EA6E,
-                               9091E08204C1C8E60040EA6E,
-                               9091E08304C1C9520040EA6E,
-                               9091E08404C1C9520040EA6E,
-                               9091E08704C1C99A0040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = Source;
-                       refType = 4;
-               };
-//080
-//081
-//082
-//083
-//084
-//1A0
-//1A1
-//1A2
-//1A3
-//1A4
-               1AB674ADFE9D54B511CA2CBB = {
-                       children = (
-                               9091E15904C1CB5C0040EA6E,
-                               9091E16004C1CBC10040EA6E,
-                               9091E16704C1CBD40040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = Products;
-                       refType = 4;
-               };
-//1A0
-//1A1
-//1A2
-//1A3
-//1A4
-//900
-//901
-//902
-//903
-//904
-               9037F21F04C1E6F90076A2E7 = {
-                       fileRef = 9091E0F404C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22004C1E7240076A2E7 = {
-                       fileEncoding = 12;
-                       isa = PBXFileReference;
-                       name = EbmlDummy.cpp;
-                       path = ../../../libebml/src/EbmlDummy.cpp;
-                       refType = 2;
-               };
-               9037F22104C1E7240076A2E7 = {
-                       fileEncoding = 12;
-                       isa = PBXFileReference;
-                       name = EbmlElement.cpp;
-                       path = ../../../libebml/src/EbmlElement.cpp;
-                       refType = 2;
-               };
-               9037F22204C1E7240076A2E7 = {
-                       fileRef = 9037F22004C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22304C1E7240076A2E7 = {
-                       fileRef = 9037F22104C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22404C1E7240076A2E7 = {
-                       fileRef = 9037F22004C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22504C1E7240076A2E7 = {
-                       fileRef = 9037F22104C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22604C1E7240076A2E7 = {
-                       fileRef = 9037F22004C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22704C1E7240076A2E7 = {
-                       fileRef = 9037F22104C1E7240076A2E7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22804C1F5400076A2E7 = {
-                       fileRef = 0249A663FF388D9811CA2CEA;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22904C1F5460076A2E7 = {
-                       fileRef = 0249A663FF388D9811CA2CEA;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9037F22A04C1F5490076A2E7 = {
-                       fileRef = 0249A663FF388D9811CA2CEA;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E08104C1C8DB0040EA6E = {
-                       children = (
-                               9091E08B04C1C9D80040EA6E,
-                               9091E08C04C1C9DF0040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = libebml;
-                       refType = 4;
-               };
-               9091E08204C1C8E60040EA6E = {
-                       children = (
-                               9091E08A04C1C9D00040EA6E,
-                               9091E08904C1C9C80040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = libmatroska;
-                       refType = 4;
-               };
-               9091E08304C1C9520040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = test6.cpp;
-                       path = ../../test/mux/test6.cpp;
-                       refType = 2;
-               };
-               9091E08404C1C9520040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = test8.cpp;
-                       path = ../../test/mux/test8.cpp;
-                       refType = 2;
-               };
-               9091E08704C1C99A0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = test9.cpp;
-                       path = ../../test/tags/test9.cpp;
-                       refType = 2;
-               };
-               9091E08904C1C9C80040EA6E = {
-                       children = (
-                               9091E0BB04C1CA1D0040EA6E,
-                               9091E0BC04C1CA1D0040EA6E,
-                               9091E0BD04C1CA1D0040EA6E,
-                               9091E0BE04C1CA1D0040EA6E,
-                               9091E0BF04C1CA1D0040EA6E,
-                               9091E0C004C1CA1D0040EA6E,
-                               9091E0C104C1CA1D0040EA6E,
-                               9091E0C204C1CA1D0040EA6E,
-                               9091E0C304C1CA1D0040EA6E,
-                               9091E0C404C1CA1D0040EA6E,
-                               9091E0C504C1CA1D0040EA6E,
-                               9091E0C604C1CA1D0040EA6E,
-                               9091E0C704C1CA1D0040EA6E,
-                               9091E0C804C1CA1D0040EA6E,
-                               9091E0C904C1CA1D0040EA6E,
-                               9091E0CA04C1CA1D0040EA6E,
-                               9091E0CB04C1CA1D0040EA6E,
-                               9091E0CD04C1CA1D0040EA6E,
-                               9091E0CE04C1CA1D0040EA6E,
-                               9091E0CF04C1CA1D0040EA6E,
-                               9091E0D004C1CA1D0040EA6E,
-                               9091E0D104C1CA1D0040EA6E,
-                               9091E0D204C1CA1D0040EA6E,
-                               9091E0D304C1CA1D0040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = headers;
-                       refType = 4;
-               };
-               9091E08A04C1C9D00040EA6E = {
-                       children = (
-                               9091E08D04C1C9FA0040EA6E,
-                               9091E08E04C1C9FA0040EA6E,
-                               9091E08F04C1C9FA0040EA6E,
-                               9091E09004C1C9FA0040EA6E,
-                               9091E09104C1C9FA0040EA6E,
-                               9091E09204C1C9FA0040EA6E,
-                               9091E09304C1C9FA0040EA6E,
-                               9091E09404C1C9FA0040EA6E,
-                               9091E09504C1C9FA0040EA6E,
-                               9091E09604C1C9FA0040EA6E,
-                               9091E09704C1C9FA0040EA6E,
-                               9091E09804C1C9FA0040EA6E,
-                               9091E09904C1C9FA0040EA6E,
-                               9091E09A04C1C9FA0040EA6E,
-                               9091E09B04C1C9FA0040EA6E,
-                               9091E09C04C1C9FA0040EA6E,
-                               9091E09E04C1C9FA0040EA6E,
-                               9091E09F04C1C9FA0040EA6E,
-                               9091E0A004C1C9FA0040EA6E,
-                               9091E0A104C1C9FA0040EA6E,
-                               9091E0A204C1C9FA0040EA6E,
-                               9091E0A304C1C9FA0040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = sources;
-                       refType = 4;
-               };
-               9091E08B04C1C9D80040EA6E = {
-                       children = (
-                               9091E11D04C1CA760040EA6E,
-                               9091E11E04C1CA760040EA6E,
-                               9091E11F04C1CA760040EA6E,
-                               9091E12004C1CA760040EA6E,
-                               9091E12104C1CA760040EA6E,
-                               9037F22004C1E7240076A2E7,
-                               9037F22104C1E7240076A2E7,
-                               9091E12304C1CA760040EA6E,
-                               9091E12404C1CA760040EA6E,
-                               9091E12504C1CA760040EA6E,
-                               9091E12604C1CA760040EA6E,
-                               9091E12704C1CA760040EA6E,
-                               9091E12804C1CA760040EA6E,
-                               9091E12904C1CA760040EA6E,
-                               9091E12A04C1CA760040EA6E,
-                               9091E12B04C1CA760040EA6E,
-                               9091E12C04C1CA760040EA6E,
-                               9091E12D04C1CA760040EA6E,
-                               9091E12E04C1CA760040EA6E,
-                               9091E12F04C1CA760040EA6E,
-                               9091E13004C1CA760040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = sources;
-                       refType = 4;
-               };
-               9091E08C04C1C9DF0040EA6E = {
-                       children = (
-                               9091E0ED04C1CA580040EA6E,
-                               9091E0EE04C1CA580040EA6E,
-                               9091E0EF04C1CA580040EA6E,
-                               9091E0F004C1CA580040EA6E,
-                               9091E0F104C1CA580040EA6E,
-                               9091E0F204C1CA580040EA6E,
-                               9091E12204C1CA760040EA6E,
-                               9091E0F304C1CA580040EA6E,
-                               9091E0F404C1CA580040EA6E,
-                               9091E0F504C1CA580040EA6E,
-                               9091E0F604C1CA580040EA6E,
-                               9091E0F704C1CA580040EA6E,
-                               9091E0F804C1CA580040EA6E,
-                               9091E0F904C1CA580040EA6E,
-                               9091E0FA04C1CA580040EA6E,
-                               9091E0FB04C1CA580040EA6E,
-                               9091E0FC04C1CA580040EA6E,
-                               9091E0FD04C1CA580040EA6E,
-                               9091E0FE04C1CA580040EA6E,
-                               9091E0FF04C1CA590040EA6E,
-                               9091E10004C1CA590040EA6E,
-                               9091E10104C1CA590040EA6E,
-                               9091E10204C1CA590040EA6E,
-                               9091E10304C1CA590040EA6E,
-                               9091E10404C1CA590040EA6E,
-                       );
-                       isa = PBXGroup;
-                       name = headers;
-                       refType = 4;
-               };
-               9091E08D04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = FileKax.cpp;
-                       path = ../../src/FileKax.cpp;
-                       refType = 2;
-               };
-               9091E08E04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxAttached.cpp;
-                       path = ../../src/KaxAttached.cpp;
-                       refType = 2;
-               };
-               9091E08F04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxAttachments.cpp;
-                       path = ../../src/KaxAttachments.cpp;
-                       refType = 2;
-               };
-               9091E09004C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxBlock.cpp;
-                       path = ../../src/KaxBlock.cpp;
-                       refType = 2;
-               };
-               9091E09104C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxBlockData.cpp;
-                       path = ../../src/KaxBlockData.cpp;
-                       refType = 2;
-               };
-               9091E09204C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxChapters.cpp;
-                       path = ../../src/KaxChapters.cpp;
-                       refType = 2;
-               };
-               9091E09304C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCluster.cpp;
-                       path = ../../src/KaxCluster.cpp;
-                       refType = 2;
-               };
-               9091E09404C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxClusterData.cpp;
-                       path = ../../src/KaxClusterData.cpp;
-                       refType = 2;
-               };
-               9091E09504C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxContexts.cpp;
-                       path = ../../src/KaxContexts.cpp;
-                       refType = 2;
-               };
-               9091E09604C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCues.cpp;
-                       path = ../../src/KaxCues.cpp;
-                       refType = 2;
-               };
-               9091E09704C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCuesData.cpp;
-                       path = ../../src/KaxCuesData.cpp;
-                       refType = 2;
-               };
-               9091E09804C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxInfo.cpp;
-                       path = ../../src/KaxInfo.cpp;
-                       refType = 2;
-               };
-               9091E09904C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxInfoData.cpp;
-                       path = ../../src/KaxInfoData.cpp;
-                       refType = 2;
-               };
-               9091E09A04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxSeekHead.cpp;
-                       path = ../../src/KaxSeekHead.cpp;
-                       refType = 2;
-               };
-               9091E09B04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxSegment.cpp;
-                       path = ../../src/KaxSegment.cpp;
-                       refType = 2;
-               };
-               9091E09C04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTag.cpp;
-                       path = ../../src/KaxTag.cpp;
-                       refType = 2;
-               };
-               9091E09E04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTags.cpp;
-                       path = ../../src/KaxTags.cpp;
-                       refType = 2;
-               };
-               9091E09F04C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackAudio.cpp;
-                       path = ../../src/KaxTrackAudio.cpp;
-                       refType = 2;
-               };
-               9091E0A004C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackEntryData.cpp;
-                       path = ../../src/KaxTrackEntryData.cpp;
-                       refType = 2;
-               };
-               9091E0A104C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTracks.cpp;
-                       path = ../../src/KaxTracks.cpp;
-                       refType = 2;
-               };
-               9091E0A204C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackVideo.cpp;
-                       path = ../../src/KaxTrackVideo.cpp;
-                       refType = 2;
-               };
-               9091E0A304C1C9FA0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxVersion.cpp;
-                       path = ../../src/KaxVersion.cpp;
-                       refType = 2;
-               };
-               9091E0BB04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = FileKax.h;
-                       path = ../../matroska/FileKax.h;
-                       refType = 2;
-               };
-               9091E0BC04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxAttached.h;
-                       path = ../../matroska/KaxAttached.h;
-                       refType = 2;
-               };
-               9091E0BD04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxAttachments.h;
-                       path = ../../matroska/KaxAttachments.h;
-                       refType = 2;
-               };
-               9091E0BE04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxBlock.h;
-                       path = ../../matroska/KaxBlock.h;
-                       refType = 2;
-               };
-               9091E0BF04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxBlockData.h;
-                       path = ../../matroska/KaxBlockData.h;
-                       refType = 2;
-               };
-               9091E0C004C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxChapters.h;
-                       path = ../../matroska/KaxChapters.h;
-                       refType = 2;
-               };
-               9091E0C104C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCluster.h;
-                       path = ../../matroska/KaxCluster.h;
-                       refType = 2;
-               };
-               9091E0C204C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxClusterData.h;
-                       path = ../../matroska/KaxClusterData.h;
-                       refType = 2;
-               };
-               9091E0C304C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxConfig.h;
-                       path = ../../matroska/KaxConfig.h;
-                       refType = 2;
-               };
-               9091E0C404C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxContexts.h;
-                       path = ../../matroska/KaxContexts.h;
-                       refType = 2;
-               };
-               9091E0C504C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCues.h;
-                       path = ../../matroska/KaxCues.h;
-                       refType = 2;
-               };
-               9091E0C604C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxCuesData.h;
-                       path = ../../matroska/KaxCuesData.h;
-                       refType = 2;
-               };
-               9091E0C704C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxInfo.h;
-                       path = ../../matroska/KaxInfo.h;
-                       refType = 2;
-               };
-               9091E0C804C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxInfoData.h;
-                       path = ../../matroska/KaxInfoData.h;
-                       refType = 2;
-               };
-               9091E0C904C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxSeekHead.h;
-                       path = ../../matroska/KaxSeekHead.h;
-                       refType = 2;
-               };
-               9091E0CA04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxSegment.h;
-                       path = ../../matroska/KaxSegment.h;
-                       refType = 2;
-               };
-               9091E0CB04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTag.h;
-                       path = ../../matroska/KaxTag.h;
-                       refType = 2;
-               };
-               9091E0CD04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTags.h;
-                       path = ../../matroska/KaxTags.h;
-                       refType = 2;
-               };
-               9091E0CE04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackAudio.h;
-                       path = ../../matroska/KaxTrackAudio.h;
-                       refType = 2;
-               };
-               9091E0CF04C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackEntryData.h;
-                       path = ../../matroska/KaxTrackEntryData.h;
-                       refType = 2;
-               };
-               9091E0D004C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTracks.h;
-                       path = ../../matroska/KaxTracks.h;
-                       refType = 2;
-               };
-               9091E0D104C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTrackVideo.h;
-                       path = ../../matroska/KaxTrackVideo.h;
-                       refType = 2;
-               };
-               9091E0D204C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxTypes.h;
-                       path = ../../matroska/KaxTypes.h;
-                       refType = 2;
-               };
-               9091E0D304C1CA1D0040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = KaxVersion.h;
-                       path = ../../matroska/KaxVersion.h;
-                       refType = 2;
-               };
-               9091E0ED04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = Debug.h;
-                       path = ../../../libebml/ebml/Debug.h;
-                       refType = 2;
-               };
-               9091E0EE04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlBinary.h;
-                       path = ../../../libebml/ebml/EbmlBinary.h;
-                       refType = 2;
-               };
-               9091E0EF04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlConfig.h;
-                       path = ../../../libebml/ebml/EbmlConfig.h;
-                       refType = 2;
-               };
-               9091E0F004C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlContexts.h;
-                       path = ../../../libebml/ebml/EbmlContexts.h;
-                       refType = 2;
-               };
-               9091E0F104C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlCrc32.h;
-                       path = ../../../libebml/ebml/EbmlCrc32.h;
-                       refType = 2;
-               };
-               9091E0F204C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlDate.h;
-                       path = ../../../libebml/ebml/EbmlDate.h;
-                       refType = 2;
-               };
-               9091E0F304C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlElement.h;
-                       path = ../../../libebml/ebml/EbmlElement.h;
-                       refType = 2;
-               };
-               9091E0F404C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlEndian.h;
-                       path = ../../../libebml/ebml/EbmlEndian.h;
-                       refType = 2;
-               };
-               9091E0F504C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlFloat.h;
-                       path = ../../../libebml/ebml/EbmlFloat.h;
-                       refType = 2;
-               };
-               9091E0F604C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlHead.h;
-                       path = ../../../libebml/ebml/EbmlHead.h;
-                       refType = 2;
-               };
-               9091E0F704C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlId.h;
-                       path = ../../../libebml/ebml/EbmlId.h;
-                       refType = 2;
-               };
-               9091E0F804C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlMaster.h;
-                       path = ../../../libebml/ebml/EbmlMaster.h;
-                       refType = 2;
-               };
-               9091E0F904C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlSInteger.h;
-                       path = ../../../libebml/ebml/EbmlSInteger.h;
-                       refType = 2;
-               };
-               9091E0FA04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlStream.h;
-                       path = ../../../libebml/ebml/EbmlStream.h;
-                       refType = 2;
-               };
-               9091E0FB04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlString.h;
-                       path = ../../../libebml/ebml/EbmlString.h;
-                       refType = 2;
-               };
-               9091E0FC04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlSubHead.h;
-                       path = ../../../libebml/ebml/EbmlSubHead.h;
-                       refType = 2;
-               };
-               9091E0FD04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlTypes.h;
-                       path = ../../../libebml/ebml/EbmlTypes.h;
-                       refType = 2;
-               };
-               9091E0FE04C1CA580040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlUInteger.h;
-                       path = ../../../libebml/ebml/EbmlUInteger.h;
-                       refType = 2;
-               };
-               9091E0FF04C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlUnicodeString.h;
-                       path = ../../../libebml/ebml/EbmlUnicodeString.h;
-                       refType = 2;
-               };
-               9091E10004C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlVersion.h;
-                       path = ../../../libebml/ebml/EbmlVersion.h;
-                       refType = 2;
-               };
-               9091E10104C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlVoid.h;
-                       path = ../../../libebml/ebml/EbmlVoid.h;
-                       refType = 2;
-               };
-               9091E10204C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = IOCallback.h;
-                       path = ../../../libebml/ebml/IOCallback.h;
-                       refType = 2;
-               };
-               9091E10304C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = MemIOCallback.h;
-                       path = ../../../libebml/ebml/MemIOCallback.h;
-                       refType = 2;
-               };
-               9091E10404C1CA590040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = StdIOCallback.h;
-                       path = ../../../libebml/ebml/StdIOCallback.h;
-                       refType = 2;
-               };
-               9091E11D04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = Debug.cpp;
-                       path = ../../../libebml/src/Debug.cpp;
-                       refType = 2;
-               };
-               9091E11E04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlBinary.cpp;
-                       path = ../../../libebml/src/EbmlBinary.cpp;
-                       refType = 2;
-               };
-               9091E11F04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlContexts.cpp;
-                       path = ../../../libebml/src/EbmlContexts.cpp;
-                       refType = 2;
-               };
-               9091E12004C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlCrc32.cpp;
-                       path = ../../../libebml/src/EbmlCrc32.cpp;
-                       refType = 2;
-               };
-               9091E12104C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlDate.cpp;
-                       path = ../../../libebml/src/EbmlDate.cpp;
-                       refType = 2;
-               };
-               9091E12204C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlDummy.h;
-                       path = /Users/stevelhomme/Documents/Matroska/work/libebml/ebml/EbmlDummy.h;
-                       refType = 0;
-               };
-               9091E12304C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlFloat.cpp;
-                       path = ../../../libebml/src/EbmlFloat.cpp;
-                       refType = 2;
-               };
-               9091E12404C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlHead.cpp;
-                       path = ../../../libebml/src/EbmlHead.cpp;
-                       refType = 2;
-               };
-               9091E12504C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlMaster.cpp;
-                       path = ../../../libebml/src/EbmlMaster.cpp;
-                       refType = 2;
-               };
-               9091E12604C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlSInteger.cpp;
-                       path = ../../../libebml/src/EbmlSInteger.cpp;
-                       refType = 2;
-               };
-               9091E12704C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlStream.cpp;
-                       path = ../../../libebml/src/EbmlStream.cpp;
-                       refType = 2;
-               };
-               9091E12804C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlString.cpp;
-                       path = ../../../libebml/src/EbmlString.cpp;
-                       refType = 2;
-               };
-               9091E12904C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlSubHead.cpp;
-                       path = ../../../libebml/src/EbmlSubHead.cpp;
-                       refType = 2;
-               };
-               9091E12A04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlUInteger.cpp;
-                       path = ../../../libebml/src/EbmlUInteger.cpp;
-                       refType = 2;
-               };
-               9091E12B04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlUnicodeString.cpp;
-                       path = ../../../libebml/src/EbmlUnicodeString.cpp;
-                       refType = 2;
-               };
-               9091E12C04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlVersion.cpp;
-                       path = ../../../libebml/src/EbmlVersion.cpp;
-                       refType = 2;
-               };
-               9091E12D04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = EbmlVoid.cpp;
-                       path = ../../../libebml/src/EbmlVoid.cpp;
-                       refType = 2;
-               };
-               9091E12E04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = IOCallback.cpp;
-                       path = ../../../libebml/src/IOCallback.cpp;
-                       refType = 2;
-               };
-               9091E12F04C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = MemIOCallback.cpp;
-                       path = ../../../libebml/src/MemIOCallback.cpp;
-                       refType = 2;
-               };
-               9091E13004C1CA760040EA6E = {
-                       fileEncoding = 5;
-                       isa = PBXFileReference;
-                       name = StdIOCallback.cpp;
-                       path = ../../../libebml/src/StdIOCallback.cpp;
-                       refType = 2;
-               };
-               9091E15404C1CB5C0040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E18104C1CC050040EA6E,
-                               9091E18204C1CC060040EA6E,
-                               9091E18304C1CC060040EA6E,
-                               9091E18404C1CC070040EA6E,
-                               9091E18504C1CC080040EA6E,
-                               9091E18604C1CC080040EA6E,
-                               9091E18704C1CC090040EA6E,
-                               9091E18804C1CC090040EA6E,
-                               9091E18904C1CC0A0040EA6E,
-                               9091E18A04C1CC0A0040EA6E,
-                               9091E18B04C1CC0B0040EA6E,
-                               9091E18C04C1CC0B0040EA6E,
-                               9091E18D04C1CC0C0040EA6E,
-                               9091E18E04C1CC0C0040EA6E,
-                               9091E18F04C1CC0E0040EA6E,
-                               9091E19004C1CC0F0040EA6E,
-                               9091E19104C1CC100040EA6E,
-                               9091E19304C1CC110040EA6E,
-                               9091E19404C1CC110040EA6E,
-                               9091E19504C1CC120040EA6E,
-                               9091E19604C1CC130040EA6E,
-                               9091E19704C1CC140040EA6E,
-                               9091E19804C1CC140040EA6E,
-                               9091E19904C1CC150040EA6E,
-                               9091E19A04C1CC270040EA6E,
-                               9091E19B04C1CC270040EA6E,
-                               9091E19C04C1CC280040EA6E,
-                               9091E19D04C1CC280040EA6E,
-                               9091E19E04C1CC310040EA6E,
-                               9091E19F04C1CC320040EA6E,
-                               9091E1A004C1CC330040EA6E,
-                               9091E1A104C1CC330040EA6E,
-                               9091E1A204C1CC340040EA6E,
-                               9091E1A304C1CC350040EA6E,
-                               9091E1A404C1CC350040EA6E,
-                               9091E1A504C1CC360040EA6E,
-                               9091E1A604C1CC360040EA6E,
-                               9091E1A704C1CC370040EA6E,
-                               9091E1A804C1CC380040EA6E,
-                               9091E1A904C1CC380040EA6E,
-                               9091E1AA04C1CC390040EA6E,
-                               9091E1AB04C1CC390040EA6E,
-                               9091E1AC04C1CC3A0040EA6E,
-                               9091E1AD04C1CC3B0040EA6E,
-                               9091E1AE04C1CC3B0040EA6E,
-                               9091E1AF04C1CC3C0040EA6E,
-                               9091E1B004C1CC3C0040EA6E,
-                               9091E1B104C1CC3D0040EA6E,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15504C1CB5C0040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E16904C1CBED0040EA6E,
-                               9091E16A04C1CBF30040EA6E,
-                               9091E16B04C1CBF40040EA6E,
-                               9091E16C04C1CBF60040EA6E,
-                               9091E16D04C1CBF60040EA6E,
-                               9091E16E04C1CBF70040EA6E,
-                               9091E16F04C1CBF70040EA6E,
-                               9091E17104C1CBF90040EA6E,
-                               9091E17204C1CBFA0040EA6E,
-                               9091E17304C1CBFA0040EA6E,
-                               9091E17404C1CBFB0040EA6E,
-                               9091E17504C1CBFC0040EA6E,
-                               9091E17604C1CBFC0040EA6E,
-                               9091E17704C1CBFD0040EA6E,
-                               9091E17804C1CBFE0040EA6E,
-                               9091E17904C1CBFE0040EA6E,
-                               9091E17A04C1CBFF0040EA6E,
-                               9091E17B04C1CBFF0040EA6E,
-                               9091E17C04C1CC000040EA6E,
-                               9091E17D04C1CC000040EA6E,
-                               9091E17E04C1CC010040EA6E,
-                               9091E17F04C1CC010040EA6E,
-                               9091E18004C1CC020040EA6E,
-                               9091E1B204C1CC400040EA6E,
-                               9091E1B304C1CC410040EA6E,
-                               9091E1B404C1CC410040EA6E,
-                               9091E1B504C1CC420040EA6E,
-                               9091E1B604C1CC420040EA6E,
-                               9091E1B704C1CC430040EA6E,
-                               9091E1B804C1CC440040EA6E,
-                               9091E1B904C1CC440040EA6E,
-                               9091E1BA04C1CC450040EA6E,
-                               9091E1BB04C1CC450040EA6E,
-                               9091E1BC04C1CC460040EA6E,
-                               9091E1BD04C1CC470040EA6E,
-                               9091E1BE04C1CC480040EA6E,
-                               9091E1BF04C1CC490040EA6E,
-                               9091E1C004C1CC490040EA6E,
-                               9091E1C104C1CC4A0040EA6E,
-                               9091E1C204C1CC4A0040EA6E,
-                               9091E1C304C1CC4B0040EA6E,
-                               9091E1C404C1CC4B0040EA6E,
-                               9091E1C504C1CC4C0040EA6E,
-                               9037F22404C1E7240076A2E7,
-                               9037F22504C1E7240076A2E7,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15604C1CB5C0040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9037F22904C1F5460076A2E7,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15704C1CB5C0040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15804C1CB5C0040EA6E = {
-                       buildPhases = (
-                               9091E15404C1CB5C0040EA6E,
-                               9091E15504C1CB5C0040EA6E,
-                               9091E15604C1CB5C0040EA6E,
-                               9091E15704C1CB5C0040EA6E,
-                       );
-                       buildSettings = {
-                               HEADER_SEARCH_PATHS = "../../../libebml ../..";
-                               LIBRARY_SEARCH_PATHS = /usr/lib/gcc/darwin/3.1;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PRODUCT_NAME = test6;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXToolTarget;
-                       name = test6;
-                       productInstallPath = /usr/local/bin;
-                       productName = test6;
-                       productReference = 9091E15904C1CB5C0040EA6E;
-               };
-               9091E15904C1CB5C0040EA6E = {
-                       isa = PBXExecutableFileReference;
-                       path = test6;
-                       refType = 3;
-               };
-               9091E15B04C1CBC10040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E22604C1CDEE0040EA6E,
-                               9091E22704C1CDEE0040EA6E,
-                               9091E22804C1CDEF0040EA6E,
-                               9091E22904C1CDF00040EA6E,
-                               9091E22A04C1CDF10040EA6E,
-                               9091E22B04C1CDF10040EA6E,
-                               9091E22C04C1CDF20040EA6E,
-                               9091E22D04C1CDF90040EA6E,
-                               9091E22E04C1CDF90040EA6E,
-                               9091E22F04C1CDFA0040EA6E,
-                               9091E23004C1CDFA0040EA6E,
-                               9091E23104C1CDFB0040EA6E,
-                               9091E23204C1CDFB0040EA6E,
-                               9091E23304C1CDFC0040EA6E,
-                               9091E23404C1CDFD0040EA6E,
-                               9091E23504C1CDFD0040EA6E,
-                               9091E23604C1CDFE0040EA6E,
-                               9091E23704C1CDFE0040EA6E,
-                               9091E23804C1CDFF0040EA6E,
-                               9091E23904C1CDFF0040EA6E,
-                               9091E23A04C1CE000040EA6E,
-                               9091E23B04C1CE010040EA6E,
-                               9091E23C04C1CE020040EA6E,
-                               9091E26804C1CE2B0040EA6E,
-                               9091E26904C1CE2D0040EA6E,
-                               9091E26A04C1CE2D0040EA6E,
-                               9091E26B04C1CE2E0040EA6E,
-                               9091E26C04C1CE2E0040EA6E,
-                               9091E26D04C1CE2F0040EA6E,
-                               9091E26E04C1CE300040EA6E,
-                               9091E26F04C1CE300040EA6E,
-                               9091E27004C1CE310040EA6E,
-                               9091E27104C1CE310040EA6E,
-                               9091E27204C1CE320040EA6E,
-                               9091E27304C1CE320040EA6E,
-                               9091E27404C1CE330040EA6E,
-                               9091E27504C1CE340040EA6E,
-                               9091E27604C1CE340040EA6E,
-                               9091E27704C1CE350040EA6E,
-                               9091E27804C1CE360040EA6E,
-                               9091E27A04C1CE370040EA6E,
-                               9091E27B04C1CE370040EA6E,
-                               9091E27C04C1CE380040EA6E,
-                               9091E27D04C1CE380040EA6E,
-                               9091E27E04C1CE380040EA6E,
-                               9091E27F04C1CE390040EA6E,
-                               9091E28004C1CE390040EA6E,
-                               9037F21F04C1E6F90076A2E7,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15C04C1CBC10040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E1C604C1CD700040EA6E,
-                               9091E23D04C1CE050040EA6E,
-                               9091E23E04C1CE050040EA6E,
-                               9091E23F04C1CE060040EA6E,
-                               9091E24004C1CE070040EA6E,
-                               9091E24104C1CE080040EA6E,
-                               9091E24204C1CE090040EA6E,
-                               9091E24304C1CE0A0040EA6E,
-                               9091E24404C1CE0A0040EA6E,
-                               9091E24504C1CE0B0040EA6E,
-                               9091E24604C1CE0C0040EA6E,
-                               9091E24704C1CE0C0040EA6E,
-                               9091E24804C1CE0D0040EA6E,
-                               9091E24904C1CE0D0040EA6E,
-                               9091E24A04C1CE0E0040EA6E,
-                               9091E24B04C1CE0E0040EA6E,
-                               9091E24C04C1CE0F0040EA6E,
-                               9091E24D04C1CE0F0040EA6E,
-                               9091E24E04C1CE100040EA6E,
-                               9091E24F04C1CE120040EA6E,
-                               9091E25004C1CE130040EA6E,
-                               9091E25104C1CE190040EA6E,
-                               9091E25204C1CE190040EA6E,
-                               9091E25304C1CE1A0040EA6E,
-                               9091E25404C1CE1B0040EA6E,
-                               9091E25504C1CE1C0040EA6E,
-                               9091E25604C1CE1C0040EA6E,
-                               9091E25704C1CE1D0040EA6E,
-                               9091E25804C1CE1F0040EA6E,
-                               9091E25904C1CE1F0040EA6E,
-                               9091E25A04C1CE210040EA6E,
-                               9091E25B04C1CE210040EA6E,
-                               9091E25C04C1CE220040EA6E,
-                               9091E25D04C1CE220040EA6E,
-                               9091E25E04C1CE230040EA6E,
-                               9091E25F04C1CE240040EA6E,
-                               9091E26004C1CE250040EA6E,
-                               9091E26204C1CE260040EA6E,
-                               9091E26304C1CE260040EA6E,
-                               9091E26404C1CE270040EA6E,
-                               9091E26504C1CE270040EA6E,
-                               9091E26604C1CE280040EA6E,
-                               9091E26704C1CE280040EA6E,
-                               9037F22204C1E7240076A2E7,
-                               9037F22304C1E7240076A2E7,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15D04C1CBC10040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9037F22804C1F5400076A2E7,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15E04C1CBC10040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E15F04C1CBC10040EA6E = {
-                       buildPhases = (
-                               9091E15B04C1CBC10040EA6E,
-                               9091E15C04C1CBC10040EA6E,
-                               9091E15D04C1CBC10040EA6E,
-                               9091E15E04C1CBC10040EA6E,
-                       );
-                       buildSettings = {
-                               HEADER_SEARCH_PATHS = "../../../libebml ../..";
-                               LIBRARY_SEARCH_PATHS = /usr/lib/gcc/darwin/3.1;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PRODUCT_NAME = test8;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXToolTarget;
-                       name = test8;
-                       productInstallPath = /usr/local/bin;
-                       productName = test8;
-                       productReference = 9091E16004C1CBC10040EA6E;
-               };
-               9091E16004C1CBC10040EA6E = {
-                       isa = PBXExecutableFileReference;
-                       path = test8;
-                       refType = 3;
-               };
-               9091E16204C1CBD40040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E1C804C1CD7C0040EA6E,
-                               9091E1C904C1CD7C0040EA6E,
-                               9091E1CA04C1CD7D0040EA6E,
-                               9091E1CB04C1CD7E0040EA6E,
-                               9091E1CC04C1CD7E0040EA6E,
-                               9091E1CD04C1CD7F0040EA6E,
-                               9091E1CE04C1CD7F0040EA6E,
-                               9091E1CF04C1CD800040EA6E,
-                               9091E1D104C1CD820040EA6E,
-                               9091E1D204C1CD820040EA6E,
-                               9091E1D304C1CD830040EA6E,
-                               9091E1D404C1CD840040EA6E,
-                               9091E1D504C1CD840040EA6E,
-                               9091E1D604C1CD850040EA6E,
-                               9091E1D704C1CD870040EA6E,
-                               9091E1D804C1CD880040EA6E,
-                               9091E1D904C1CD880040EA6E,
-                               9091E1DA04C1CD890040EA6E,
-                               9091E1DB04C1CD8A0040EA6E,
-                               9091E1DC04C1CD8A0040EA6E,
-                               9091E1DD04C1CD8B0040EA6E,
-                               9091E1DE04C1CD8C0040EA6E,
-                               9091E1DF04C1CD8C0040EA6E,
-                               9091E1E004C1CD8D0040EA6E,
-                               9091E20C04C1CDC20040EA6E,
-                               9091E20D04C1CDC20040EA6E,
-                               9091E20E04C1CDC30040EA6E,
-                               9091E20F04C1CDC40040EA6E,
-                               9091E21004C1CDC40040EA6E,
-                               9091E21104C1CDC50040EA6E,
-                               9091E21204C1CDC50040EA6E,
-                               9091E21304C1CDC60040EA6E,
-                               9091E21404C1CDC70040EA6E,
-                               9091E21504C1CDCD0040EA6E,
-                               9091E21604C1CDCE0040EA6E,
-                               9091E21704C1CDD70040EA6E,
-                               9091E21804C1CDD80040EA6E,
-                               9091E21904C1CDD80040EA6E,
-                               9091E21A04C1CDD90040EA6E,
-                               9091E21B04C1CDD90040EA6E,
-                               9091E21C04C1CDDA0040EA6E,
-                               9091E21F04C1CDDC0040EA6E,
-                               9091E22004C1CDDD0040EA6E,
-                               9091E22104C1CDDD0040EA6E,
-                               9091E22204C1CDDE0040EA6E,
-                               9091E22304C1CDDF0040EA6E,
-                               9091E22404C1CDDF0040EA6E,
-                               9091E22504C1CDE00040EA6E,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E16304C1CBD40040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9091E1C704C1CD740040EA6E,
-                               9091E1E104C1CD910040EA6E,
-                               9091E1E204C1CD910040EA6E,
-                               9091E1E304C1CD920040EA6E,
-                               9091E1E404C1CD920040EA6E,
-                               9091E1E504C1CD930040EA6E,
-                               9091E1E604C1CD970040EA6E,
-                               9091E1E704C1CD980040EA6E,
-                               9091E1E804C1CD980040EA6E,
-                               9091E1E904C1CD990040EA6E,
-                               9091E1EA04C1CD9A0040EA6E,
-                               9091E1EB04C1CD9A0040EA6E,
-                               9091E1EC04C1CD9B0040EA6E,
-                               9091E1ED04C1CD9C0040EA6E,
-                               9091E1EE04C1CD9D0040EA6E,
-                               9091E1EF04C1CD9D0040EA6E,
-                               9091E1F004C1CD9E0040EA6E,
-                               9091E1F104C1CD9F0040EA6E,
-                               9091E1F204C1CDA00040EA6E,
-                               9091E1F304C1CDA10040EA6E,
-                               9091E1F404C1CDA10040EA6E,
-                               9091E1F504C1CDB00040EA6E,
-                               9091E1F604C1CDB10040EA6E,
-                               9091E1F704C1CDB10040EA6E,
-                               9091E1F804C1CDB20040EA6E,
-                               9091E1F904C1CDB20040EA6E,
-                               9091E1FA04C1CDB20040EA6E,
-                               9091E1FB04C1CDB30040EA6E,
-                               9091E1FC04C1CDB40040EA6E,
-                               9091E1FD04C1CDB50040EA6E,
-                               9091E1FE04C1CDB70040EA6E,
-                               9091E1FF04C1CDB70040EA6E,
-                               9091E20004C1CDB80040EA6E,
-                               9091E20104C1CDB80040EA6E,
-                               9091E20204C1CDB90040EA6E,
-                               9091E20304C1CDB90040EA6E,
-                               9091E20404C1CDBA0040EA6E,
-                               9091E20604C1CDBB0040EA6E,
-                               9091E20704C1CDBC0040EA6E,
-                               9091E20804C1CDBE0040EA6E,
-                               9091E20904C1CDBE0040EA6E,
-                               9091E20A04C1CDBF0040EA6E,
-                               9091E20B04C1CDBF0040EA6E,
-                               9037F22604C1E7240076A2E7,
-                               9037F22704C1E7240076A2E7,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E16404C1CBD40040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               9037F22A04C1F5490076A2E7,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E16504C1CBD40040EA6E = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               9091E16604C1CBD40040EA6E = {
-                       buildPhases = (
-                               9091E16204C1CBD40040EA6E,
-                               9091E16304C1CBD40040EA6E,
-                               9091E16404C1CBD40040EA6E,
-                               9091E16504C1CBD40040EA6E,
-                       );
-                       buildSettings = {
-                               HEADER_SEARCH_PATHS = "../../../libebml ../..";
-                               LIBRARY_SEARCH_PATHS = /usr/lib/gcc/darwin/3.1;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PRODUCT_NAME = test9;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXToolTarget;
-                       name = test9;
-                       productInstallPath = /usr/local/bin;
-                       productName = test9;
-                       productReference = 9091E16704C1CBD40040EA6E;
-               };
-               9091E16704C1CBD40040EA6E = {
-                       isa = PBXExecutableFileReference;
-                       path = test9;
-                       refType = 3;
-               };
-               9091E16904C1CBED0040EA6E = {
-                       fileRef = 9091E08304C1C9520040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16A04C1CBF30040EA6E = {
-                       fileRef = 9091E0A304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16B04C1CBF40040EA6E = {
-                       fileRef = 9091E0A204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16C04C1CBF60040EA6E = {
-                       fileRef = 9091E0A104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16D04C1CBF60040EA6E = {
-                       fileRef = 9091E0A004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16E04C1CBF70040EA6E = {
-                       fileRef = 9091E09F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E16F04C1CBF70040EA6E = {
-                       fileRef = 9091E09E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17104C1CBF90040EA6E = {
-                       fileRef = 9091E09C04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17204C1CBFA0040EA6E = {
-                       fileRef = 9091E09B04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17304C1CBFA0040EA6E = {
-                       fileRef = 9091E09A04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17404C1CBFB0040EA6E = {
-                       fileRef = 9091E09904C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17504C1CBFC0040EA6E = {
-                       fileRef = 9091E09804C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17604C1CBFC0040EA6E = {
-                       fileRef = 9091E09704C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17704C1CBFD0040EA6E = {
-                       fileRef = 9091E09604C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17804C1CBFE0040EA6E = {
-                       fileRef = 9091E09504C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17904C1CBFE0040EA6E = {
-                       fileRef = 9091E09404C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17A04C1CBFF0040EA6E = {
-                       fileRef = 9091E09304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17B04C1CBFF0040EA6E = {
-                       fileRef = 9091E09204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17C04C1CC000040EA6E = {
-                       fileRef = 9091E09104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17D04C1CC000040EA6E = {
-                       fileRef = 9091E09004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17E04C1CC010040EA6E = {
-                       fileRef = 9091E08F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E17F04C1CC010040EA6E = {
-                       fileRef = 9091E08E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18004C1CC020040EA6E = {
-                       fileRef = 9091E08D04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18104C1CC050040EA6E = {
-                       fileRef = 9091E0BB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18204C1CC060040EA6E = {
-                       fileRef = 9091E0BC04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18304C1CC060040EA6E = {
-                       fileRef = 9091E0BD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18404C1CC070040EA6E = {
-                       fileRef = 9091E0BE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18504C1CC080040EA6E = {
-                       fileRef = 9091E0BF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18604C1CC080040EA6E = {
-                       fileRef = 9091E0C004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18704C1CC090040EA6E = {
-                       fileRef = 9091E0C104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18804C1CC090040EA6E = {
-                       fileRef = 9091E0C204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18904C1CC0A0040EA6E = {
-                       fileRef = 9091E0C304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18A04C1CC0A0040EA6E = {
-                       fileRef = 9091E0C404C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18B04C1CC0B0040EA6E = {
-                       fileRef = 9091E0C504C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18C04C1CC0B0040EA6E = {
-                       fileRef = 9091E0C604C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18D04C1CC0C0040EA6E = {
-                       fileRef = 9091E0C704C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18E04C1CC0C0040EA6E = {
-                       fileRef = 9091E0C804C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E18F04C1CC0E0040EA6E = {
-                       fileRef = 9091E0C904C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19004C1CC0F0040EA6E = {
-                       fileRef = 9091E0CA04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19104C1CC100040EA6E = {
-                       fileRef = 9091E0CB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19304C1CC110040EA6E = {
-                       fileRef = 9091E0CD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19404C1CC110040EA6E = {
-                       fileRef = 9091E0CE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19504C1CC120040EA6E = {
-                       fileRef = 9091E0CF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19604C1CC130040EA6E = {
-                       fileRef = 9091E0D004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19704C1CC140040EA6E = {
-                       fileRef = 9091E0D104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19804C1CC140040EA6E = {
-                       fileRef = 9091E0D204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19904C1CC150040EA6E = {
-                       fileRef = 9091E0D304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19A04C1CC270040EA6E = {
-                       fileRef = 9091E0ED04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19B04C1CC270040EA6E = {
-                       fileRef = 9091E0EE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19C04C1CC280040EA6E = {
-                       fileRef = 9091E0EF04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19D04C1CC280040EA6E = {
-                       fileRef = 9091E0F004C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19E04C1CC310040EA6E = {
-                       fileRef = 9091E10404C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E19F04C1CC320040EA6E = {
-                       fileRef = 9091E10304C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A004C1CC330040EA6E = {
-                       fileRef = 9091E10204C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A104C1CC330040EA6E = {
-                       fileRef = 9091E10104C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A204C1CC340040EA6E = {
-                       fileRef = 9091E10004C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A304C1CC350040EA6E = {
-                       fileRef = 9091E0FF04C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A404C1CC350040EA6E = {
-                       fileRef = 9091E0FE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A504C1CC360040EA6E = {
-                       fileRef = 9091E0FD04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A604C1CC360040EA6E = {
-                       fileRef = 9091E0FC04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A704C1CC370040EA6E = {
-                       fileRef = 9091E0FB04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A804C1CC380040EA6E = {
-                       fileRef = 9091E0FA04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1A904C1CC380040EA6E = {
-                       fileRef = 9091E0F904C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AA04C1CC390040EA6E = {
-                       fileRef = 9091E0F804C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AB04C1CC390040EA6E = {
-                       fileRef = 9091E0F704C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AC04C1CC3A0040EA6E = {
-                       fileRef = 9091E0F604C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AD04C1CC3B0040EA6E = {
-                       fileRef = 9091E0F504C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AE04C1CC3B0040EA6E = {
-                       fileRef = 9091E0F404C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1AF04C1CC3C0040EA6E = {
-                       fileRef = 9091E0F304C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B004C1CC3C0040EA6E = {
-                       fileRef = 9091E0F204C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B104C1CC3D0040EA6E = {
-                       fileRef = 9091E0F104C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B204C1CC400040EA6E = {
-                       fileRef = 9091E11D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B304C1CC410040EA6E = {
-                       fileRef = 9091E11E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B404C1CC410040EA6E = {
-                       fileRef = 9091E11F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B504C1CC420040EA6E = {
-                       fileRef = 9091E12004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B604C1CC420040EA6E = {
-                       fileRef = 9091E12104C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B704C1CC430040EA6E = {
-                       fileRef = 9091E12204C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B804C1CC440040EA6E = {
-                       fileRef = 9091E12304C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1B904C1CC440040EA6E = {
-                       fileRef = 9091E12404C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BA04C1CC450040EA6E = {
-                       fileRef = 9091E12504C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BB04C1CC450040EA6E = {
-                       fileRef = 9091E12604C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BC04C1CC460040EA6E = {
-                       fileRef = 9091E12804C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BD04C1CC470040EA6E = {
-                       fileRef = 9091E12704C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BE04C1CC480040EA6E = {
-                       fileRef = 9091E12904C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1BF04C1CC490040EA6E = {
-                       fileRef = 9091E12A04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C004C1CC490040EA6E = {
-                       fileRef = 9091E12B04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C104C1CC4A0040EA6E = {
-                       fileRef = 9091E12C04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C204C1CC4A0040EA6E = {
-                       fileRef = 9091E12D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C304C1CC4B0040EA6E = {
-                       fileRef = 9091E12E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C404C1CC4B0040EA6E = {
-                       fileRef = 9091E12F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C504C1CC4C0040EA6E = {
-                       fileRef = 9091E13004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C604C1CD700040EA6E = {
-                       fileRef = 9091E08404C1C9520040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C704C1CD740040EA6E = {
-                       fileRef = 9091E08704C1C99A0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C804C1CD7C0040EA6E = {
-                       fileRef = 9091E0ED04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1C904C1CD7C0040EA6E = {
-                       fileRef = 9091E0EE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CA04C1CD7D0040EA6E = {
-                       fileRef = 9091E0EF04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CB04C1CD7E0040EA6E = {
-                       fileRef = 9091E0F004C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CC04C1CD7E0040EA6E = {
-                       fileRef = 9091E0F104C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CD04C1CD7F0040EA6E = {
-                       fileRef = 9091E0F204C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CE04C1CD7F0040EA6E = {
-                       fileRef = 9091E0F304C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1CF04C1CD800040EA6E = {
-                       fileRef = 9091E0F404C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D104C1CD820040EA6E = {
-                       fileRef = 9091E0F504C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D204C1CD820040EA6E = {
-                       fileRef = 9091E0F604C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D304C1CD830040EA6E = {
-                       fileRef = 9091E0F704C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D404C1CD840040EA6E = {
-                       fileRef = 9091E0F804C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D504C1CD840040EA6E = {
-                       fileRef = 9091E0F904C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D604C1CD850040EA6E = {
-                       fileRef = 9091E0FA04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D704C1CD870040EA6E = {
-                       fileRef = 9091E0FB04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D804C1CD880040EA6E = {
-                       fileRef = 9091E0FC04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1D904C1CD880040EA6E = {
-                       fileRef = 9091E0FD04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DA04C1CD890040EA6E = {
-                       fileRef = 9091E0FE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DB04C1CD8A0040EA6E = {
-                       fileRef = 9091E0FF04C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DC04C1CD8A0040EA6E = {
-                       fileRef = 9091E10004C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DD04C1CD8B0040EA6E = {
-                       fileRef = 9091E10104C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DE04C1CD8C0040EA6E = {
-                       fileRef = 9091E10204C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1DF04C1CD8C0040EA6E = {
-                       fileRef = 9091E10304C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E004C1CD8D0040EA6E = {
-                       fileRef = 9091E10404C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E104C1CD910040EA6E = {
-                       fileRef = 9091E11D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E204C1CD910040EA6E = {
-                       fileRef = 9091E11E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E304C1CD920040EA6E = {
-                       fileRef = 9091E11F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E404C1CD920040EA6E = {
-                       fileRef = 9091E12004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E504C1CD930040EA6E = {
-                       fileRef = 9091E12104C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E604C1CD970040EA6E = {
-                       fileRef = 9091E12204C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E704C1CD980040EA6E = {
-                       fileRef = 9091E12304C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E804C1CD980040EA6E = {
-                       fileRef = 9091E12404C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1E904C1CD990040EA6E = {
-                       fileRef = 9091E12504C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1EA04C1CD9A0040EA6E = {
-                       fileRef = 9091E12604C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1EB04C1CD9A0040EA6E = {
-                       fileRef = 9091E12704C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1EC04C1CD9B0040EA6E = {
-                       fileRef = 9091E12804C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1ED04C1CD9C0040EA6E = {
-                       fileRef = 9091E12904C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1EE04C1CD9D0040EA6E = {
-                       fileRef = 9091E12A04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1EF04C1CD9D0040EA6E = {
-                       fileRef = 9091E12B04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F004C1CD9E0040EA6E = {
-                       fileRef = 9091E12C04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F104C1CD9F0040EA6E = {
-                       fileRef = 9091E12D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F204C1CDA00040EA6E = {
-                       fileRef = 9091E12E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F304C1CDA10040EA6E = {
-                       fileRef = 9091E12F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F404C1CDA10040EA6E = {
-                       fileRef = 9091E13004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F504C1CDB00040EA6E = {
-                       fileRef = 9091E08D04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F604C1CDB10040EA6E = {
-                       fileRef = 9091E08E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F704C1CDB10040EA6E = {
-                       fileRef = 9091E08F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F804C1CDB20040EA6E = {
-                       fileRef = 9091E09004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1F904C1CDB20040EA6E = {
-                       fileRef = 9091E09104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FA04C1CDB20040EA6E = {
-                       fileRef = 9091E09204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FB04C1CDB30040EA6E = {
-                       fileRef = 9091E09404C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FC04C1CDB40040EA6E = {
-                       fileRef = 9091E09304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FD04C1CDB50040EA6E = {
-                       fileRef = 9091E09504C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FE04C1CDB70040EA6E = {
-                       fileRef = 9091E09604C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E1FF04C1CDB70040EA6E = {
-                       fileRef = 9091E09704C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20004C1CDB80040EA6E = {
-                       fileRef = 9091E09804C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20104C1CDB80040EA6E = {
-                       fileRef = 9091E09904C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20204C1CDB90040EA6E = {
-                       fileRef = 9091E09A04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20304C1CDB90040EA6E = {
-                       fileRef = 9091E09B04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20404C1CDBA0040EA6E = {
-                       fileRef = 9091E09C04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20604C1CDBB0040EA6E = {
-                       fileRef = 9091E09E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20704C1CDBC0040EA6E = {
-                       fileRef = 9091E09F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20804C1CDBE0040EA6E = {
-                       fileRef = 9091E0A004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20904C1CDBE0040EA6E = {
-                       fileRef = 9091E0A104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20A04C1CDBF0040EA6E = {
-                       fileRef = 9091E0A204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20B04C1CDBF0040EA6E = {
-                       fileRef = 9091E0A304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20C04C1CDC20040EA6E = {
-                       fileRef = 9091E0BB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20D04C1CDC20040EA6E = {
-                       fileRef = 9091E0BC04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20E04C1CDC30040EA6E = {
-                       fileRef = 9091E0BD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E20F04C1CDC40040EA6E = {
-                       fileRef = 9091E0BE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21004C1CDC40040EA6E = {
-                       fileRef = 9091E0BF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21104C1CDC50040EA6E = {
-                       fileRef = 9091E0C004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21204C1CDC50040EA6E = {
-                       fileRef = 9091E0C204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21304C1CDC60040EA6E = {
-                       fileRef = 9091E0C104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21404C1CDC70040EA6E = {
-                       fileRef = 9091E0C304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21504C1CDCD0040EA6E = {
-                       fileRef = 9091E0C404C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21604C1CDCE0040EA6E = {
-                       fileRef = 9091E0C504C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21704C1CDD70040EA6E = {
-                       fileRef = 9091E0C604C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21804C1CDD80040EA6E = {
-                       fileRef = 9091E0C704C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21904C1CDD80040EA6E = {
-                       fileRef = 9091E0C804C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21A04C1CDD90040EA6E = {
-                       fileRef = 9091E0C904C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21B04C1CDD90040EA6E = {
-                       fileRef = 9091E0CA04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21C04C1CDDA0040EA6E = {
-                       fileRef = 9091E0CB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E21F04C1CDDC0040EA6E = {
-                       fileRef = 9091E0CD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22004C1CDDD0040EA6E = {
-                       fileRef = 9091E0CE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22104C1CDDD0040EA6E = {
-                       fileRef = 9091E0D004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22204C1CDDE0040EA6E = {
-                       fileRef = 9091E0CF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22304C1CDDF0040EA6E = {
-                       fileRef = 9091E0D104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22404C1CDDF0040EA6E = {
-                       fileRef = 9091E0D204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22504C1CDE00040EA6E = {
-                       fileRef = 9091E0D304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22604C1CDEE0040EA6E = {
-                       fileRef = 9091E0ED04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22704C1CDEE0040EA6E = {
-                       fileRef = 9091E0EE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22804C1CDEF0040EA6E = {
-                       fileRef = 9091E0F004C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22904C1CDF00040EA6E = {
-                       fileRef = 9091E0EF04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22A04C1CDF10040EA6E = {
-                       fileRef = 9091E0F104C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22B04C1CDF10040EA6E = {
-                       fileRef = 9091E0F204C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22C04C1CDF20040EA6E = {
-                       fileRef = 9091E0F304C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22D04C1CDF90040EA6E = {
-                       fileRef = 9091E10404C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22E04C1CDF90040EA6E = {
-                       fileRef = 9091E10304C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E22F04C1CDFA0040EA6E = {
-                       fileRef = 9091E10204C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23004C1CDFA0040EA6E = {
-                       fileRef = 9091E10104C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23104C1CDFB0040EA6E = {
-                       fileRef = 9091E10004C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23204C1CDFB0040EA6E = {
-                       fileRef = 9091E0FF04C1CA590040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23304C1CDFC0040EA6E = {
-                       fileRef = 9091E0FE04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23404C1CDFD0040EA6E = {
-                       fileRef = 9091E0FD04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23504C1CDFD0040EA6E = {
-                       fileRef = 9091E0FC04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23604C1CDFE0040EA6E = {
-                       fileRef = 9091E0FB04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23704C1CDFE0040EA6E = {
-                       fileRef = 9091E0FA04C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23804C1CDFF0040EA6E = {
-                       fileRef = 9091E0F904C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23904C1CDFF0040EA6E = {
-                       fileRef = 9091E0F804C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23A04C1CE000040EA6E = {
-                       fileRef = 9091E0F704C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23B04C1CE010040EA6E = {
-                       fileRef = 9091E0F604C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23C04C1CE020040EA6E = {
-                       fileRef = 9091E0F504C1CA580040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23D04C1CE050040EA6E = {
-                       fileRef = 9091E11D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23E04C1CE050040EA6E = {
-                       fileRef = 9091E11E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E23F04C1CE060040EA6E = {
-                       fileRef = 9091E11F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24004C1CE070040EA6E = {
-                       fileRef = 9091E12004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24104C1CE080040EA6E = {
-                       fileRef = 9091E12104C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24204C1CE090040EA6E = {
-                       fileRef = 9091E12304C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24304C1CE0A0040EA6E = {
-                       fileRef = 9091E12204C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24404C1CE0A0040EA6E = {
-                       fileRef = 9091E12404C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24504C1CE0B0040EA6E = {
-                       fileRef = 9091E12504C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24604C1CE0C0040EA6E = {
-                       fileRef = 9091E12704C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24704C1CE0C0040EA6E = {
-                       fileRef = 9091E12804C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24804C1CE0D0040EA6E = {
-                       fileRef = 9091E12604C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24904C1CE0D0040EA6E = {
-                       fileRef = 9091E12904C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24A04C1CE0E0040EA6E = {
-                       fileRef = 9091E12A04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24B04C1CE0E0040EA6E = {
-                       fileRef = 9091E12B04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24C04C1CE0F0040EA6E = {
-                       fileRef = 9091E12C04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24D04C1CE0F0040EA6E = {
-                       fileRef = 9091E12E04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24E04C1CE100040EA6E = {
-                       fileRef = 9091E13004C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E24F04C1CE120040EA6E = {
-                       fileRef = 9091E12F04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25004C1CE130040EA6E = {
-                       fileRef = 9091E12D04C1CA760040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25104C1CE190040EA6E = {
-                       fileRef = 9091E08D04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25204C1CE190040EA6E = {
-                       fileRef = 9091E08E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25304C1CE1A0040EA6E = {
-                       fileRef = 9091E08F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25404C1CE1B0040EA6E = {
-                       fileRef = 9091E09004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25504C1CE1C0040EA6E = {
-                       fileRef = 9091E09204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25604C1CE1C0040EA6E = {
-                       fileRef = 9091E09104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25704C1CE1D0040EA6E = {
-                       fileRef = 9091E09304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25804C1CE1F0040EA6E = {
-                       fileRef = 9091E09504C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25904C1CE1F0040EA6E = {
-                       fileRef = 9091E09404C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25A04C1CE210040EA6E = {
-                       fileRef = 9091E09604C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25B04C1CE210040EA6E = {
-                       fileRef = 9091E09704C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25C04C1CE220040EA6E = {
-                       fileRef = 9091E09804C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25D04C1CE220040EA6E = {
-                       fileRef = 9091E09904C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25E04C1CE230040EA6E = {
-                       fileRef = 9091E09A04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E25F04C1CE240040EA6E = {
-                       fileRef = 9091E09B04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26004C1CE250040EA6E = {
-                       fileRef = 9091E09C04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26204C1CE260040EA6E = {
-                       fileRef = 9091E09E04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26304C1CE260040EA6E = {
-                       fileRef = 9091E09F04C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26404C1CE270040EA6E = {
-                       fileRef = 9091E0A004C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26504C1CE270040EA6E = {
-                       fileRef = 9091E0A104C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26604C1CE280040EA6E = {
-                       fileRef = 9091E0A204C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26704C1CE280040EA6E = {
-                       fileRef = 9091E0A304C1C9FA0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26804C1CE2B0040EA6E = {
-                       fileRef = 9091E0BB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26904C1CE2D0040EA6E = {
-                       fileRef = 9091E0BC04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26A04C1CE2D0040EA6E = {
-                       fileRef = 9091E0BD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26B04C1CE2E0040EA6E = {
-                       fileRef = 9091E0BE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26C04C1CE2E0040EA6E = {
-                       fileRef = 9091E0BF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26D04C1CE2F0040EA6E = {
-                       fileRef = 9091E0C004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26E04C1CE300040EA6E = {
-                       fileRef = 9091E0C104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E26F04C1CE300040EA6E = {
-                       fileRef = 9091E0C204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27004C1CE310040EA6E = {
-                       fileRef = 9091E0C304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27104C1CE310040EA6E = {
-                       fileRef = 9091E0C404C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27204C1CE320040EA6E = {
-                       fileRef = 9091E0C504C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27304C1CE320040EA6E = {
-                       fileRef = 9091E0C604C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27404C1CE330040EA6E = {
-                       fileRef = 9091E0C704C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27504C1CE340040EA6E = {
-                       fileRef = 9091E0C804C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27604C1CE340040EA6E = {
-                       fileRef = 9091E0C904C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27704C1CE350040EA6E = {
-                       fileRef = 9091E0CA04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27804C1CE360040EA6E = {
-                       fileRef = 9091E0CB04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27A04C1CE370040EA6E = {
-                       fileRef = 9091E0CD04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27B04C1CE370040EA6E = {
-                       fileRef = 9091E0CE04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27C04C1CE380040EA6E = {
-                       fileRef = 9091E0CF04C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27D04C1CE380040EA6E = {
-                       fileRef = 9091E0D004C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27E04C1CE380040EA6E = {
-                       fileRef = 9091E0D104C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E27F04C1CE390040EA6E = {
-                       fileRef = 9091E0D204C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               9091E28004C1CE390040EA6E = {
-                       fileRef = 9091E0D304C1CA1D0040EA6E;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-//900
-//901
-//902
-//903
-//904
-//C60
-//C61
-//C62
-//C63
-//C64
-               C6859E8C029090F304C91782 = {
-                       children = (
-                       );
-                       isa = PBXGroup;
-                       name = Documentation;
-                       refType = 4;
-               };
-       };
-       rootObject = 08FB7793FE84155DC02AAC07;
-}
diff --git a/make/makedoc.bat b/make/makedoc.bat
deleted file mode 100644 (file)
index 194f97f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off\r
-rem you should have DOXYGEN.EXE in your path\r
-rem http://www.doxygen.org/\r
-\r
-echo make Documentation\r
-\r
-\r
-doxygen Doxyfile > Doxygen.log.txt 2> Doxygen.err.txt
\ No newline at end of file
diff --git a/make/makedoc.sh b/make/makedoc.sh
deleted file mode 100644 (file)
index 6bdbdbc..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/sh
-# you should have "doxygen" in your path
-# http://www.doxygen.org/
-
-echo make Documentation
-
-doxygen Doxyfile > Doxygen.log.txt 2> Doxygen.err.txt
diff --git a/make/mingw32/Makefile b/make/mingw32/Makefile
deleted file mode 100644 (file)
index f27a590..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-# Project: libmatroska\r
-# Makefile created by Dev-C++ 4.9.7.0\r
-\r
-# Normally libmatroska is built as a static library.\r
-# Uncomment this if you want a shared library instead.\r
-# ATTENTION: Your app has to define MATROSKA_DLL !\r
-SHARED = yes\r
-\r
-# Compile with debug information?\r
-#DEBUG = yes\r
-\r
-# Where libebml resides\r
-EBML_DIR = ../../../libebml\r
-\r
-# Has libebml been compiled as a DLL?\r
-EBML_DLL = yes\r
-\r
-#\r
-# Don't change anything below this line.\r
-#\r
-ifeq (yes,$(DEBUG))\r
-DEBUGFLAGS=-g -DDEBUG\r
-endif\r
-CROSS   =\r
-CXX     = $(CROSS)g++\r
-CC      = $(CROSS)gcc\r
-WINDRES = $(CROSS)windres\r
-RANLIB  = $(CROSS)ranlib\r
-AR      = $(CROSS)ar\r
-RES  =\r
-SRC  = $(wildcard ../../src/*.cpp)\r
-OBJ  = $(patsubst %.cpp,%.o,$(SRC))\r
-ifeq (yes,$(SHARED))\r
-LIBS = libmatroska.dll\r
-FLAGS = -DMATROSKA_DLL\r
-DLLFLAGS = -DMATROSKA_DLL_EXPORT\r
-else\r
-LIBS = libmatroska.a\r
-endif\r
-ifeq (yes,$(SHARED))\r
-ifeq (yes,$(EBML_DLL))\r
-FLAGS += -DEBML_DLL\r
-endif\r
-endif\r
-CWD = $(shell pwd)\r
-INCS = -I"$(CWD)/../.." -I$(EBML_DIR)\r
-LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32\r
-COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS)\r
-TESTS = test6 test8 test9\r
-\r
-.PHONY: all all-before all-after clean clean-custom\r
-\r
-.cpp.o:\r
-       $(CXX) $(DLLFLAGS) $(COMPILEFLAGS) -c -o $@ $<\r
-\r
-all: lib\r
-\r
-lib: $(LIBS)\r
-\r
-tests: $(TESTS)\r
-\r
-clean:\r
-       rm -f $(OBJ) libmatroska.a libmatroska.dll.a libmatroska.dll *.exe \\r
-               ../../test/mux/*.o ../../test/tags/*.o\r
-\r
-distclean dist-clean: clean\r
-       rm -f .depend\r
-\r
-libmatroska.a: $(OBJ)\r
-       $(AR) rcvu $@ $(OBJ)\r
-       $(RANLIB) $@\r
-\r
-libmatroska.dll: $(OBJ)\r
-       $(CXX) -shared -Wl,--export-all -Wl,--out-implib=$@.a -o $@ $(OBJ) \\r
-               $(LDFLAGS) -lebml\r
-\r
-# Explicitely list these object files because for them\r
-# MATROSKA_DLL_EXPORT must NOT be defined.\r
-../../test/mux/test6.o: ../../test/mux/test6.cpp\r
-       $(CXX) $(COMPILEFLAGS) -c -o $@ $<\r
-\r
-test6: ../../test/mux/test6.o $(LIBS)\r
-       $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml\r
-\r
-../../test/mux/test8.o: ../../test/mux/test8.cpp\r
-       $(CXX) $(COMPILEFLAGS) -c -o $@ $<\r
-\r
-test8: ../../test/mux/test8.o $(LIBS)\r
-       $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml\r
-\r
-../../test/tags/test9.o: ../../test/tags/test9.cpp\r
-       $(CXX) $(COMPILEFLAGS) -c -o $@ $<\r
-\r
-test9: ../../test/tags/test9.o $(LIBS)\r
-       $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml\r
-\r
-depend:\r
-       @echo Calculating dependecies:\r
-       @rm -f .depend\r
-       @touch .depend\r
-       @for i in $(SRC); do \\r
-               o="`echo $$i | sed -e 's/\.c$$/.o/' -e 's/\.cpp$$/.o/'`" ; \\r
-               echo '  ' $$i: $$o ; \\r
-               $(CXX) $(COMPILEFLAGS) -MM -MT $$o $$i >> .depend ; \\r
-       done\r
-\r
-#\r
-# include dependency files if they exist\r
-#\r
-ifneq ($(wildcard .depend),)\r
-include .depend\r
-endif\r
diff --git a/make/mingw32/libmatroska.dev b/make/mingw32/libmatroska.dev
deleted file mode 100644 (file)
index 86380e4..0000000
+++ /dev/null
@@ -1,390 +0,0 @@
-[Project]
-FileName=libmatroska.dev
-Name=libmatroska
-UnitCount=43
-Type=2
-Ver=1
-ObjFiles=
-Includes=..\..\..\libebml\src
-Libs=
-PrivateResource=
-ResourceIncludes=
-MakeIncludes=
-Resources=
-Compiler=
-Linker=
-IsCpp=1
-Icon=
-ExeOutput=
-ObjectOutput=
-OverrideOutput=0
-OverrideOutputName=libmatroska.a
-HostApplication=
-Folders=
-CommandLine=
-IncludeVersionInfo=0
-SupportXPThemes=0
-CompilerSet=0
-CompilerSettings=000000000000000000
-
-[Unit1]
-FileName=..\..\src\StdInclude.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit2]
-FileName=..\..\src\FileKax.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit3]
-FileName=..\..\src\KaxAttached.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit4]
-FileName=..\..\src\KaxAttached.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit5]
-FileName=..\..\src\KaxAttachements.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit6]
-FileName=..\..\src\KaxAttachements.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit7]
-FileName=..\..\src\KaxBlock.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit8]
-FileName=..\..\src\KaxBlock.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit9]
-FileName=..\..\src\KaxBlockAdditional.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit10]
-FileName=..\..\src\KaxBlockAdditional.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit11]
-FileName=..\..\src\KaxChapters.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit12]
-FileName=..\..\src\KaxChapters.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit13]
-FileName=..\..\src\KaxCluster.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit14]
-FileName=..\..\src\KaxCluster.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit15]
-FileName=..\..\src\KaxClusterData.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit16]
-FileName=..\..\src\KaxClusterData.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit17]
-FileName=..\..\src\KaxConfig.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit18]
-FileName=..\..\src\KaxContexts.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit19]
-FileName=..\..\src\KaxContexts.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit20]
-FileName=..\..\src\KaxCues.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit21]
-FileName=..\..\src\KaxCues.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit22]
-FileName=..\..\src\KaxCuesData.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit23]
-FileName=..\..\src\KaxCuesData.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit24]
-FileName=..\..\src\KaxInfo.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit25]
-FileName=..\..\src\KaxInfo.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit26]
-FileName=..\..\src\KaxInfoData.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit27]
-FileName=..\..\src\KaxInfoData.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit28]
-FileName=..\..\src\KaxSeekHead.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit29]
-FileName=..\..\src\KaxSeekHead.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit30]
-FileName=..\..\src\KaxSegment.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit31]
-FileName=..\..\src\KaxSegment.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit32]
-FileName=..\..\src\KaxTrackAudio.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit33]
-FileName=..\..\src\KaxTrackAudio.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit34]
-FileName=..\..\src\KaxTrackEntryData.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit35]
-FileName=..\..\src\KaxTrackEntryData.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit36]
-FileName=..\..\src\KaxTracks.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit37]
-FileName=..\..\src\KaxTracks.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit38]
-FileName=..\..\src\KaxTrackVideo.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit39]
-FileName=..\..\src\KaxTrackVideo.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit40]
-FileName=..\..\src\KaxTypes.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit41]
-FileName=..\..\src\KaxVersion.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit42]
-FileName=..\..\src\KaxVersion.h
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit43]
-FileName=..\..\src\FileKax.cpp
-Folder=libmatroska
-Compile=1
-CompileCpp=1
-OverrideBuildCmd=0
-BuildCmd=
-
-[VersionInfo]
-Major=0
-Minor=1
-Release=1
-Build=1
-LanguageID=1033
-CharsetID=1252
-CompanyName=
-FileVersion=
-FileDescription=Developed using the Dev-C++ IDE
-InternalName=
-LegalCopyright=
-LegalTrademarks=
-OriginalFilename=
-ProductName=
-ProductVersion=
-
diff --git a/make/mingw32/test/Makefile b/make/mingw32/test/Makefile
deleted file mode 100644 (file)
index 73a3569..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Project: test6\r
-# Makefile created by Dev-C++ 4.9.7.0\r
-\r
-CPP  = g++.exe\r
-CC   = gcc.exe\r
-WINDRES = windres.exe\r
-RES  = \r
-OBJ  = ../../../test/mux/test6.o $(RES)\r
-LIBS =  -L"D:/DEV-CPP/lib" "../libmatroska.a" "../../../../libebml/make/mingw32/libebml.a"\r
-INCS =  -I"D:/DEV-CPP/include"  -I"D:/DEV-CPP/include/c++"  -I"D:/DEV-CPP/include"  -I"D:/Dev-Cpp/include/c++/mingw32"  -I"../../../../libebml/src"  -I"../../../src" \r
-BIN  = test6.exe\r
-CXXFLAGS = $(INCS) \r
-CFLAGS = $(INCS) \r
-\r
-.PHONY: all all-before all-after clean clean-custom\r
-\r
-all: all-before test6.exe all-after\r
-\r
-\r
-clean: clean-custom\r
-       rm -f $(OBJ) $(BIN)\r
-\r
-$(BIN): $(OBJ)\r
-       $(CPP) $(OBJ) -o "test6.exe" $(LIBS) $(CXXFLAGS)\r
-\r
-../../../test/mux/test6.o: ../../../test/mux/test6.cpp\r
-       $(CPP) -c ../../../test/mux/test6.cpp -o ../../../test/mux/test6.o $(CXXFLAGS)\r
diff --git a/make/mingw32/test/test6.dev b/make/mingw32/test/test6.dev
deleted file mode 100644 (file)
index 294c08e..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[Project]\r
-FileName=test6.dev\r
-Name=test6\r
-UnitCount=1\r
-Type=1\r
-Ver=1\r
-ObjFiles=\r
-Includes=..\..\..\..\libebml\src;..\..\..\src\r
-Libs=\r
-PrivateResource=\r
-ResourceIncludes=\r
-MakeIncludes=\r
-Resources=\r
-Compiler=\r
-Linker="..\libmatroska.a" "..\..\..\..\libebml\make\mingw32\libebml.a"\r
-IsCpp=1\r
-Icon=\r
-ExeOutput=\r
-ObjectOutput=\r
-OverrideOutput=0\r
-OverrideOutputName=test6.exe\r
-HostApplication=\r
-Folders=\r
-CommandLine=\r
-IncludeVersionInfo=0\r
-SupportXPThemes=0\r
-CompilerSet=0\r
-CompilerSettings=000000000000000000\r
-\r
-[Unit1]\r
-FileName=..\..\..\test\mux\test6.cpp\r
-Folder=test6\r
-Compile=1\r
-CompileCpp=1\r
-OverrideBuildCmd=0\r
-BuildCmd=\r
-\r
-[VersionInfo]\r
-Major=0\r
-Minor=1\r
-Release=1\r
-Build=1\r
-LanguageID=1033\r
-CharsetID=1252\r
-CompanyName=\r
-FileVersion=\r
-FileDescription=Developed using the Dev-C++ IDE\r
-InternalName=\r
-LegalCopyright=\r
-LegalTrademarks=\r
-OriginalFilename=\r
-ProductName=\r
-ProductVersion=\r
-\r
diff --git a/make/mingw32/test/test8.dev b/make/mingw32/test/test8.dev
deleted file mode 100644 (file)
index 092778a..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[Project]\r
-FileName=test8.dev\r
-Name=test8\r
-UnitCount=1\r
-Type=1\r
-Ver=1\r
-ObjFiles=\r
-Includes=..\..\..\..\libebml\src;..\..\..\src\r
-Libs=\r
-PrivateResource=\r
-ResourceIncludes=\r
-MakeIncludes=\r
-Resources=\r
-Compiler=\r
-Linker="..\libmatroska.a" "..\..\..\..\libebml\make\mingw32\libebml.a"\r
-IsCpp=1\r
-Icon=\r
-ExeOutput=\r
-ObjectOutput=\r
-OverrideOutput=0\r
-OverrideOutputName=test8.exe\r
-HostApplication=\r
-Folders=\r
-CommandLine=\r
-IncludeVersionInfo=0\r
-SupportXPThemes=0\r
-CompilerSet=0\r
-CompilerSettings=000000000000000000\r
-\r
-[Unit1]\r
-FileName=..\..\..\test\mux\test8.cpp\r
-Folder=test8\r
-Compile=1\r
-CompileCpp=1\r
-OverrideBuildCmd=0\r
-BuildCmd=\r
-\r
-[VersionInfo]\r
-Major=0\r
-Minor=1\r
-Release=1\r
-Build=1\r
-LanguageID=1033\r
-CharsetID=1252\r
-CompanyName=\r
-FileVersion=\r
-FileDescription=Developed using the Dev-C++ IDE\r
-InternalName=\r
-LegalCopyright=\r
-LegalTrademarks=\r
-OriginalFilename=\r
-ProductName=\r
-ProductVersion=\r
-\r
diff --git a/make/vc6/lib/static/libmatroska.dsp b/make/vc6/lib/static/libmatroska.dsp
deleted file mode 100644 (file)
index 46b70f2..0000000
+++ /dev/null
@@ -1,284 +0,0 @@
-# Microsoft Developer Studio Project File - Name="libmatroska" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Static Library" 0x0104\r
-\r
-CFG=libmatroska - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "libmatroska.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "libmatroska.mak" CFG="libmatroska - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "libmatroska - Win32 Release" (based on "Win32 (x86) Static Library")\r
-!MESSAGE "libmatroska - Win32 Debug" (based on "Win32 (x86) Static Library")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "libmatroska - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../libebml" /I "../../../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x809 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo\r
-# ADD LIB32 /nologo\r
-\r
-!ELSEIF  "$(CFG)" == "libmatroska - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../../../../libebml" /I "../../../.." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x809 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo\r
-# ADD LIB32 /nologo\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "libmatroska - Win32 Release"\r
-# Name "libmatroska - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\FileKax.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxAttached.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxAttachments.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxBlock.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxBlockData.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxChapters.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxCluster.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxClusterData.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxContentEncoding.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxContexts.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxCues.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxCuesData.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxInfo.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxInfoData.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxSeekHead.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxSegment.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTag.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTags.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTrackAudio.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTrackEntryData.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTracks.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxTrackVideo.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\src\KaxVersion.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\FileKax.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxAttached.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxAttachments.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxBlock.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxBlockData.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxChapters.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxCluster.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxClusterData.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxConfig.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxContentEncoding.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxContexts.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxCues.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxCuesData.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxInfo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxInfoData.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxSeekHead.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxSegment.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTag.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTags.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTrackAudio.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTrackEntryData.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTracks.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTrackVideo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxTypes.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\..\matroska\KaxVersion.h\r
-# End Source File\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test0.dsp b/make/vc6/test/test0.dsp
deleted file mode 100644 (file)
index e072a78..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test0" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test0 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test0.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test0.mak" CFG="test0 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test0 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test0 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test0 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test0 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test0 - Win32 Release"\r
-# Name "test0 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\ebml\test0.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test00.dsp b/make/vc6/test/test00.dsp
deleted file mode 100644 (file)
index 215a226..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test00" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test00 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test00.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test00.mak" CFG="test00 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test00 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test00 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test00 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test00 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test00 - Win32 Release"\r
-# Name "test00 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\ebml\test00.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test1.dsp b/make/vc6/test/test1.dsp
deleted file mode 100644 (file)
index eaebc33..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test1" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test1 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test1.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test1.mak" CFG="test1 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test1 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test1 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test1 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test1 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test1 - Win32 Release"\r
-# Name "test1 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\block\test1.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test2.dsp b/make/vc6/test/test2.dsp
deleted file mode 100644 (file)
index 0566e51..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test2" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test2 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test2.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test2.mak" CFG="test2 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test2 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test2 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test2 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test2 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test2 - Win32 Release"\r
-# Name "test2 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\cluster\test2.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test3.dsp b/make/vc6/test/test3.dsp
deleted file mode 100644 (file)
index 9242d26..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test3" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test3 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test3.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test3.mak" CFG="test3 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test3 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test3 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test3 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test3 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test3 - Win32 Release"\r
-# Name "test3 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\endian\test3.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test4.dsp b/make/vc6/test/test4.dsp
deleted file mode 100644 (file)
index 8297dae..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test4" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test4 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test4.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test4.mak" CFG="test4 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test4 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test4 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test4 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test4 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test4 - Win32 Release"\r
-# Name "test4 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\header\test4.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test5.dsp b/make/vc6/test/test5.dsp
deleted file mode 100644 (file)
index be82180..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test5" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test5 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test5.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test5.mak" CFG="test5 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test5 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test5 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test5 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test5 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test5 - Win32 Release"\r
-# Name "test5 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\utf8\test5.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test6.dsp b/make/vc6/test/test6.dsp
deleted file mode 100644 (file)
index e052b36..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test6" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test6 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test6.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test6.mak" CFG="test6 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test6 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test6 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test6 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test6 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../.." /I "../../../../libebml" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test6 - Win32 Release"\r
-# Name "test6 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\mux\test6.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test6c.dsp b/make/vc6/test/test6c.dsp
deleted file mode 100644 (file)
index f1469b1..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test6c" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test6c - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test6c.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test6c.mak" CFG="test6c - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test6c - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test6c - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test6c - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /W3 /GX /O2 /I "../../../src/api/c" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test6c - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src/api/c" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test6c - Win32 Release"\r
-# Name "test6c - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE="..\..\..\test\mux\test6.c"\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test7.dsp b/make/vc6/test/test7.dsp
deleted file mode 100644 (file)
index 38616d1..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test7" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test7 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test7.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test7.mak" CFG="test7 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test7 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test7 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test7 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test7 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test7 - Win32 Release"\r
-# Name "test7 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\mux\test7.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test8.dsp b/make/vc6/test/test8.dsp
deleted file mode 100644 (file)
index 057e60e..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test8" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test8 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test8.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test8.mak" CFG="test8 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test8 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test8 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test8 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test8 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../.." /I "../../../../libebml" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test8 - Win32 Release"\r
-# Name "test8 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\mux\test8.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test8c.dsp b/make/vc6/test/test8c.dsp
deleted file mode 100644 (file)
index d8bb40f..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test8c" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test8c - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test8c.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test8c.mak" CFG="test8c - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test8c - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test8c - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=xicl6.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test8c - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /W3 /GX /O2 /I "../../../src/api/c" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test8c - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src/api/c" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=xilink6.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test8c - Win32 Release"\r
-# Name "test8c - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE="..\..\..\test\mux\test8.c"\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/test/test9.dsp b/make/vc6/test/test9.dsp
deleted file mode 100644 (file)
index 11101e2..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-# Microsoft Developer Studio Project File - Name="test9" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=test9 - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test9.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "test9.mak" CFG="test9 - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "test9 - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "test9 - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "test9 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "test9 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../.." /I "../../../../libebml" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "test9 - Win32 Release"\r
-# Name "test9 - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\..\test\tags\test9.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/make/vc6/vc6.dsw b/make/vc6/vc6.dsw
deleted file mode 100644 (file)
index 56de9f0..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00\r
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
-\r
-###############################################################################\r
-\r
-Project: "libebml"=..\..\..\libebml\make\vc6\lib\static\libebml.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "libmatroska"=.\lib\static\libmatroska.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "test0"=test\test0.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-    Begin Project Dependency\r
-    Project_Dep_Name libmatroska\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "test00"=test\test00.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-    Begin Project Dependency\r
-    Project_Dep_Name libmatroska\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "test6"=test\test6.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-    Begin Project Dependency\r
-    Project_Dep_Name libmatroska\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "test8"=test\test8.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-    Begin Project Dependency\r
-    Project_Dep_Name libmatroska\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Project: "test9"=test\test9.dsp - Package Owner=<4>\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<4>\r
-{{{\r
-    Begin Project Dependency\r
-    Project_Dep_Name libebml\r
-    End Project Dependency\r
-    Begin Project Dependency\r
-    Project_Dep_Name libmatroska\r
-    End Project Dependency\r
-}}}\r
-\r
-###############################################################################\r
-\r
-Global:\r
-\r
-Package=<5>\r
-{{{\r
-}}}\r
-\r
-Package=<3>\r
-{{{\r
-}}}\r
-\r
-###############################################################################\r
-\r
diff --git a/make/vc7/Makefile b/make/vc7/Makefile
deleted file mode 100644 (file)
index 47e33bc..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-# Project: libmatroska
-# Makefile to use the Free Visual C++ 2003 compiler from Microsoft with GNU Make
-
-# Compile with debug information?
-#DEBUG = yes
-
-# Where libebml resides
-EBML_DIR = ../../../libebml
-
-#
-# Don't change anything below this line.
-#
-CXX  = cl /Tp
-CC   = cl /Tc
-SRC  = $(wildcard ../../src/*.cpp)
-OBJ  = $(patsubst %.cpp,%.obj,$(SRC))
-INCS = /I../.. /I$(EBML_DIR)
-LDFLAGS = /NOLOGO /DLL /MAP:libmatroska.map /LIBPATH:$(EBML_DIR)/make/vc7 /VERSION:0.7
-OPTMIZ = /G6 /O2 /Oi /GL /Wp64
-CXXFLAGS = $(INCS) /DWIN32 /nologo /DEBML_DLL
-
-
-ifeq (yes,$(DEBUG))
-CXXFLAGS += /Zi /DDEBUG /D_DEBUG /MTd /RTC1
-LDFLAGS += /DEBUG
-else
-CXXFLAGS += /MT
-LDFLAGS += /OPT:REF
-endif
-
-LIBS = libmatroska.dll
-
-.PHONY: all all-before all-after clean clean-custom
-
-%.obj : %.cpp
-       $(CXX) $< /c $(CXXFLAGS) /Fo$@
-
-all: lib
-
-lib: $(LIBS)
-
-clean:
-       $(RM) $(OBJ) libmatroska.lib libmatroska.dll
-
-libmatroska.lib: $(OBJ)
-       lib /OUT:$@ /NODEFAULTLIB $(OBJ)
-
-libmatroska.dll: $(OBJ)
-       link $(LDFLAGS) /OUT:$@ $(OBJ) libebml.lib
-#      user32.lib
-
-depend:
-       $(CXX) $(CXXFLAGS) -MM $(SRC) > .depend
-
-#
-# include dependency files if they exist
-#
-ifneq ($(wildcard .depend),)
-include .depend
-endif
diff --git a/make/vc7/lib/dll/libmatroskadll.v71.vcproj b/make/vc7/lib/dll/libmatroskadll.v71.vcproj
deleted file mode 100644 (file)
index 8dba932..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.10"\r
-       Name="libmatroskadll"\r
-       ProjectGUID="{B227AC03-C69E-46B1-B91E-A77BE4C6F83A}"\r
-       Keyword="Win32Proj">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory="Debug"\r
-                       IntermediateDirectory="Debug"\r
-                       ConfigurationType="2"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EBML_DLL;MATROSKA_DLL;MATROSKA_DLL_EXPORT"\r
-                               MinimalRebuild="TRUE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="0"\r
-                               WarningLevel="3"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="4"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile="$(OutDir)/libmatroska.dll"\r
-                               LinkIncremental="2"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile="$(OutDir)/libmatroska.pdb"\r
-                               SubSystem="2"\r
-                               ImportLibrary="$(OutDir)/libmatroska.lib"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory="Release"\r
-                       IntermediateDirectory="Release"\r
-                       ConfigurationType="2"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EBML_DLL;MATROSKA_DLL;MATROSKA_DLL_EXPORT"\r
-                               RuntimeLibrary="0"\r
-                               UsePrecompiledHeader="0"\r
-                               WarningLevel="3"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="3"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile="$(OutDir)/libmatroska.dll"\r
-                               LinkIncremental="1"\r
-                               GenerateDebugInformation="TRUE"\r
-                               SubSystem="2"\r
-                               OptimizeReferences="2"\r
-                               EnableCOMDATFolding="2"\r
-                               ImportLibrary="$(OutDir)/libmatroska.lib"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <References>\r
-       </References>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
-                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxAttached.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxAttachments.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxBlock.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxBlockData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxChapters.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCluster.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxClusterData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxContentEncoding.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxContexts.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCues.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCuesData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxInfo.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxInfoData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxSeekHead.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxSegment.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTag.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTags.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackAudio.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackEntryData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTracks.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackVideo.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxVersion.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl;inc;xsd"\r
-                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxAttached.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxAttachments.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxBlock.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxBlockData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxChapters.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCluster.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxClusterData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxConfig.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxContentEncoding.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxContexts.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCues.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCuesData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxInfo.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxInfoData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxSeekHead.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxSegment.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTag.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTags.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackAudio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackEntryData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTracks.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackVideo.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTypes.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxVersion.h">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"\r
-                       UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/lib/static/libmatroska.v71.vcproj b/make/vc7/lib/static/libmatroska.v71.vcproj
deleted file mode 100644 (file)
index 400a278..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="7.10"
-       Name="libmatroska"
-       SccProjectName=""
-       SccLocalPath="">
-       <Platforms>
-               <Platform
-                       Name="Win32"/>
-       </Platforms>
-       <Configurations>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory=".\Release"
-                       IntermediateDirectory=".\Release"
-                       ConfigurationType="4"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."
-                               PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
-                               StringPooling="TRUE"
-                               RuntimeLibrary="0"
-                               EnableFunctionLevelLinking="TRUE"
-                               UsePrecompiledHeader="2"
-                               PrecompiledHeaderFile=".\Release/libmatroska.pch"
-                               AssemblerListingLocation=".\Release/"
-                               ObjectFile=".\Release/"
-                               ProgramDataBaseFileName=".\Release/"
-                               WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
-                               CompileAs="0"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile=".\Release\libmatroska.lib"
-                               SuppressStartupBanner="TRUE"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="2057"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory=".\Debug"
-                       IntermediateDirectory=".\Debug"
-                       ConfigurationType="4"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."
-                               PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="1"
-                               UsePrecompiledHeader="2"
-                               PrecompiledHeaderFile=".\Debug/libmatroska.pch"
-                               AssemblerListingLocation=".\Debug/"
-                               ObjectFile=".\Debug/"
-                               ProgramDataBaseFileName=".\Debug/"
-                               WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
-                               DebugInformationFormat="4"
-                               CompileAs="0"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile=".\Debug\libmatroska.lib"
-                               SuppressStartupBanner="TRUE"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="2057"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="Source Files"
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
-                       <File
-                               RelativePath="..\..\..\..\src\FileKax.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxAttached.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxAttachments.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxBlock.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxBlockData.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxChapters.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxCluster.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxClusterData.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxContentEncoding.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxContexts.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxCues.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxCuesData.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxInfo.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxInfoData.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxSeekHead.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxSegment.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTag.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTags.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTrackAudio.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTrackEntryData.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTracks.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxTrackVideo.cpp">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\src\KaxVersion.cpp">
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl">
-                       <File
-                               RelativePath="..\..\..\..\matroska\FileKax.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxAttached.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxAttachments.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxBlock.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxBlockData.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxChapters.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxCluster.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxClusterData.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxConfig.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxContentEncoding.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxContexts.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxCues.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxCuesData.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxInfo.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxInfoData.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxSeekHead.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxSegment.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTag.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTags.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTrackAudio.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTrackEntryData.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTracks.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTrackVideo.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxTypes.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\KaxVersion.h">
-                       </File>
-                       <File
-                               RelativePath="..\..\..\..\matroska\StdInclude.h">
-                       </File>
-               </Filter>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>
diff --git a/make/vc7/lib/static/libmatroska.vcproj b/make/vc7/lib/static/libmatroska.vcproj
deleted file mode 100644 (file)
index 672dc22..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="libmatroska"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="4"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_LIB"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/libmatroska.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLibrarianTool"\r
-                               OutputFile=".\Release\libmatroska.lib"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="2057"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="4"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../../../../libebml;../../../.."\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_LIB"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/libmatroska.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLibrarianTool"\r
-                               OutputFile=".\Debug\libmatroska.lib"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="2057"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\FileKax.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxAttached.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxAttachments.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxBlock.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxBlockData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxChapters.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCluster.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxClusterData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxContentEncoding.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxContexts.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCues.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxCuesData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxInfo.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxInfoData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxSeekHead.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxSegment.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTag.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTags.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackAudio.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackEntryData.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTrackVideo.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxTracks.cpp">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\src\KaxVersion.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\FileKax.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxAttached.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxAttachments.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxBlock.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxBlockData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxChapters.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCluster.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxClusterData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxConfig.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxContentEncoding.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxContexts.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCues.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxCuesData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxInfo.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxInfoData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxSeekHead.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxSegment.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTag.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTags.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackAudio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackEntryData.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTrackVideo.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTracks.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxTypes.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\KaxVersion.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="..\..\..\..\matroska\StdInclude.h">\r
-                       </File>\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/test/test0.vcproj b/make/vc7/test/test0.vcproj
deleted file mode 100644 (file)
index a13bc22..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="test0"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../../src,../../../../libebml/src"\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/test0.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Debug/test0.exe"\r
-                               LinkIncremental="2"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/test0.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/test0.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../../src,../../../../libebml/src"\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/test0.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Release/test0.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/test0.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/test0.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\test\ebml\test0.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-               <Global\r
-                       Name="DevPartner_IsInstrumented"\r
-                       Value="0"/>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/test/test00.vcproj b/make/vc7/test/test00.vcproj
deleted file mode 100644 (file)
index a15afd6..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="test00"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../../src,../../../../libebml/src"\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/test00.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Debug/test00.exe"\r
-                               LinkIncremental="2"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/test00.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/test00.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../../src,../../../../libebml/src"\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/test00.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Release/test00.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/test00.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/test00.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\test\ebml\test00.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-               <Global\r
-                       Name="DevPartner_IsInstrumented"\r
-                       Value="0"/>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/test/test6.vcproj b/make/vc7/test/test6.vcproj
deleted file mode 100644 (file)
index bd8d2ca..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="test6"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/test6.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Debug/test6.exe"\r
-                               LinkIncremental="2"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/test6.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/test6.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/test6.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Release/test6.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/test6.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/test6.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\test\mux\test6.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/test/test8.vcproj b/make/vc7/test/test8.vcproj
deleted file mode 100644 (file)
index 48cfdbf..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="test8"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/test8.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Release/test8.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/test8.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/test8.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/test8.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Debug/test8.exe"\r
-                               LinkIncremental="2"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/test8.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/test8.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\test\mux\test8.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/test/test9.vcproj b/make/vc7/test/test9.vcproj
deleted file mode 100644 (file)
index 8c99bff..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-<?xml version="1.0" encoding = "Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.00"\r
-       Name="test9"\r
-       ProjectGUID="{F294A3C5-D355-49E7-A8B8-B9692345A5E0}"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Release/test9.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Release/test9.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/test9.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/test9.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../../..,../../../../libebml"\r
-                               PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/test9.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               AdditionalOptions="/MACHINE:I386"\r
-                               AdditionalDependencies="odbc32.lib odbccp32.lib"\r
-                               OutputFile=".\Debug/test9.exe"\r
-                               LinkIncremental="2"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/test9.pdb"\r
-                               SubSystem="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/test9.tlb"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath="..\..\..\test\tags\test9.cpp">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/make/vc7/vc7.sln b/make/vc7/vc7.sln
deleted file mode 100644 (file)
index 30966d8..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 7.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libebml", "..\..\..\libebml\make\vc7\lib\libebml.vcproj", "{C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libebmldll", "..\..\..\libebml\make\vc7\dll\libebmldll.v71.vcproj", "{83136D19-2749-4640-AC38-33E0B1F0DCC2}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmatroska", "lib\static\libmatroska.vcproj", "{061EEA22-F7D5-4477-AB15-0DCE85EA038A}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test0", "test\test0.vcproj", "{8380F3AF-9E4A-4D5F-900F-991978CE44E1}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test00", "test\test00.vcproj", "{78DA23EF-794A-4311-9B99-8C71D44CC749}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test6", "test\test6.vcproj", "{4770FB10-8B2F-4E29-BA0B-517031ABC0F5}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test8", "test\test8.vcproj", "{EAE085B0-7FD7-48DA-ABFE-A706DACC3794}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test9", "test\test9.vcproj", "{F294A3C5-D355-49E7-A8B8-B9692345A5E0}"\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmatroskadll", "lib\dll\libmatroskadll.v71.vcproj", "{B227AC03-C69E-46B1-B91E-A77BE4C6F83A}"\r
-EndProject\r
-Global\r
-       GlobalSection(DPCodeReviewSolutionGUID) = preSolution\r
-               DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}\r
-       EndGlobalSection\r
-       GlobalSection(DevPartner Solution Properties) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               ConfigName.0 = Debug\r
-               ConfigName.1 = Release\r
-       EndGlobalSection\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Debug.ActiveCfg = Debug|Win32\r
-               {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Debug.Build.0 = Debug|Win32\r
-               {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Release.ActiveCfg = Release|Win32\r
-               {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Release.Build.0 = Release|Win32\r
-               {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Debug.ActiveCfg = Debug|Win32\r
-               {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Debug.Build.0 = Debug|Win32\r
-               {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Release.ActiveCfg = Release|Win32\r
-               {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Release.Build.0 = Release|Win32\r
-               {8380F3AF-9E4A-4D5F-900F-991978CE44E1}.Debug.ActiveCfg = Debug|Win32\r
-               {8380F3AF-9E4A-4D5F-900F-991978CE44E1}.Release.ActiveCfg = Release|Win32\r
-               {78DA23EF-794A-4311-9B99-8C71D44CC749}.Debug.ActiveCfg = Debug|Win32\r
-               {78DA23EF-794A-4311-9B99-8C71D44CC749}.Release.ActiveCfg = Release|Win32\r
-               {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Debug.ActiveCfg = Debug|Win32\r
-               {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Debug.Build.0 = Debug|Win32\r
-               {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Release.ActiveCfg = Release|Win32\r
-               {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Release.Build.0 = Release|Win32\r
-               {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Debug.ActiveCfg = Debug|Win32\r
-               {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Debug.Build.0 = Debug|Win32\r
-               {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Release.ActiveCfg = Release|Win32\r
-               {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Release.Build.0 = Release|Win32\r
-               {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Debug.ActiveCfg = Debug|Win32\r
-               {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Debug.Build.0 = Debug|Win32\r
-               {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Release.ActiveCfg = Release|Win32\r
-               {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Release.Build.0 = Release|Win32\r
-               {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Debug.ActiveCfg = Debug|Win32\r
-               {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Debug.Build.0 = Debug|Win32\r
-               {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Release.ActiveCfg = Release|Win32\r
-               {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Release.Build.0 = Release|Win32\r
-               {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Debug.ActiveCfg = Debug|Win32\r
-               {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Debug.Build.0 = Debug|Win32\r
-               {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Release.ActiveCfg = Release|Win32\r
-               {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(DevPartner) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(DevPartner) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r