From 15280b456129fde5d806861481478721d541d875 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 7 Jan 2014 09:45:40 -0800 Subject: [PATCH] Delete some old unused stuff --- aegisub/INSTALL | 2 - aegisub/Makefile | 7 - aegisub/docs/doxygen/Layout.xml | 184 ------------ aegisub/docs/doxygen/css.css | 21 -- aegisub/docs/doxygen/doxyfile_aegisub | 30 -- aegisub/docs/doxygen/doxyfile_base | 268 ------------------ aegisub/docs/doxygen/doxyfile_libaegisub | 12 - aegisub/docs/doxygen/doxyfile_reporter | 12 - aegisub/docs/doxygen/gen.sh | 32 --- aegisub/docs/doxygen/html_header.html | 13 - aegisub/docs/doxygen/pages_aegisub/groups.dox | 34 --- aegisub/docs/doxygen/pages_aegisub/index.dox | 75 ----- .../docs/doxygen/pages_aegisub/license.dox | 5 - .../docs/doxygen/pages_libaegisub/groups.dox | 7 - .../docs/doxygen/pages_libaegisub/index.dox | 11 - .../docs/doxygen/pages_libaegisub/license.dox | 5 - .../docs/doxygen/pages_reporter/groups.dox | 7 - aegisub/docs/doxygen/pages_reporter/index.dox | 11 - .../docs/doxygen/pages_reporter/license.dox | 5 - aegisub/tinderbox/unix/dist.sh | 29 -- aegisub/tinderbox/windows/aegisub_vs2008.sln | 107 ------- aegisub/tinderbox/windows/anpan.bat | 69 ----- aegisub/tinderbox/windows/config_windows.h | 87 ------ aegisub/tinderbox/windows/dist.bat | 6 - aegisub/tinderbox/www/doxygen.sh | 29 -- 25 files changed, 1068 deletions(-) delete mode 100644 aegisub/INSTALL delete mode 100644 aegisub/docs/doxygen/Layout.xml delete mode 100644 aegisub/docs/doxygen/css.css delete mode 100644 aegisub/docs/doxygen/doxyfile_aegisub delete mode 100644 aegisub/docs/doxygen/doxyfile_base delete mode 100644 aegisub/docs/doxygen/doxyfile_libaegisub delete mode 100644 aegisub/docs/doxygen/doxyfile_reporter delete mode 100755 aegisub/docs/doxygen/gen.sh delete mode 100644 aegisub/docs/doxygen/html_header.html delete mode 100644 aegisub/docs/doxygen/pages_aegisub/groups.dox delete mode 100644 aegisub/docs/doxygen/pages_aegisub/index.dox delete mode 100644 aegisub/docs/doxygen/pages_aegisub/license.dox delete mode 100644 aegisub/docs/doxygen/pages_libaegisub/groups.dox delete mode 100644 aegisub/docs/doxygen/pages_libaegisub/index.dox delete mode 100644 aegisub/docs/doxygen/pages_libaegisub/license.dox delete mode 100644 aegisub/docs/doxygen/pages_reporter/groups.dox delete mode 100644 aegisub/docs/doxygen/pages_reporter/index.dox delete mode 100644 aegisub/docs/doxygen/pages_reporter/license.dox delete mode 100755 aegisub/tinderbox/unix/dist.sh delete mode 100644 aegisub/tinderbox/windows/aegisub_vs2008.sln delete mode 100755 aegisub/tinderbox/windows/anpan.bat delete mode 100644 aegisub/tinderbox/windows/config_windows.h delete mode 100755 aegisub/tinderbox/windows/dist.bat delete mode 100755 aegisub/tinderbox/www/doxygen.sh diff --git a/aegisub/INSTALL b/aegisub/INSTALL deleted file mode 100644 index 55e8fd8b2..000000000 --- a/aegisub/INSTALL +++ /dev/null @@ -1,2 +0,0 @@ -* To be written. - diff --git a/aegisub/Makefile b/aegisub/Makefile index 70641beb5..a87422e44 100644 --- a/aegisub/Makefile +++ b/aegisub/Makefile @@ -22,13 +22,6 @@ osx-bundle: osx-dmg: osx-bundle codesign -s 'Mac Developer' --deep Aegisub.app || true $(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)" - -osx-tinderbox-bundle: - $(BIN_SHELL) tools/osx-bundle.sh "$(T_BUNDLE)" $(AEGISUB_VERSION_DATA) "$(BIN_WX_CONFIG)" DICT_DIR="$(DICT_DIR)" - -osx-tinderbox-dmg: - $(BIN_SHELL) tools/osx-dmg.sh "$(T_DMG)" "$(T_BUNDLE)" - $(BIN_MV) "$(T_DMG).dmg" bundle.dmg endif diff --git a/aegisub/docs/doxygen/Layout.xml b/aegisub/docs/doxygen/Layout.xml deleted file mode 100644 index b3c4c9909..000000000 --- a/aegisub/docs/doxygen/Layout.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/docs/doxygen/css.css b/aegisub/docs/doxygen/css.css deleted file mode 100644 index 09b7fc4ef..000000000 --- a/aegisub/docs/doxygen/css.css +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id$ */ - -.note, .warning, .caution { - margin: 0.5em; - padding: 0.5em 0.5em; - word-wrap: break-word; -} - -.note { - border: 1px solid #F9FD96; - background-color: #FDFEE7; -} - -.caution { - border: 1px solid #FF4A66; - background-color: #FFF5F6; -} - -.warning { - border: 1px solid #FF4A66; -} diff --git a/aegisub/docs/doxygen/doxyfile_aegisub b/aegisub/docs/doxygen/doxyfile_aegisub deleted file mode 100644 index bd23b98a7..000000000 --- a/aegisub/docs/doxygen/doxyfile_aegisub +++ /dev/null @@ -1,30 +0,0 @@ -@INCLUDE = doxyfile_base - -PROJECT_NAME = Aegisub - -INPUT = ../../src/ ./pages_aegisub - - -EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* */boost/* */scripts/* */gl/* */msvc/* */libresrc/* \ - */libosxutil/bundledirs-test.c */avisynth.h */MatroskaParser.? */md5.? - -PREDEFINED += \ - WITH_PORTAUDIO \ - WITH_ALSA \ - WITH_AUTO4_LUA \ - WITH_AUTOMATION \ - WITH_AVISYNTH \ - WITH_CSRI \ - WITH_DIRECTSOUND \ - WITH_FFMS2 \ - WITH_FONTCONFIG \ - WITH_FREETYPE2 \ - WITH_HUNSPELL \ - WITH_LIBASS \ - WITH_OLD_HUNSPELL \ - WITH_OPENAL \ - WITH_PORTAUDIO \ - WITH_PORTAUDIO2 \ - WITH_LIBPULSE \ - WITH_STARTUPLOG \ - WITH_UNIVCHARDET diff --git a/aegisub/docs/doxygen/doxyfile_base b/aegisub/docs/doxygen/doxyfile_base deleted file mode 100644 index 64e241d61..000000000 --- a/aegisub/docs/doxygen/doxyfile_base +++ /dev/null @@ -1,268 +0,0 @@ -# Doxyfile 1.5.8 - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -DOXYFILE_ENCODING = UTF-8 -#PROJECT_NAME = -PROJECT_NUMBER = trunk -OUTPUT_DIRECTORY = $(OUTPUT_DIR) -CREATE_SUBDIRS = NO -OUTPUT_LANGUAGE = English -BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES -ABBREVIATE_BRIEF = -ALWAYS_DETAILED_SEC = NO -INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = YES -STRIP_FROM_PATH = $(SRC_TRIM) -STRIP_FROM_INC_PATH = -SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = NO -QT_AUTOBRIEF = NO -MULTILINE_CPP_IS_BRIEF = YES -INHERIT_DOCS = YES -SEPARATE_MEMBER_PAGES = NO -TAB_SIZE = 4 -ALIASES = -ALIASES += ticket{1}="#\1" -ALIASES += revision{1}="r\1" -OPTIMIZE_OUTPUT_FOR_C = NO -OPTIMIZE_OUTPUT_JAVA = NO -OPTIMIZE_FOR_FORTRAN = NO -OPTIMIZE_OUTPUT_VHDL = NO -EXTENSION_MAPPING = -BUILTIN_STL_SUPPORT = YES -CPP_CLI_SUPPORT = YES -SIP_SUPPORT = NO -IDL_PROPERTY_SUPPORT = YES -DISTRIBUTE_GROUP_DOC = NO -SUBGROUPING = YES -TYPEDEF_HIDES_STRUCT = NO -SYMBOL_CACHE_SIZE = 0 -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- -EXTRACT_ALL = YES -EXTRACT_PRIVATE = YES -EXTRACT_STATIC = YES -EXTRACT_LOCAL_CLASSES = YES -EXTRACT_LOCAL_METHODS = YES -EXTRACT_ANON_NSPACES = NO -HIDE_UNDOC_MEMBERS = NO -HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO -HIDE_IN_BODY_DOCS = NO -INTERNAL_DOCS = NO -CASE_SENSE_NAMES = YES -HIDE_SCOPE_NAMES = NO -SHOW_INCLUDE_FILES = NO -INLINE_INFO = YES -SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = NO -SORT_GROUP_NAMES = NO -SORT_BY_SCOPE_NAME = YES -GENERATE_TODOLIST = YES -GENERATE_TESTLIST = YES -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = -MAX_INITIALIZER_LINES = 30 -SHOW_USED_FILES = YES -SHOW_DIRECTORIES = NO -SHOW_FILES = YES -SHOW_NAMESPACES = YES -#FILE_VERSION_FILTER = docs/versionfilter.sh -LAYOUT_FILE = Layout.xml -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = NO -WARNINGS = YES -WARN_IF_UNDOCUMENTED = YES -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = NO -WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = doxygen.log -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -#INPUT = -INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.h *.cpp *.c *.dox -RECURSIVE = YES -#EXCLUDE = -EXCLUDE = -EXCLUDE_SYMLINKS = NO -#EXCLUDE_PATTERNS = -EXCLUDE_SYMBOLS = -EXAMPLE_PATH = ../../ -EXAMPLE_PATTERNS = -EXAMPLE_RECURSIVE = NO -IMAGE_PATH = -INPUT_FILTER = -FILTER_PATTERNS = -FILTER_SOURCE_FILES = NO -#--------------------------------------------------------------------------- -# configuration options related to source browsing -#--------------------------------------------------------------------------- -SOURCE_BROWSER = YES -INLINE_SOURCES = NO -STRIP_CODE_COMMENTS = YES -# FIXME: set these two to NO? -REFERENCED_BY_RELATION = YES -REFERENCES_RELATION = NO -REFERENCES_LINK_SOURCE = YES -USE_HTAGS = NO -VERBATIM_HEADERS = YES -#--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 5 -IGNORE_PREFIX = -#--------------------------------------------------------------------------- -# configuration options related to the HTML output -#--------------------------------------------------------------------------- -GENERATE_HTML = YES -HTML_OUTPUT = ./ -HTML_FILE_EXTENSION = .html -HTML_HEADER = html_header.html -HTML_FOOTER = -HTML_STYLESHEET = -HTML_ALIGN_MEMBERS = YES -HTML_DYNAMIC_SECTIONS = NO -GENERATE_DOCSET = NO -DOCSET_FEEDNAME = "Doxygen generated docs" -DOCSET_BUNDLE_ID = org.doxygen.Project -GENERATE_HTMLHELP = NO -CHM_FILE = -HHC_LOCATION = -GENERATE_CHI = NO -CHM_INDEX_ENCODING = -BINARY_TOC = NO -TOC_EXPAND = NO -GENERATE_QHP = NO -QCH_FILE = -QHP_NAMESPACE = -QHP_VIRTUAL_FOLDER = doc -QHP_CUST_FILTER_NAME = -QHP_CUST_FILTER_ATTRS = -QHP_SECT_FILTER_ATTRS = -QHG_LOCATION = -DISABLE_INDEX = NO -ENUM_VALUES_PER_LINE = 4 -GENERATE_TREEVIEW = NONE -TREEVIEW_WIDTH = 250 -FORMULA_FONTSIZE = 10 -#--------------------------------------------------------------------------- -# configuration options related to the LaTeX output -#--------------------------------------------------------------------------- -GENERATE_LATEX = NO -LATEX_OUTPUT = latex -LATEX_CMD_NAME = latex -MAKEINDEX_CMD_NAME = makeindex -COMPACT_LATEX = NO -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 = NO -RTF_OUTPUT = rtf -COMPACT_RTF = NO -RTF_HYPERLINKS = NO -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 = NO -#--------------------------------------------------------------------------- -# configuration options related to the XML output -#--------------------------------------------------------------------------- -GENERATE_XML = NO -XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = -XML_PROGRAMLISTING = YES -#--------------------------------------------------------------------------- -# 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 = YES -EXPAND_ONLY_PREDEF = YES -SEARCH_INCLUDES = YES -INCLUDE_PATH = -INCLUDE_FILE_PATTERNS = -#PREDEFINED = -PREDEFINED += WXUNUSED(x)= -PREDEFINED += "CMD_NAME(a)=const char* name() { return a; } ///< a" -PREDEFINED += "STR_MENU(a)=wxString StrMenu() const { return a; } ///< a" -PREDEFINED += "STR_DISP(a)=wxString StrDisplay() const { return a; } ///< a" -PREDEFINED += "STR_HELP(a)=wxString StrHelp() const { return a; } ///< a" - -#EXPAND_AS_DEFINED = CMD_NAME STR_MENU STR_DISP STR_HELP -SKIP_FUNCTION_MACROS = YES -#--------------------------------------------------------------------------- -# Configuration::additions 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 -MSCGEN_PATH = -HIDE_UNDOC_RELATIONS = YES -HAVE_DOT = YES -DOT_FONTNAME = FreeSans -DOT_FONTSIZE = 10 -DOT_FONTPATH = -CLASS_GRAPH = YES -COLLABORATION_GRAPH = NO -GROUP_GRAPHS = NO -UML_LOOK = NO -TEMPLATE_RELATIONS = NO -INCLUDE_GRAPH = NO -INCLUDED_BY_GRAPH = NO -CALL_GRAPH = NO -CALLER_GRAPH = NO -GRAPHICAL_HIERARCHY = YES -DIRECTORY_GRAPH = YES -DOT_IMAGE_FORMAT = png -DOT_PATH = -DOTFILE_DIRS = -DOT_GRAPH_MAX_NODES = 50 -MAX_DOT_GRAPH_DEPTH = 0 -DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO -GENERATE_LEGEND = YES -DOT_CLEANUP = YES -#--------------------------------------------------------------------------- -# Options related to the search engine -#--------------------------------------------------------------------------- -SEARCHENGINE = NO -SERVER_BASED_SEARCH = YES diff --git a/aegisub/docs/doxygen/doxyfile_libaegisub b/aegisub/docs/doxygen/doxyfile_libaegisub deleted file mode 100644 index cc97d8124..000000000 --- a/aegisub/docs/doxygen/doxyfile_libaegisub +++ /dev/null @@ -1,12 +0,0 @@ -@INCLUDE = doxyfile_base - -PROJECT_NAME = "libaegisub" - -INPUT = ../../libaegisub/ ./pages_libaegisub - -EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* - -PREDEFINED += \ - __WINDOWS__ \ - __UNIX__ \ - __OSX__ diff --git a/aegisub/docs/doxygen/doxyfile_reporter b/aegisub/docs/doxygen/doxyfile_reporter deleted file mode 100644 index a3354c38c..000000000 --- a/aegisub/docs/doxygen/doxyfile_reporter +++ /dev/null @@ -1,12 +0,0 @@ -@INCLUDE = doxyfile_base - -PROJECT_NAME = "Aegisub Reporter" - -INPUT = ../../reporter/ ./pages_reporter - -EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* - -PREDEFINED += \ - __WINDOWS__ \ - __UNIX__ \ - __OSX__ diff --git a/aegisub/docs/doxygen/gen.sh b/aegisub/docs/doxygen/gen.sh deleted file mode 100755 index a980b4e09..000000000 --- a/aegisub/docs/doxygen/gen.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -# -# $Id$ -# - -if test -z "$1" || test -z "$2"; then - echo "You must provide a project and output dir." - exit; -fi - -SRC_PWD=`pwd|sed "s|/docs/doxygen||"` - -case "$1" in - "aegisub") - TRIM="${SRC_PWD}/src/" - ;; - "reporter") - TRIM="${SRC_PWD}/reporter/" - ;; - "libaegisub") - TRIM="${SRC_PWD}/libaegisub/" - ;; -esac - -export OUTPUT_DIR="$2" -export SRC_TRIM="${TRIM}" - -mkdir -vp "$2" -cp -v css.css "$2" - - -doxygen "doxyfile_$1" diff --git a/aegisub/docs/doxygen/html_header.html b/aegisub/docs/doxygen/html_header.html deleted file mode 100644 index 8163a2166..000000000 --- a/aegisub/docs/doxygen/html_header.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - $title - - - - - - - - - diff --git a/aegisub/docs/doxygen/pages_aegisub/groups.dox b/aegisub/docs/doxygen/pages_aegisub/groups.dox deleted file mode 100644 index 5249ffa70..000000000 --- a/aegisub/docs/doxygen/pages_aegisub/groups.dox +++ /dev/null @@ -1,34 +0,0 @@ -/** -@defgroup audio_input Audio Input -@defgroup audio_output Audio Output -@defgroup audio_ui Audio UI -@defgroup build Files used in building Aegisub. -@defgroup configuration_ui Configuration Ui -@defgroup custom_control Custom Control -@defgroup export Export -@defgroup ffms FFmpegSource support. -@defgroup font_collector Font collector -@defgroup kanji_timer Kanji Timer -@defgroup libosxutil libosxutil -@defgroup main Main -@defgroup main_headers Main Headers -@defgroup main_ui Main UI -@defgroup matroska Matroska support. -@defgroup scripting Scripting -@defgroup secondary_ui Secondary UI -@defgroup spelling Spelling -@defgroup style_editor Style Editor -@defgroup subs_storage Subtitle Storage -@defgroup subtitle_io Subtitle I/O -@defgroup subtitle_rendering Subtitle Rendering -@defgroup thesaurus Thesaurus -@defgroup tools_ui Tools UI -@defgroup unused Unused -@defgroup utility Utility -@defgroup video Video -@defgroup video_input Video Input -@defgroup video_output Video Output -@defgroup visual_ts Video Typesetting -@defgroup vobsub VobSub - -*/ diff --git a/aegisub/docs/doxygen/pages_aegisub/index.dox b/aegisub/docs/doxygen/pages_aegisub/index.dox deleted file mode 100644 index 21e6ec3a0..000000000 --- a/aegisub/docs/doxygen/pages_aegisub/index.dox +++ /dev/null @@ -1,75 +0,0 @@ -/** @mainpage - -

