Aegisub/build/aegisub_vs2005
Niels Martin Hansen a6c169a4b2 Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration.
Originally committed to SVN as r2495.
2008-11-27 18:35:26 +00:00
..
aegisub_vs2005.vcproj Complete rewrite of the DirectSound audio player, this time doing threading and synchronisation better, and following the COM apartment model strictly too. It replaces the old player by default, but the old is still available in the runtime configuration. 2008-11-27 18:35:26 +00:00
readme.txt Added a small readme on how to set up MSVC to build the included project. 2008-01-10 20:46:38 +00:00

readme.txt

On the following lines, replace "C:\wxWidgets-2.8.7" with the folder where you installed wxWidgets and "C:\Program Files\TortoiseSVN" with the folder where you installed TortoiseSVN (this is necessary even if you use another SVN client).



Add to MSVC include folders:

C:\wxWidgets-2.8.7\include
C:\wxWidgets-2.8.7\include\msvc
C:\wxWidgets-2.8.7\contrib\include
C:\wxWidgets-2.8.7\src\zlib



Add to MSVC lib folders:

C:\wxWidgets-2.8.7\lib\vc_lib



Add to MSVC executable folders:

C:\Program Files\TortoiseSVN\bin