Aegisub/build/userconfig
Thomas Goyne eb2793f88d Add msbuild build system for FFmpeg
This eliminates the need for a msys environment to build any part of
Aegisub. Also happens to make building FFmpeg much faster (~3 minutes
vs. ~10 minutes for me).
2014-05-10 08:19:59 -07:00
..
ft2.props.sample Add msbuild build system for FFmpeg 2014-05-10 08:19:59 -07:00
paths.props.sample Add msbuild build system for FFmpeg 2014-05-10 08:19:59 -07:00
readme.txt Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
wx.props.sample Add msbuild build system for FFmpeg 2014-05-10 08:19:59 -07:00

readme.txt

You can put MSBuild property files in this folder to override the default
build configuration for Aegisub's build system.

A number of sample files are provided. These can be copied and used as
templates for common configuration. Importantly, configuring the location
of several library dependencies.
The copied sample files should be renamed to *.props, otherwise they will
not be found by the build system.

You should not check files placed in this folder into source control.

Files must be named *.props to be found by the build system.