Changeset ae2dba8c008c1dd93211dbf26553710c7a90d162
- Timestamp:
- 02/04/08 14:12:54
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130774 +0000
- git-parent:
[c5146198c227053570f040e432a06f1c8eead089]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130774 +0000
- Message:
buildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r07868f1 |
rae2dba8 |
|
| 12 | 12 | |
|---|
| 13 | 13 | echo "Installing CMakeLists.txt" |
|---|
| 14 | | ln -s $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt |
|---|
| | 14 | ln -sf $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | echo "Installing src/CMakeLists.txt" |
|---|
| 17 | | ln -s ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt |
|---|
| | 17 | ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | echo "Installing include/config.h.cmake" |
|---|
| 20 | | ln -s $cmake_dir/config.h.cmake include/config.h.cmake |
|---|
| | 20 | ln -sf $cmake_dir/config.h.cmake include/config.h.cmake |
|---|
| 21 | 21 | |
|---|
| 22 | 22 | echo "Installing cmake/" |
|---|
| 23 | | ln -s $cmake_dir/include cmake |
|---|
| | 23 | ln -sf $cmake_dir/include cmake |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | echo "Generating CMakeLists for modules/" |
|---|