From 2c366e76eeeb875650dc72b24a844fb53b9d34f7 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 10 Jan 2008 20:46:38 +0000 Subject: [PATCH] Added a small readme on how to set up MSVC to build the included project. Originally committed to SVN as r1668. --- build/aegisub_vs2005/readme.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build/aegisub_vs2005/readme.txt diff --git a/build/aegisub_vs2005/readme.txt b/build/aegisub_vs2005/readme.txt new file mode 100644 index 000000000..4350ad4d3 --- /dev/null +++ b/build/aegisub_vs2005/readme.txt @@ -0,0 +1,22 @@ +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