Aegisub/aegisub
Niels Martin Hansen 2c392407c4 Refactor Visual Studio 2008 build and make libauto3 and Lua 5.0 build on VC9.
* The most important project properties (especially paths) are now stored in VSProps files in generalised ways.
* Projects share VSProps files so they place output files in same locations and thus agree on where to find them.
* Avoid inconsistencies between build configurations/platforms as has happened often before.
* Now distributable binaries (aegisub.exe and aegisub-auto3.dll) will be placed in $(SolutionDir)/bin/, static libraries under $(SolutionDir)/lib/ and object files etc. under $(SolutionDir)/build/. Note that those locations are controlled by where the solution file is placed in the file system.
* libauto3 is no longer pulled in by a #pragma in auto4_auto3.c, but must instead be pulled in by making the aegisub project depend on the auto3 project, which must in turn depend on the lua50 project.
* Final binary filenames are now somewhat different. You get aegisub32.exe, aegisub64d.exe, aegisub-auto3lib32d.dll and more.
* There's still more that can be factored out, things like optimisation flags and defines.

Originally committed to SVN as r2819.
2009-04-17 21:53:48 +00:00
..
automation SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
bin SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
build Refactor Visual Studio 2008 build and make libauto3 and Lua 5.0 build on VC9. 2009-04-17 21:53:48 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
FFmpegSource2 Fix a bug in FFMS2 that caused it to write timecodes with scientific notation. 2009-04-17 03:25:10 +00:00
lib update ffms2.lib 2009-04-17 19:38:12 +00:00
libass Update libass to r29169 of MPlayer. 2009-04-11 07:42:48 +00:00
m4macros SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
packages SVN Transition Step 4/7 2009-03-08 08:31:28 +00:00
po SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
scripts * Add a (small) hack for scripts/osx-bundle.sh to handle libtools weirdness. 2009-03-13 04:27:24 +00:00
src Refactor Visual Studio 2008 build and make libauto3 and Lua 5.0 build on VC9. 2009-04-17 21:53:48 +00:00
universalchardet Refactor Visual Studio 2008 build and make libauto3 and Lua 5.0 build on VC9. 2009-04-17 21:53:48 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Update the build system for the new repository layout. 2009-03-09 00:58:38 +00:00
configure.in Early morning code-o, setting AM_CONDITIONAL _after_ the Makefiles are 2009-04-12 10:48:20 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Missed patch: Fix build for auto3 it moved from ./auto3 -> src/libauto3. 2009-03-09 05:48:13 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.