1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00
Amar Takhar 0763541848 Change how configuration works.
* move win32/config0.h -> config/config_windows0.h
  * move win32/stdint.h -> msvc/stdint.h
  * move posix/defines.h -> config/config_unix.h
  * add config.h - brings in config_(windows|unix).h as required
  * add config.h to *.cpp
  * Self-contain FFmpegSource2 with required function defines wrapped with
    __UNIX__ instead of the now removed defines.h.
  * Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
    change VCPreBuildEventTool to create windows_config.h from
    windows_config0.h.  Add msvc to include path.
  * Change configure to create ./acconf.h instead of posix/acconf.h

This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.

Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
2009-01-04 06:31:48 +00:00
2008-12-26 04:06:12 +00:00
2007-10-29 04:29:04 +00:00
2009-01-04 06:31:48 +00:00
2008-12-20 00:17:32 +00:00
2008-12-31 00:10:20 +00:00
2009-01-02 23:08:36 +00:00
2007-08-11 17:29:19 +00:00
2009-01-04 06:31:48 +00:00
2008-12-28 03:52:37 +00:00

* To be written.
Description
Cross-platform advanced subtitle editor
Readme 47 MiB
Languages
C 62.8%
C++ 30.9%
Lua 3.2%
Inno Setup 0.8%
Meson 0.8%
Other 1.4%