From 0f107f8b197900479ab29699a69acba9d44071e8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 21 Dec 2014 10:32:08 +0100 Subject: [PATCH] build system: remove old hand-crafted make files --- make/Doxyfile | 211 -- make/cygwin/Makefile | 60 - make/cygwin/Makefile.rule | 98 - make/linux/Makefile | 179 -- make/linux/Makefile.rule | 98 - make/linux/fedora-core.spec | 61 - make/linux/suse.spec | 73 - make/macosx/macosx.pbproj/project.pbxproj | 3102 -------------------- make/makedoc.bat | 8 - make/makedoc.sh | 7 - make/mingw32/Makefile | 112 - make/mingw32/libmatroska.dev | 390 --- make/mingw32/test/Makefile | 27 - make/mingw32/test/test6.dev | 54 - make/mingw32/test/test8.dev | 54 - make/vc6/lib/static/libmatroska.dsp | 284 -- make/vc6/test/test0.dsp | 100 - make/vc6/test/test00.dsp | 100 - make/vc6/test/test1.dsp | 100 - make/vc6/test/test2.dsp | 100 - make/vc6/test/test3.dsp | 100 - make/vc6/test/test4.dsp | 100 - make/vc6/test/test5.dsp | 100 - make/vc6/test/test6.dsp | 101 - make/vc6/test/test6c.dsp | 100 - make/vc6/test/test7.dsp | 100 - make/vc6/test/test8.dsp | 100 - make/vc6/test/test8c.dsp | 100 - make/vc6/test/test9.dsp | 100 - make/vc6/vc6.dsw | 134 - make/vc7/Makefile | 60 - make/vc7/lib/dll/libmatroskadll.v71.vcproj | 271 -- make/vc7/lib/static/libmatroska.v71.vcproj | 277 -- make/vc7/lib/static/libmatroska.vcproj | 263 -- make/vc7/test/test0.vcproj | 143 - make/vc7/test/test00.vcproj | 143 - make/vc7/test/test6.vcproj | 140 - make/vc7/test/test8.vcproj | 140 - make/vc7/test/test9.vcproj | 141 - make/vc7/vc7.sln | 73 - 40 files changed, 7904 deletions(-) delete mode 100644 make/Doxyfile delete mode 100644 make/cygwin/Makefile delete mode 100644 make/cygwin/Makefile.rule delete mode 100644 make/linux/Makefile delete mode 100644 make/linux/Makefile.rule delete mode 100644 make/linux/fedora-core.spec delete mode 100644 make/linux/suse.spec delete mode 100644 make/macosx/macosx.pbproj/project.pbxproj delete mode 100644 make/makedoc.bat delete mode 100644 make/makedoc.sh delete mode 100644 make/mingw32/Makefile delete mode 100644 make/mingw32/libmatroska.dev delete mode 100644 make/mingw32/test/Makefile delete mode 100644 make/mingw32/test/test6.dev delete mode 100644 make/mingw32/test/test8.dev delete mode 100644 make/vc6/lib/static/libmatroska.dsp delete mode 100644 make/vc6/test/test0.dsp delete mode 100644 make/vc6/test/test00.dsp delete mode 100644 make/vc6/test/test1.dsp delete mode 100644 make/vc6/test/test2.dsp delete mode 100644 make/vc6/test/test3.dsp delete mode 100644 make/vc6/test/test4.dsp delete mode 100644 make/vc6/test/test5.dsp delete mode 100644 make/vc6/test/test6.dsp delete mode 100644 make/vc6/test/test6c.dsp delete mode 100644 make/vc6/test/test7.dsp delete mode 100644 make/vc6/test/test8.dsp delete mode 100644 make/vc6/test/test8c.dsp delete mode 100644 make/vc6/test/test9.dsp delete mode 100644 make/vc6/vc6.dsw delete mode 100644 make/vc7/Makefile delete mode 100644 make/vc7/lib/dll/libmatroskadll.v71.vcproj delete mode 100644 make/vc7/lib/static/libmatroska.v71.vcproj delete mode 100644 make/vc7/lib/static/libmatroska.vcproj delete mode 100644 make/vc7/test/test0.vcproj delete mode 100644 make/vc7/test/test00.vcproj delete mode 100644 make/vc7/test/test6.vcproj delete mode 100644 make/vc7/test/test8.vcproj delete mode 100644 make/vc7/test/test9.vcproj delete mode 100644 make/vc7/vc7.sln diff --git a/make/Doxyfile b/make/Doxyfile deleted file mode 100644 index b9cb0f3..0000000 --- a/make/Doxyfile +++ /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 index b0d8308..0000000 --- a/make/cygwin/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# libmatroska core Makefile (used in cygwin) -# $Id: Makefile 640 2004-07-09 21:05:36Z mosu $ - -# Options -EXTENSION=.cpp -CXXFLAGS=-g -DDEBUG -Wall -Wno-unknown-pragmas -DWIN32 -DNO_NAMESPACE -LDFLAGS= - -SRC_DIR=../../src/ - -# Programs -CXX=g++ -c -LD=g++ -DEP=$(CXX) -MM -DEPEND = makedepend -AR = ar rcvu -RANLIB = ranlib - -# Librarires -INCLUDE= -LIBS= - -# Names -PROGRAM=libmatroska.a - -# source-files -sources:=$(wildcard ${SRC_DIR}*$(EXTENSION)) - -# header files; replace .cxx extension with .h -headers:=$(patsubst %$(EXTENSION),%.hpp,$(sources)) - -# files holding dependency information; replace .cxx extension with .dep -dependencies:=$(patsubst %$(EXTENSION),%.dep,$(sources)) - -# object files; replace .cxx extension with .o -objects:=$(patsubst %$(EXTENSION),%.o,$(sources)) - -DEPENDFLAGS = ${CXXFLAGS} ${INCLUDE} - -# Build rules -%.o: %$(EXTENSION) - $(CXX) $(CXXFLAGS) $(INCLUDE) -o $@ $< - -$(PROGRAM): $(objects) - $(AR) $@ $(objects) - $(RANLIB) $@ -# $(LD) $(LDFLAGS) -o $@ $^ $(LIBS) -# ${LD} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS} - -clean: - rm -f ${SRC_DIR}$(objects) - rm -f ${SRC_DIR}$(dependencies) - rm -f ${SRC_DIR}$(PROGRAM) - rm -f CORE - -# what are the source dependencies -depend: $(sources) - $(DEPEND) $(DEPENDFLAGS) $(sources) - -# DO NOT DELETE diff --git a/make/cygwin/Makefile.rule b/make/cygwin/Makefile.rule deleted file mode 100644 index 2b9b7e2..0000000 --- a/make/cygwin/Makefile.rule +++ /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/Makefile b/make/linux/Makefile deleted file mode 100644 index cf12904..0000000 --- a/make/linux/Makefile +++ /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 -# Author: Moritz Bunkus - -# -# 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 index 80229fc..0000000 --- a/make/linux/Makefile.rule +++ /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 index 16b01a4..0000000 --- a/make/linux/fedora-core.spec +++ /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 -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 -- updated for the new libmatroska build targets -* Fri May 15 2003 Ronald Bultje -- create spec file diff --git a/make/linux/suse.spec b/make/linux/suse.spec deleted file mode 100644 index b62c082..0000000 --- a/make/linux/suse.spec +++ /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 - Moritz Bunkus - -%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 index 39f40e6..0000000 --- a/make/macosx/macosx.pbproj/project.pbxproj +++ /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 index 194f97f..0000000 --- a/make/makedoc.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -rem you should have DOXYGEN.EXE in your path -rem http://www.doxygen.org/ - -echo make Documentation - - -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 index 6bdbdbc..0000000 --- a/make/makedoc.sh +++ /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 index f27a590..0000000 --- a/make/mingw32/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# Project: libmatroska -# Makefile created by Dev-C++ 4.9.7.0 - -# Normally libmatroska is built as a static library. -# Uncomment this if you want a shared library instead. -# ATTENTION: Your app has to define MATROSKA_DLL ! -SHARED = yes - -# Compile with debug information? -#DEBUG = yes - -# Where libebml resides -EBML_DIR = ../../../libebml - -# Has libebml been compiled as a DLL? -EBML_DLL = yes - -# -# Don't change anything below this line. -# -ifeq (yes,$(DEBUG)) -DEBUGFLAGS=-g -DDEBUG -endif -CROSS = -CXX = $(CROSS)g++ -CC = $(CROSS)gcc -WINDRES = $(CROSS)windres -RANLIB = $(CROSS)ranlib -AR = $(CROSS)ar -RES = -SRC = $(wildcard ../../src/*.cpp) -OBJ = $(patsubst %.cpp,%.o,$(SRC)) -ifeq (yes,$(SHARED)) -LIBS = libmatroska.dll -FLAGS = -DMATROSKA_DLL -DLLFLAGS = -DMATROSKA_DLL_EXPORT -else -LIBS = libmatroska.a -endif -ifeq (yes,$(SHARED)) -ifeq (yes,$(EBML_DLL)) -FLAGS += -DEBML_DLL -endif -endif -CWD = $(shell pwd) -INCS = -I"$(CWD)/../.." -I$(EBML_DIR) -LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32 -COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS) -TESTS = test6 test8 test9 - -.PHONY: all all-before all-after clean clean-custom - -.cpp.o: - $(CXX) $(DLLFLAGS) $(COMPILEFLAGS) -c -o $@ $< - -all: lib - -lib: $(LIBS) - -tests: $(TESTS) - -clean: - rm -f $(OBJ) libmatroska.a libmatroska.dll.a libmatroska.dll *.exe \ - ../../test/mux/*.o ../../test/tags/*.o - -distclean dist-clean: clean - rm -f .depend - -libmatroska.a: $(OBJ) - $(AR) rcvu $@ $(OBJ) - $(RANLIB) $@ - -libmatroska.dll: $(OBJ) - $(CXX) -shared -Wl,--export-all -Wl,--out-implib=$@.a -o $@ $(OBJ) \ - $(LDFLAGS) -lebml - -# Explicitely list these object files because for them -# MATROSKA_DLL_EXPORT must NOT be defined. -../../test/mux/test6.o: ../../test/mux/test6.cpp - $(CXX) $(COMPILEFLAGS) -c -o $@ $< - -test6: ../../test/mux/test6.o $(LIBS) - $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml - -../../test/mux/test8.o: ../../test/mux/test8.cpp - $(CXX) $(COMPILEFLAGS) -c -o $@ $< - -test8: ../../test/mux/test8.o $(LIBS) - $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml - -../../test/tags/test9.o: ../../test/tags/test9.cpp - $(CXX) $(COMPILEFLAGS) -c -o $@ $< - -test9: ../../test/tags/test9.o $(LIBS) - $(LD) -o $@ $(LDFLAGS) $< -lmatroska -lebml - -depend: - @echo Calculating dependecies: - @rm -f .depend - @touch .depend - @for i in $(SRC); do \ - o="`echo $$i | sed -e 's/\.c$$/.o/' -e 's/\.cpp$$/.o/'`" ; \ - echo ' ' $$i: $$o ; \ - $(CXX) $(COMPILEFLAGS) -MM -MT $$o $$i >> .depend ; \ - done - -# -# include dependency files if they exist -# -ifneq ($(wildcard .depend),) -include .depend -endif diff --git a/make/mingw32/libmatroska.dev b/make/mingw32/libmatroska.dev deleted file mode 100644 index 86380e4..0000000 --- a/make/mingw32/libmatroska.dev +++ /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 index 73a3569..0000000 --- a/make/mingw32/test/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Project: test6 -# Makefile created by Dev-C++ 4.9.7.0 - -CPP = g++.exe -CC = gcc.exe -WINDRES = windres.exe -RES = -OBJ = ../../../test/mux/test6.o $(RES) -LIBS = -L"D:/DEV-CPP/lib" "../libmatroska.a" "../../../../libebml/make/mingw32/libebml.a" -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" -BIN = test6.exe -CXXFLAGS = $(INCS) -CFLAGS = $(INCS) - -.PHONY: all all-before all-after clean clean-custom - -all: all-before test6.exe all-after - - -clean: clean-custom - rm -f $(OBJ) $(BIN) - -$(BIN): $(OBJ) - $(CPP) $(OBJ) -o "test6.exe" $(LIBS) $(CXXFLAGS) - -../../../test/mux/test6.o: ../../../test/mux/test6.cpp - $(CPP) -c ../../../test/mux/test6.cpp -o ../../../test/mux/test6.o $(CXXFLAGS) diff --git a/make/mingw32/test/test6.dev b/make/mingw32/test/test6.dev deleted file mode 100644 index 294c08e..0000000 --- a/make/mingw32/test/test6.dev +++ /dev/null @@ -1,54 +0,0 @@ -[Project] -FileName=test6.dev -Name=test6 -UnitCount=1 -Type=1 -Ver=1 -ObjFiles= -Includes=..\..\..\..\libebml\src;..\..\..\src -Libs= -PrivateResource= -ResourceIncludes= -MakeIncludes= -Resources= -Compiler= -Linker="..\libmatroska.a" "..\..\..\..\libebml\make\mingw32\libebml.a" -IsCpp=1 -Icon= -ExeOutput= -ObjectOutput= -OverrideOutput=0 -OverrideOutputName=test6.exe -HostApplication= -Folders= -CommandLine= -IncludeVersionInfo=0 -SupportXPThemes=0 -CompilerSet=0 -CompilerSettings=000000000000000000 - -[Unit1] -FileName=..\..\..\test\mux\test6.cpp -Folder=test6 -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/test8.dev b/make/mingw32/test/test8.dev deleted file mode 100644 index 092778a..0000000 --- a/make/mingw32/test/test8.dev +++ /dev/null @@ -1,54 +0,0 @@ -[Project] -FileName=test8.dev -Name=test8 -UnitCount=1 -Type=1 -Ver=1 -ObjFiles= -Includes=..\..\..\..\libebml\src;..\..\..\src -Libs= -PrivateResource= -ResourceIncludes= -MakeIncludes= -Resources= -Compiler= -Linker="..\libmatroska.a" "..\..\..\..\libebml\make\mingw32\libebml.a" -IsCpp=1 -Icon= -ExeOutput= -ObjectOutput= -OverrideOutput=0 -OverrideOutputName=test8.exe -HostApplication= -Folders= -CommandLine= -IncludeVersionInfo=0 -SupportXPThemes=0 -CompilerSet=0 -CompilerSettings=000000000000000000 - -[Unit1] -FileName=..\..\..\test\mux\test8.cpp -Folder=test8 -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/vc6/lib/static/libmatroska.dsp b/make/vc6/lib/static/libmatroska.dsp deleted file mode 100644 index 46b70f2..0000000 --- a/make/vc6/lib/static/libmatroska.dsp +++ /dev/null @@ -1,284 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libmatroska" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libmatroska - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libmatroska.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libmatroska.mak" CFG="libmatroska - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libmatroska - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libmatroska - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libmatroska - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../libebml" /I "../../../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libmatroska - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "libmatroska - Win32 Release" -# Name "libmatroska - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\FileKax.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxAttached.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxAttachments.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxBlock.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxBlockData.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxChapters.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxCluster.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxClusterData.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxContentEncoding.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxContexts.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxCues.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxCuesData.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxInfo.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxInfoData.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxSeekHead.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxSegment.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTag.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTags.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTrackAudio.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTrackEntryData.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTracks.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxTrackVideo.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\KaxVersion.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\matroska\FileKax.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxAttached.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxAttachments.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxBlock.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxBlockData.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxChapters.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxCluster.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxClusterData.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxConfig.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxContentEncoding.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxContexts.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxCues.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxCuesData.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxInfo.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxInfoData.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxSeekHead.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxSegment.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTag.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTags.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTrackAudio.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTrackEntryData.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTracks.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTrackVideo.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxTypes.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\matroska\KaxVersion.h -# End Source File -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test0.dsp b/make/vc6/test/test0.dsp deleted file mode 100644 index e072a78..0000000 --- a/make/vc6/test/test0.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test0" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test0 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test0.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test0.mak" CFG="test0 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test0 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test0 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "test0 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test0 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test0 - Win32 Release" -# Name "test0 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\ebml\test0.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test00.dsp b/make/vc6/test/test00.dsp deleted file mode 100644 index 215a226..0000000 --- a/make/vc6/test/test00.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test00" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test00 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test00.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test00.mak" CFG="test00 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test00 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test00 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "test00 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /I "../../../../libebml/src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test00 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test00 - Win32 Release" -# Name "test00 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\ebml\test00.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test1.dsp b/make/vc6/test/test1.dsp deleted file mode 100644 index eaebc33..0000000 --- a/make/vc6/test/test1.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test1" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test1 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test1.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test1.mak" CFG="test1 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test1 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test1 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test1 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test1 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test1 - Win32 Release" -# Name "test1 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\block\test1.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test2.dsp b/make/vc6/test/test2.dsp deleted file mode 100644 index 0566e51..0000000 --- a/make/vc6/test/test2.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test2" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test2 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test2.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test2.mak" CFG="test2 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test2 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test2 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test2 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test2 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test2 - Win32 Release" -# Name "test2 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\cluster\test2.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test3.dsp b/make/vc6/test/test3.dsp deleted file mode 100644 index 9242d26..0000000 --- a/make/vc6/test/test3.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test3" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test3 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test3.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test3.mak" CFG="test3 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test3 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test3 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test3 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test3 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test3 - Win32 Release" -# Name "test3 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\endian\test3.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test4.dsp b/make/vc6/test/test4.dsp deleted file mode 100644 index 8297dae..0000000 --- a/make/vc6/test/test4.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test4" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test4 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test4.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test4.mak" CFG="test4 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test4 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test4 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test4 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test4 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test4 - Win32 Release" -# Name "test4 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\header\test4.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test5.dsp b/make/vc6/test/test5.dsp deleted file mode 100644 index be82180..0000000 --- a/make/vc6/test/test5.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test5.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test5.mak" CFG="test5 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test5 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test5 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test5 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test5 - Win32 Release" -# Name "test5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\utf8\test5.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test6.dsp b/make/vc6/test/test6.dsp deleted file mode 100644 index e052b36..0000000 --- a/make/vc6/test/test6.dsp +++ /dev/null @@ -1,101 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test6" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test6 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test6.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test6.mak" CFG="test6 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test6 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test6 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "test6 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test6 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test6 - Win32 Release" -# Name "test6 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\mux\test6.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test6c.dsp b/make/vc6/test/test6c.dsp deleted file mode 100644 index f1469b1..0000000 --- a/make/vc6/test/test6c.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test6c" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test6c - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test6c.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test6c.mak" CFG="test6c - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test6c - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test6c - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test6c - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../src/api/c" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test6c - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src/api/c" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test6c - Win32 Release" -# Name "test6c - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\test\mux\test6.c" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test7.dsp b/make/vc6/test/test7.dsp deleted file mode 100644 index 38616d1..0000000 --- a/make/vc6/test/test7.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test7" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test7 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test7.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test7.mak" CFG="test7 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test7 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test7 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test7 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../src" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test7 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test7 - Win32 Release" -# Name "test7 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\mux\test7.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test8.dsp b/make/vc6/test/test8.dsp deleted file mode 100644 index 057e60e..0000000 --- a/make/vc6/test/test8.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test8" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test8 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test8.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test8.mak" CFG="test8 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test8 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test8 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "test8 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test8 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test8 - Win32 Release" -# Name "test8 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\mux\test8.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test8c.dsp b/make/vc6/test/test8c.dsp deleted file mode 100644 index d8bb40f..0000000 --- a/make/vc6/test/test8c.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test8c" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test8c - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test8c.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test8c.mak" CFG="test8c - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test8c - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test8c - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "test8c - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../src/api/c" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test8c - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src/api/c" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test8c - Win32 Release" -# Name "test8c - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE="..\..\..\test\mux\test8.c" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/test/test9.dsp b/make/vc6/test/test9.dsp deleted file mode 100644 index 11101e2..0000000 --- a/make/vc6/test/test9.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="test9" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=test9 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "test9.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "test9.mak" CFG="test9 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "test9 - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "test9 - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "test9 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../.." /I "../../../../libebml" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x40c /d "NDEBUG" -# ADD RSC /l 0x40c /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ELSEIF "$(CFG)" == "test9 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# 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 -# ADD BASE RSC /l 0x40c /d "_DEBUG" -# ADD RSC /l 0x40c /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 - -!ENDIF - -# Begin Target - -# Name "test9 - Win32 Release" -# Name "test9 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\test\tags\test9.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/make/vc6/vc6.dsw b/make/vc6/vc6.dsw deleted file mode 100644 index 56de9f0..0000000 --- a/make/vc6/vc6.dsw +++ /dev/null @@ -1,134 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libebml"=..\..\..\libebml\make\vc6\lib\static\libebml.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "libmatroska"=.\lib\static\libmatroska.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency -}}} - -############################################################################### - -Project: "test0"=test\test0.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency - Begin Project Dependency - Project_Dep_Name libmatroska - End Project Dependency -}}} - -############################################################################### - -Project: "test00"=test\test00.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency - Begin Project Dependency - Project_Dep_Name libmatroska - End Project Dependency -}}} - -############################################################################### - -Project: "test6"=test\test6.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency - Begin Project Dependency - Project_Dep_Name libmatroska - End Project Dependency -}}} - -############################################################################### - -Project: "test8"=test\test8.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency - Begin Project Dependency - Project_Dep_Name libmatroska - End Project Dependency -}}} - -############################################################################### - -Project: "test9"=test\test9.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libebml - End Project Dependency - Begin Project Dependency - Project_Dep_Name libmatroska - End Project Dependency -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/make/vc7/Makefile b/make/vc7/Makefile deleted file mode 100644 index 47e33bc..0000000 --- a/make/vc7/Makefile +++ /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 index 8dba932..0000000 --- a/make/vc7/lib/dll/libmatroskadll.v71.vcproj +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/lib/static/libmatroska.v71.vcproj b/make/vc7/lib/static/libmatroska.v71.vcproj deleted file mode 100644 index 400a278..0000000 --- a/make/vc7/lib/static/libmatroska.v71.vcproj +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/lib/static/libmatroska.vcproj b/make/vc7/lib/static/libmatroska.vcproj deleted file mode 100644 index 672dc22..0000000 --- a/make/vc7/lib/static/libmatroska.vcproj +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/test/test0.vcproj b/make/vc7/test/test0.vcproj deleted file mode 100644 index a13bc22..0000000 --- a/make/vc7/test/test0.vcproj +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/test/test00.vcproj b/make/vc7/test/test00.vcproj deleted file mode 100644 index a15afd6..0000000 --- a/make/vc7/test/test00.vcproj +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/test/test6.vcproj b/make/vc7/test/test6.vcproj deleted file mode 100644 index bd8d2ca..0000000 --- a/make/vc7/test/test6.vcproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/test/test8.vcproj b/make/vc7/test/test8.vcproj deleted file mode 100644 index 48cfdbf..0000000 --- a/make/vc7/test/test8.vcproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/test/test9.vcproj b/make/vc7/test/test9.vcproj deleted file mode 100644 index 8c99bff..0000000 --- a/make/vc7/test/test9.vcproj +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/make/vc7/vc7.sln b/make/vc7/vc7.sln deleted file mode 100644 index 30966d8..0000000 --- a/make/vc7/vc7.sln +++ /dev/null @@ -1,73 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libebml", "..\..\..\libebml\make\vc7\lib\libebml.vcproj", "{C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libebmldll", "..\..\..\libebml\make\vc7\dll\libebmldll.v71.vcproj", "{83136D19-2749-4640-AC38-33E0B1F0DCC2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmatroska", "lib\static\libmatroska.vcproj", "{061EEA22-F7D5-4477-AB15-0DCE85EA038A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test0", "test\test0.vcproj", "{8380F3AF-9E4A-4D5F-900F-991978CE44E1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test00", "test\test00.vcproj", "{78DA23EF-794A-4311-9B99-8C71D44CC749}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test6", "test\test6.vcproj", "{4770FB10-8B2F-4E29-BA0B-517031ABC0F5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test8", "test\test8.vcproj", "{EAE085B0-7FD7-48DA-ABFE-A706DACC3794}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test9", "test\test9.vcproj", "{F294A3C5-D355-49E7-A8B8-B9692345A5E0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmatroskadll", "lib\dll\libmatroskadll.v71.vcproj", "{B227AC03-C69E-46B1-B91E-A77BE4C6F83A}" -EndProject -Global - GlobalSection(DPCodeReviewSolutionGUID) = preSolution - DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} - EndGlobalSection - GlobalSection(DevPartner Solution Properties) = postSolution - EndGlobalSection - GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Release - EndGlobalSection - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Debug.ActiveCfg = Debug|Win32 - {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Debug.Build.0 = Debug|Win32 - {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Release.ActiveCfg = Release|Win32 - {C6902997-CF7C-42B5-AD42-5B7C11F4CFE6}.Release.Build.0 = Release|Win32 - {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Debug.ActiveCfg = Debug|Win32 - {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Debug.Build.0 = Debug|Win32 - {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Release.ActiveCfg = Release|Win32 - {061EEA22-F7D5-4477-AB15-0DCE85EA038A}.Release.Build.0 = Release|Win32 - {8380F3AF-9E4A-4D5F-900F-991978CE44E1}.Debug.ActiveCfg = Debug|Win32 - {8380F3AF-9E4A-4D5F-900F-991978CE44E1}.Release.ActiveCfg = Release|Win32 - {78DA23EF-794A-4311-9B99-8C71D44CC749}.Debug.ActiveCfg = Debug|Win32 - {78DA23EF-794A-4311-9B99-8C71D44CC749}.Release.ActiveCfg = Release|Win32 - {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Debug.ActiveCfg = Debug|Win32 - {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Debug.Build.0 = Debug|Win32 - {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Release.ActiveCfg = Release|Win32 - {4770FB10-8B2F-4E29-BA0B-517031ABC0F5}.Release.Build.0 = Release|Win32 - {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Debug.ActiveCfg = Debug|Win32 - {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Debug.Build.0 = Debug|Win32 - {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Release.ActiveCfg = Release|Win32 - {EAE085B0-7FD7-48DA-ABFE-A706DACC3794}.Release.Build.0 = Release|Win32 - {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Debug.ActiveCfg = Debug|Win32 - {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Debug.Build.0 = Debug|Win32 - {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Release.ActiveCfg = Release|Win32 - {F294A3C5-D355-49E7-A8B8-B9692345A5E0}.Release.Build.0 = Release|Win32 - {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Debug.ActiveCfg = Debug|Win32 - {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Debug.Build.0 = Debug|Win32 - {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Release.ActiveCfg = Release|Win32 - {B227AC03-C69E-46B1-B91E-A77BE4C6F83A}.Release.Build.0 = Release|Win32 - {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Debug.ActiveCfg = Debug|Win32 - {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Debug.Build.0 = Debug|Win32 - {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Release.ActiveCfg = Release|Win32 - {83136D19-2749-4640-AC38-33E0B1F0DCC2}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection - GlobalSection(DevPartner) = postSolution - EndGlobalSection - GlobalSection(DevPartner) = postSolution - EndGlobalSection -EndGlobal -- 2.40.0