Parent Directory
|
Revision Log
branching from upstream revision (http://pcsx2.googlecode.com/svn/trunk ): r3113 to https://svn.netsolutions.dnsalias.com/websvn/ps2/pcsx2/pcsx2_0.9.7/branch/r3113_0.9.7_beta
1 | william | 31 | |
2 | # make bzip2 | ||
3 | # build project bzip2 | ||
4 | if(projectBZip2) | ||
5 | add_subdirectory(bzip2) | ||
6 | endif(projectBZip2) | ||
7 | |||
8 | # make zlib | ||
9 | # build project zlib | ||
10 | if(projectZLIB) | ||
11 | add_subdirectory(zlib) | ||
12 | endif(projectZLIB) | ||
13 | |||
14 | # make SoundTouch | ||
15 | if(projectSoundTouch) | ||
16 | add_subdirectory(SoundTouch) | ||
17 | endif(projectSoundTouch) | ||
18 | |||
19 | |||
20 | # make liba52 | ||
21 | add_subdirectory(liba52) |
ViewVC Help | |
Powered by ViewVC 1.1.22 |