Delete some old unused stuff
This commit is contained in:
parent
75df295fc0
commit
15280b4561
25 changed files with 0 additions and 1068 deletions
|
@ -1,2 +0,0 @@
|
||||||
* To be written.
|
|
||||||
|
|
|
@ -22,13 +22,6 @@ osx-bundle:
|
||||||
osx-dmg: osx-bundle
|
osx-dmg: osx-bundle
|
||||||
codesign -s 'Mac Developer' --deep Aegisub.app || true
|
codesign -s 'Mac Developer' --deep Aegisub.app || true
|
||||||
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
|
$(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
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,184 +0,0 @@
|
||||||
<doxygenlayout version="1.0">
|
|
||||||
<!-- Navigation index tabs for HTML output -->
|
|
||||||
<navindex>
|
|
||||||
<tab type="mainpage" visible="yes" title=""/>
|
|
||||||
<tab type="pages" visible="yes" title=""/>
|
|
||||||
<tab type="modules" visible="no" title=""/>
|
|
||||||
<tab type="namespaces" visible="yes" title="">
|
|
||||||
<tab type="namespaces" visible="yes" title=""/>
|
|
||||||
<tab type="namespacemembers" visible="yes" title=""/>
|
|
||||||
</tab>
|
|
||||||
<tab type="classes" visible="yes" title="">
|
|
||||||
<tab type="classes" visible="yes" title=""/>
|
|
||||||
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
|
||||||
<tab type="hierarchy" visible="yes" title=""/>
|
|
||||||
<tab type="classmembers" visible="yes" title=""/>
|
|
||||||
</tab>
|
|
||||||
<tab type="files" visible="yes" title="">
|
|
||||||
<tab type="files" visible="yes" title=""/>
|
|
||||||
<tab type="globals" visible="yes" title=""/>
|
|
||||||
</tab>
|
|
||||||
<tab type="dirs" visible="yes" title=""/>
|
|
||||||
<tab type="examples" visible="yes" title=""/>
|
|
||||||
</navindex>
|
|
||||||
|
|
||||||
<!-- Layout definition for a class page -->
|
|
||||||
<class>
|
|
||||||
<briefdescription visible="yes"/>
|
|
||||||
<includes visible="$SHOW_INCLUDE_FILES"/>
|
|
||||||
<inheritancegraph visible="$CLASS_GRAPH"/>
|
|
||||||
<collaborationgraph visible="$COLLABORATION_GRAPH"/>
|
|
||||||
<allmemberslink visible="yes"/>
|
|
||||||
<memberdecl>
|
|
||||||
<nestedclasses visible="yes" title=""/>
|
|
||||||
<publictypes title=""/>
|
|
||||||
<publicslots title=""/>
|
|
||||||
<signals title=""/>
|
|
||||||
<publicmethods title=""/>
|
|
||||||
<publicstaticmethods title=""/>
|
|
||||||
<publicattributes title=""/>
|
|
||||||
<publicstaticattributes title=""/>
|
|
||||||
<protectedtypes title=""/>
|
|
||||||
<protectedslots title=""/>
|
|
||||||
<protectedmethods title=""/>
|
|
||||||
<protectedstaticmethods title=""/>
|
|
||||||
<protectedattributes title=""/>
|
|
||||||
<protectedstaticattributes title=""/>
|
|
||||||
<packagetypes title=""/>
|
|
||||||
<packagemethods title=""/>
|
|
||||||
<packagestaticmethods title=""/>
|
|
||||||
<packageattributes title=""/>
|
|
||||||
<packagestaticattributes title=""/>
|
|
||||||
<properties title=""/>
|
|
||||||
<events title=""/>
|
|
||||||
<privatetypes title=""/>
|
|
||||||
<privateslots title=""/>
|
|
||||||
<privatemethods title=""/>
|
|
||||||
<privatestaticmethods title=""/>
|
|
||||||
<privateattributes title=""/>
|
|
||||||
<privatestaticattributes title=""/>
|
|
||||||
<friends title=""/>
|
|
||||||
<related title="" subtitle=""/>
|
|
||||||
<membergroups visible="yes"/>
|
|
||||||
</memberdecl>
|
|
||||||
<detaileddescription title=""/>
|
|
||||||
<memberdef>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<constructors title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<related title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
<properties title=""/>
|
|
||||||
<events title=""/>
|
|
||||||
</memberdef>
|
|
||||||
<usedfiles visible="$SHOW_USED_FILES"/>
|
|
||||||
<authorsection visible="yes"/>
|
|
||||||
</class>
|
|
||||||
|
|
||||||
<!-- Layout definition for a namespace page -->
|
|
||||||
<namespace>
|
|
||||||
<briefdescription visible="yes"/>
|
|
||||||
<memberdecl>
|
|
||||||
<nestednamespaces visible="yes" title=""/>
|
|
||||||
<classes visible="yes" title=""/>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
<membergroups visible="yes"/>
|
|
||||||
</memberdecl>
|
|
||||||
<detaileddescription title=""/>
|
|
||||||
<memberdef>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
</memberdef>
|
|
||||||
<authorsection visible="yes"/>
|
|
||||||
</namespace>
|
|
||||||
|
|
||||||
<!-- Layout definition for a file page -->
|
|
||||||
<file>
|
|
||||||
<briefdescription visible="yes"/>
|
|
||||||
<includes visible="$SHOW_INCLUDE_FILES"/>
|
|
||||||
<includegraph visible="$INCLUDE_GRAPH"/>
|
|
||||||
<includedbygraph visible="$INCLUDED_BY_GRAPH"/>
|
|
||||||
<sourcelink visible="yes"/>
|
|
||||||
<memberdecl>
|
|
||||||
<classes visible="yes" title=""/>
|
|
||||||
<namespaces visible="yes" title=""/>
|
|
||||||
<defines title=""/>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
<membergroups visible="yes"/>
|
|
||||||
</memberdecl>
|
|
||||||
<detaileddescription title=""/>
|
|
||||||
<memberdef>
|
|
||||||
<defines title=""/>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
</memberdef>
|
|
||||||
<authorsection/>
|
|
||||||
</file>
|
|
||||||
|
|
||||||
<!-- Layout definition for a group page -->
|
|
||||||
<group>
|
|
||||||
<briefdescription visible="yes"/>
|
|
||||||
<groupgraph visible="$GROUP_GRAPHS"/>
|
|
||||||
<memberdecl>
|
|
||||||
<classes visible="yes" title=""/>
|
|
||||||
<namespaces visible="yes" title=""/>
|
|
||||||
<dirs visible="yes" title=""/>
|
|
||||||
<nestedgroups visible="yes" title=""/>
|
|
||||||
<files visible="yes" title=""/>
|
|
||||||
<defines title=""/>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<enumvalues title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
<signals title=""/>
|
|
||||||
<publicslots title=""/>
|
|
||||||
<protectedslots title=""/>
|
|
||||||
<privateslots title=""/>
|
|
||||||
<events title=""/>
|
|
||||||
<properties title=""/>
|
|
||||||
<friends title=""/>
|
|
||||||
<membergroups visible="yes"/>
|
|
||||||
</memberdecl>
|
|
||||||
<detaileddescription title=""/>
|
|
||||||
<memberdef>
|
|
||||||
<pagedocs/>
|
|
||||||
<defines title=""/>
|
|
||||||
<typedefs title=""/>
|
|
||||||
<enums title=""/>
|
|
||||||
<enumvalues title=""/>
|
|
||||||
<functions title=""/>
|
|
||||||
<variables title=""/>
|
|
||||||
<signals title=""/>
|
|
||||||
<publicslots title=""/>
|
|
||||||
<protectedslots title=""/>
|
|
||||||
<privateslots title=""/>
|
|
||||||
<events title=""/>
|
|
||||||
<properties title=""/>
|
|
||||||
<friends title=""/>
|
|
||||||
</memberdef>
|
|
||||||
<authorsection visible="yes"/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<!-- Layout definition for a directory page -->
|
|
||||||
<directory>
|
|
||||||
<briefdescription visible="yes"/>
|
|
||||||
<directorygraph visible="yes"/>
|
|
||||||
<memberdecl>
|
|
||||||
<dirs visible="yes"/>
|
|
||||||
<files visible="yes"/>
|
|
||||||
</memberdecl>
|
|
||||||
<detaileddescription title=""/>
|
|
||||||
</directory>
|
|
||||||
</doxygenlayout>
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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
|
|
|
@ -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}="<a href='http://devel.aegisub.org/ticket/\1' class='el'>#\1</a>"
|
|
||||||
ALIASES += revision{1}="<a href='http://devel.aegisub.org/changeset/\1' class='el'>r\1</a>"
|
|
||||||
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
|
|
|
@ -1,12 +0,0 @@
|
||||||
@INCLUDE = doxyfile_base
|
|
||||||
|
|
||||||
PROJECT_NAME = "libaegisub"
|
|
||||||
|
|
||||||
INPUT = ../../libaegisub/ ./pages_libaegisub
|
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = */.svn* */.deps* */.libs*
|
|
||||||
|
|
||||||
PREDEFINED += \
|
|
||||||
__WINDOWS__ \
|
|
||||||
__UNIX__ \
|
|
||||||
__OSX__
|
|
|
@ -1,12 +0,0 @@
|
||||||
@INCLUDE = doxyfile_base
|
|
||||||
|
|
||||||
PROJECT_NAME = "Aegisub Reporter"
|
|
||||||
|
|
||||||
INPUT = ../../reporter/ ./pages_reporter
|
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = */.svn* */.deps* */.libs*
|
|
||||||
|
|
||||||
PREDEFINED += \
|
|
||||||
__WINDOWS__ \
|
|
||||||
__UNIX__ \
|
|
||||||
__OSX__
|
|
|
@ -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"
|
|
|
@ -1,13 +0,0 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
||||||
<title>$title</title>
|
|
||||||
<meta name="created" content="$datetime"/>
|
|
||||||
<meta name="keywords" content="wxWidgets"/>
|
|
||||||
<link href="/favicon.ico" rel="shortcut icon">
|
|
||||||
<link href="css.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
*/
|
|
|
@ -1,75 +0,0 @@
|
||||||
/** @mainpage
|
|
||||||
|
|
||||||
<h2>Source Groups</h2>
|
|
||||||
<table border="0" cellpadding="10">
|
|
||||||
<tr><td>
|
|
||||||
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
|
|
||||||
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
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
|
|
||||||
|
|
||||||
</tr></td></table>
|
|
||||||
|
|
||||||
<hr size="0" width="80%">
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Available Command List</h2>
|
|
||||||
- @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
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
|
|
@ -1,5 +0,0 @@
|
||||||
/** @page License Aegisub License
|
|
||||||
|
|
||||||
@verbinclude "LICENCE"
|
|
||||||
|
|
||||||
*/
|
|
|
@ -1,7 +0,0 @@
|
||||||
/**
|
|
||||||
@defgroup base Base
|
|
||||||
@defgroup unix Unix
|
|
||||||
@defgroup windows Windows
|
|
||||||
@defgroup osx OS X
|
|
||||||
@defgroup io File I/O
|
|
||||||
*/
|
|
|
@ -1,11 +0,0 @@
|
||||||
/** @mainpage
|
|
||||||
|
|
||||||
Main
|
|
||||||
- @ref base
|
|
||||||
|
|
||||||
Library
|
|
||||||
- @ref unix
|
|
||||||
- @ref windows
|
|
||||||
- @ref osx
|
|
||||||
- @ref io
|
|
||||||
*/
|
|
|
@ -1,5 +0,0 @@
|
||||||
/** @page License libaegisub License
|
|
||||||
|
|
||||||
@verbinclude "LICENCE"
|
|
||||||
|
|
||||||
*/
|
|
|
@ -1,7 +0,0 @@
|
||||||
/**
|
|
||||||
@defgroup base Base
|
|
||||||
@defgroup unix Unix
|
|
||||||
@defgroup windows Windows
|
|
||||||
@defgroup osx OS X
|
|
||||||
@defgroup io File I/O
|
|
||||||
*/
|
|
|
@ -1,11 +0,0 @@
|
||||||
/** @mainpage
|
|
||||||
|
|
||||||
Main
|
|
||||||
- @ref base
|
|
||||||
|
|
||||||
Library
|
|
||||||
- @ref unix
|
|
||||||
- @ref windows
|
|
||||||
- @ref osx
|
|
||||||
- @ref io
|
|
||||||
*/
|
|
|
@ -1,5 +0,0 @@
|
||||||
/** @page License Aegisub License
|
|
||||||
|
|
||||||
@verbinclude "LICENCE"
|
|
||||||
|
|
||||||
*/
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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%/*
|
|
|
@ -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}/*
|
|
Loading…
Reference in a new issue