forked from mia/Aegisub
a067bd560d
1. cd aegisub/ 2. svn mv *cpp *h src/ 3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \ changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \ mythes.hxx res.rc src/ 4. cd .. 5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \ autogen.sh automation/ bin build configure.in desktop dummy.txt lib \ libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/ 6. mkdir -p docs/wiki_convert 7. svn add docs/wiki_convert 8. cd docs 9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/ * See r2749 for full description. Originally committed to SVN as r2752.
22 lines
521 B
Text
22 lines
521 B
Text
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
|