Source Groups

- - -
-Main - - @ref main - - @ref main_headers - - @ref main_ui - - @ref configuration_ui - - @ref custom_control - - @ref export - - @ref scripting - - @ref secondary_ui - - @ref subs_storage - -Library - - @ref ffms - - @ref matroska - -Dialogues - - @ref font_collector - - @ref kanji_timer - - @ref spelling - - @ref style_editor - - @ref thesaurus - - @ref visual_ts - - -Miscellanous - - @ref build - - @ref tools_ui - - @ref unused - - @ref utility - - @ref libosxutil - -Subtitle - - @ref subtitle_io - - @ref subtitle_rendering - - @ref vobsub - -Audio - - @ref audio_input - - @ref audio_output - - @ref audio_ui - -Video - - @ref video - - @ref video_input - - @ref video_output - -
- -
- - -

Available Command List

- - @ref cmd-app - - @ref cmd-audio - - @ref cmd-am - - @ref cmd-edit - - @ref cmd-grid - - @ref cmd-help - - @ref cmd-keyframed - - @ref cmd-menu - - @ref cmd-recent - - @ref cmd-subtitle - - @ref cmd-time - - @ref cmd-timecode - - @ref cmd-tool - - @ref cmd-video - - -*/ diff --git a/aegisub/docs/doxygen/pages_aegisub/license.dox b/aegisub/docs/doxygen/pages_aegisub/license.dox deleted file mode 100644 index 8050be379..000000000 --- a/aegisub/docs/doxygen/pages_aegisub/license.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** @page License Aegisub License - -@verbinclude "LICENCE" - -*/ diff --git a/aegisub/docs/doxygen/pages_libaegisub/groups.dox b/aegisub/docs/doxygen/pages_libaegisub/groups.dox deleted file mode 100644 index 13172d4be..000000000 --- a/aegisub/docs/doxygen/pages_libaegisub/groups.dox +++ /dev/null @@ -1,7 +0,0 @@ -/** -@defgroup base Base -@defgroup unix Unix -@defgroup windows Windows -@defgroup osx OS X -@defgroup io File I/O -*/ diff --git a/aegisub/docs/doxygen/pages_libaegisub/index.dox b/aegisub/docs/doxygen/pages_libaegisub/index.dox deleted file mode 100644 index c47304e82..000000000 --- a/aegisub/docs/doxygen/pages_libaegisub/index.dox +++ /dev/null @@ -1,11 +0,0 @@ -/** @mainpage - -Main - - @ref base - -Library - - @ref unix - - @ref windows - - @ref osx - - @ref io -*/ diff --git a/aegisub/docs/doxygen/pages_libaegisub/license.dox b/aegisub/docs/doxygen/pages_libaegisub/license.dox deleted file mode 100644 index 903d32cb6..000000000 --- a/aegisub/docs/doxygen/pages_libaegisub/license.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** @page License libaegisub License - -@verbinclude "LICENCE" - -*/ diff --git a/aegisub/docs/doxygen/pages_reporter/groups.dox b/aegisub/docs/doxygen/pages_reporter/groups.dox deleted file mode 100644 index 13172d4be..000000000 --- a/aegisub/docs/doxygen/pages_reporter/groups.dox +++ /dev/null @@ -1,7 +0,0 @@ -/** -@defgroup base Base -@defgroup unix Unix -@defgroup windows Windows -@defgroup osx OS X -@defgroup io File I/O -*/ diff --git a/aegisub/docs/doxygen/pages_reporter/index.dox b/aegisub/docs/doxygen/pages_reporter/index.dox deleted file mode 100644 index c47304e82..000000000 --- a/aegisub/docs/doxygen/pages_reporter/index.dox +++ /dev/null @@ -1,11 +0,0 @@ -/** @mainpage - -Main - - @ref base - -Library - - @ref unix - - @ref windows - - @ref osx - - @ref io -*/ diff --git a/aegisub/docs/doxygen/pages_reporter/license.dox b/aegisub/docs/doxygen/pages_reporter/license.dox deleted file mode 100644 index 8050be379..000000000 --- a/aegisub/docs/doxygen/pages_reporter/license.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** @page License Aegisub License - -@verbinclude "LICENCE" - -*/ diff --git a/aegisub/tinderbox/unix/dist.sh b/aegisub/tinderbox/unix/dist.sh deleted file mode 100755 index 092b4ac93..000000000 --- a/aegisub/tinderbox/unix/dist.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -DIST_NAME="aegisub-snap-r${1}" -UNAME_S=`uname -s` -CONFIGURE_ARGS="/mnt/devel/build/debug-wx-trunk-r66440//lib/wx/config/gtk2-unicode-2.9" -BIN_MAKE="make" -ACLOCAL_FLAGS="-I /home/verm/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $? - -CONFIGURE_ARGS="/mnt/devel/build/debug-wx-trunk-r66440//lib/wx/config/gtk2-unicode-2.9" - -if test -z "${1}"; then - echo "You must supply a revision number!" - exit 1 -fi - -# On FreeBSD "make" is PMake, so we need to use 'gmake' -if test "${UNAME_S}" = "FreeBSD"; then - BIN_MAKE="gmake" -fi - - -${BIN_MAKE} distdir distdir="${DIST_NAME}" || exit $? - -# Put the name of the buildslave into ./slave_info as it may be useful for -# debugging localised buildslave issues if a user is using a snapshot. -echo "${2}" > "${DIST_NAME}/slave_info" - -tar cf "${DIST_NAME}.tar" "${DIST_NAME}" || exit $? -bzip2 -v ${DIST_NAME}.tar -mv "${DIST_NAME}.tar.bz2" dist.tar.bz2 diff --git a/aegisub/tinderbox/windows/aegisub_vs2008.sln b/aegisub/tinderbox/windows/aegisub_vs2008.sln deleted file mode 100644 index 8fc08bb4e..000000000 --- a/aegisub/tinderbox/windows/aegisub_vs2008.sln +++ /dev/null @@ -1,107 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aegisub_vs2008", "..\..\build\aegisub_vs2008\aegisub_vs2008.vcproj", "{65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}" - ProjectSection(ProjectDependencies) = postProject - {4294BC27-91AC-4642-B5E1-042288478C2A} = {4294BC27-91AC-4642-B5E1-042288478C2A} - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05} = {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05} - {1809269E-6E14-47E8-A9D0-147877EBCDBC} = {1809269E-6E14-47E8-A9D0-147877EBCDBC} - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178} = {7BECBDEF-9935-4E9D-8958-CCAA39D8B178} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "universalcharset_2008", "..\..\universalchardet\universalcharset_2008.vcproj", "{6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csri_2008", "..\..\..\contrib\csri\csri_2008.vcproj", "{4294BC27-91AC-4642-B5E1-042288478C2A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhunspell_2008", "..\..\..\contrib\hunspell\src\win_api\libhunspell_2008.vcproj", "{53609BB3-D874-465C-AF7B-DF626DB0D89B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51_vc9", "..\..\..\contrib\lua51\lua51_vc9.vcproj", "{1809269E-6E14-47E8-A9D0-147877EBCDBC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv_2008", "..\..\..\contrib\iconv\iconv.vcproj", "{C2010153-4F34-476F-A903-DD7CE28EDFF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "respack_2008", "..\..\tools\common-respack.vcproj", "{2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libaegisub_vs2008", "..\..\build\libaegisub_vs2008\libaegisub_vs2008.vcproj", "{7BECBDEF-9935-4E9D-8958-CCAA39D8B178}" - ProjectSection(ProjectDependencies) = postProject - {C2010153-4F34-476F-A903-DD7CE28EDFF8} = {C2010153-4F34-476F-A903-DD7CE28EDFF8} - {53609BB3-D874-465C-AF7B-DF626DB0D89B} = {53609BB3-D874-465C-AF7B-DF626DB0D89B} - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB} = {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Debug|Win32.ActiveCfg = Debug|Win32 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Debug|Win32.Build.0 = Debug|Win32 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Debug|x64.ActiveCfg = Debug|x64 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Debug|x64.Build.0 = Debug|x64 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Release|Win32.ActiveCfg = Release|Win32 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Release|Win32.Build.0 = Release|Win32 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Release|x64.ActiveCfg = Release|x64 - {65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}.Release|x64.Build.0 = Release|x64 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Debug|Win32.ActiveCfg = Debug|Win32 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Debug|Win32.Build.0 = Debug|Win32 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Debug|x64.ActiveCfg = Debug|x64 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Debug|x64.Build.0 = Debug|x64 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Release|Win32.ActiveCfg = Release|Win32 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Release|Win32.Build.0 = Release|Win32 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Release|x64.ActiveCfg = Release|x64 - {6B6028DA-8702-4853-8FF1-B55BEDD4C8DB}.Release|x64.Build.0 = Release|x64 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Debug|Win32.Build.0 = Debug|Win32 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Debug|x64.ActiveCfg = Debug|x64 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Debug|x64.Build.0 = Debug|x64 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Release|Win32.ActiveCfg = Release|Win32 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Release|Win32.Build.0 = Release|Win32 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Release|x64.ActiveCfg = Release|x64 - {4294BC27-91AC-4642-B5E1-042288478C2A}.Release|x64.Build.0 = Release|x64 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Debug|Win32.ActiveCfg = Debug|Win32 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Debug|Win32.Build.0 = Debug|Win32 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Debug|x64.ActiveCfg = Debug|x64 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Debug|x64.Build.0 = Debug|x64 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Release|Win32.ActiveCfg = Release|Win32 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Release|Win32.Build.0 = Release|Win32 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Release|x64.ActiveCfg = Release|x64 - {53609BB3-D874-465C-AF7B-DF626DB0D89B}.Release|x64.Build.0 = Release|x64 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Debug|Win32.ActiveCfg = Debug|Win32 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Debug|Win32.Build.0 = Debug|Win32 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Debug|x64.ActiveCfg = Debug|x64 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Debug|x64.Build.0 = Debug|x64 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Release|Win32.ActiveCfg = Release|Win32 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Release|Win32.Build.0 = Release|Win32 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Release|x64.ActiveCfg = Release|x64 - {1809269E-6E14-47E8-A9D0-147877EBCDBC}.Release|x64.Build.0 = Release|x64 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|Win32.Build.0 = Debug|Win32 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|x64.ActiveCfg = Debug|x64 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|x64.Build.0 = Debug|x64 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|Win32.ActiveCfg = Release|Win32 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|Win32.Build.0 = Release|Win32 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|x64.ActiveCfg = Release|x64 - {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|x64.Build.0 = Release|x64 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Debug|Win32.ActiveCfg = Debug|Win32 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Debug|Win32.Build.0 = Debug|Win32 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Debug|x64.ActiveCfg = Debug|x64 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Debug|x64.Build.0 = Debug|x64 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Release|Win32.ActiveCfg = Release|Win32 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Release|Win32.Build.0 = Release|Win32 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Release|x64.ActiveCfg = Release|x64 - {2FDF2466-4377-47F9-A1DA-FEE3F6A1AD05}.Release|x64.Build.0 = Release|x64 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Debug|Win32.ActiveCfg = Debug|Win32 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Debug|Win32.Build.0 = Debug|Win32 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Debug|x64.ActiveCfg = Debug|x64 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Debug|x64.Build.0 = Debug|x64 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Release|Win32.ActiveCfg = Release|Win32 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Release|Win32.Build.0 = Release|Win32 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Release|x64.ActiveCfg = Release|x64 - {7BECBDEF-9935-4E9D-8958-CCAA39D8B178}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/aegisub/tinderbox/windows/anpan.bat b/aegisub/tinderbox/windows/anpan.bat deleted file mode 100755 index 765f477a4..000000000 --- a/aegisub/tinderbox/windows/anpan.bat +++ /dev/null @@ -1,69 +0,0 @@ -@echo off - -set OS=Windows_NT -set PROCESSOR_ARCHITECTURE=AMD64 -set PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 7, GenuineIntel -set PROCESSOR_LEVEL=6 -set PROCESSOR_REVISION=0f07 -set TRACE_FORMAT_SEARCH_PATH=\\NTREL202.ntdev.corp.microsoft.com\34FB5F65-FFEB-4B61-BF0E-A6A76C450FAA\TraceFormat -set DFSTRACINGON=FALSE -set FP_NO_HOST_CHECK=NO - -set CommonProgramFiles=C:\Program Files\Common Files -set CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files -set ProgramFiles=C:\Program Files -set ProgramFiles(x86)=C:\Program Files (x86) - -set VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 9.0 -set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC -set VS90COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\ -set DXSDK_DIR=C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\ -set WindowsSdkDir=C:\Program Files\Microsoft SDKs\Windows\v6.0A\ - -set HOME=C:\Users\Aegisub -set LOCALAPPDATA=%HOME%\AppData\Local -set TEMP=%LOCALAPPDATA%\Temp -set TMP=%LOCALAPPDATA%\Temp - -set INCLUDE=%VCINSTALLDIR%\ATLMFC\INCLUDE;%VCINSTALLDIR%\INCLUDE -set INCLUDE=%INCLUDE%;%WindowsSdkDir%\include -set INCLUDE=%INCLUDE%;%DXSDK_DIR%\Include -set INCLUDE=%INCLUDE%;%HOME%\Dev\wxlib\include -set INCLUDE=%INCLUDE%;%HOME%\Dev\src\freetype-2.3.9\include -set INCLUDE=%INCLUDE%;%HOME%\Dev\src\portaudio\include - -set Framework35Version=v3.5 -set FrameworkVersion=v2.0.50727 -set PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY - -if /i "%2"=="Win32" goto set32 -if /i "%2"=="x64" goto set64 - -:set32 -set LIB=%VCINSTALLDIR%\ATLMFC\LIB;%VCINSTALLDIR%\LIB -set LIB=%LIB%;%WindowsSdkDir%\lib -set LIB=%LIB%;%DXSDK_DIR%\Lib\x86 -set LIB=%LIB%;%HOME%\Dev\wxlib\lib32 -set LIB=%LIB%;%HOME%\Dev\src\freetype-2.3.9\objs\win32\vc2008 -set LIB=%LIB%;%HOME%\Dev\src\portaudio\lib -set LIB=%LIB%;%HOME%\Dev\src\ffms2\lib -set FrameworkDir=C:\Windows\Microsoft.NET\Framework -set LIBPATH=C:\Windows\Microsoft.NET\Framework\v3.5;C:\Windows\Microsoft.NET\Framework\v2.0.50727;C:\Windows\Microsoft.NET\Framework\v3.5;C:\Windows\Microsoft.NET\Framework\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\LIB; -set Path=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN;C:\Windows\Microsoft.NET\Framework\v3.5;C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;C:\Program Files (x86)\CollabNet Subversion Server;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Python25;C:\Python25\Scripts -goto startbuild - -:set64 -set LIB=%VCINSTALLDIR%\ATLMFC\LIB\amd64;%VCINSTALLDIR%\LIB\amd64 -set LIB=%LIB%;%WindowsSdkDir%\lib\x64 -set LIB=%LIB%;%DXSDK_DIR%\Lib\x64 -set LIB=%LIB%;%HOME%\Dev\wxlib\lib64 -set LIB=%LIB%;%HOME%\Dev\src\freetype-2.3.9\objs\win32\vc2008_64 -set LIB=%LIB%;%HOME%\Dev\src\portaudio\lib -set FrameworkDir=C:\Windows\Microsoft.NET\Framework64 -set LIBPATH=C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\LIB\amd64; -set Path=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\x64;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\win64\x64;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;C:\Program Files (x86)\CollabNet Subversion Server;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Python25;C:\Python25\Scripts -goto startbuild - -:startbuild - -vcbuild /nologo /platform:%2 /r /useenv aegisub\tinderbox\windows\aegisub_vs2008.sln %1^|%2 diff --git a/aegisub/tinderbox/windows/config_windows.h b/aegisub/tinderbox/windows/config_windows.h deleted file mode 100644 index 13d50283f..000000000 --- a/aegisub/tinderbox/windows/config_windows.h +++ /dev/null @@ -1,87 +0,0 @@ -// Copyright (c) 2007, Rodrigo Braz Monteiro -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: -// -// * Redistributions of source code must retain the above copyright notice, -// this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. -// * Neither the name of the Aegisub Group nor the names of its contributors -// may be used to endorse or promote products derived from this software -// without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -// POSSIBILITY OF SUCH DAMAGE. -// -// ----------------------------------------------------------------------------- -// -// AEGISUB -// -// Website: http://aegisub.cellosoft.com -// Contact: mailto:zeratul@cellosoft.com -// - - -#pragma once - - -// Build credit: Set this to a string with your name as you want it to appear on the program -#ifndef BUILD_CREDIT -#define BUILD_CREDIT "Buildbot-ANPAN" -#endif - - -#define HAVE_LITTLE_ENDIAN -#undef HAVE_BIG_ENDIAN - - -#define WITH_AUTOMATION -#define WITH_AUTO4_LUA -#define WITH_AUTO3 -//#define WITH_PERL -//#define WITH_PERLCONSOLE -//#define WITH_RUBY - - -#define WITH_DIRECTSOUND -//#define WITH_PORTAUDIO -//#define WITH_ALSA -//#define WITH_OPENAL -//#define WITH_PULSEAUDIO - - -#if !defined(_M_X64) && !defined(_M_IA64) -# define WITH_AVISYNTH -# define WITH_FFMS2 -#endif -//#define WITH_DIRECTSHOW -//#define WITH_FFMPEG -//#define WITH_STATIC_FFMPEG - - -#define WITH_FREETYPE2 -#define FT2_LIB_RELEASE "freetype239.lib" -#define FT2_LIB_DEBUG "freetype239_D.lib" -//#define WITH_FONTCONFIG - -#define WITH_UNIVCHARDET - -#define WITH_CSRI -//#define WITH_LIBASS - -#define WITH_HUNSPELL - -//#define WITH_STARTUPLOG -//#define FINAL_RELEASE diff --git a/aegisub/tinderbox/windows/dist.bat b/aegisub/tinderbox/windows/dist.bat deleted file mode 100755 index bed45ef49..000000000 --- a/aegisub/tinderbox/windows/dist.bat +++ /dev/null @@ -1,6 +0,0 @@ -set dist_dir="aegisub-%1-%2-%3-r%4" -md %dist_dir% -xcopy aegisub\tinderbox\windows\bin\aegisub??.exe %dist_dir% -xcopy aegisub\tinderbox\windows\bin\aegisub??.pdb %dist_dir% - -"c:\Program Files (x86)\7-Zip\7z.exe" -bd a dist.7z %dist_dir%/* diff --git a/aegisub/tinderbox/www/doxygen.sh b/aegisub/tinderbox/www/doxygen.sh deleted file mode 100755 index 7c173b394..000000000 --- a/aegisub/tinderbox/www/doxygen.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if test -z "$1"; then - echo "You must provide a project name." - exit; -fi - -# Remove from any previous runs -rm -f docs/doxygen/doxygen.log - -# Help buildbot find the doxygen.log -ln -s docs/doxygen/doxygen.log - -case "$1" in - "aegisub") - OUTPUT="source" - ;; - "reporter") - OUTPUT="reporter" - ;; - "libaegisub") - OUTPUT="libaegisub" - ;; -esac - -cd docs/doxygen -sh -x ./gen.sh $1 /usr/www/docs.aegisub.org/${OUTPUT} - -chmod 0644 /usr/www/docs.aegisub.org/${OUTPUT}/*