Commit 3e0ac0e
authored
Add PDB file copying for Windows builds (#207)
* Add PDB file copying for Windows builds
Copy PDB files to the RelWithDebInfo/lib directory on Windows.
* Add debug information flag for RelWithDebInfo mode
* Add import for tools in conanfile.py
* Set ManiVault installation directory from environment
Add installation directory for ManiVault
* Update conanfile.py
* Refactor PDB file handling in conanfile.py
Remove installation directory from environment variable and update PDB destination path.
* Fix pdb file copying for RelWithDebInfo builds
Ensure pdb files are copied correctly for Windows builds.
* Update conanfile.py
* Fix pdb destination path for Windows builds
* Update Windows OS check in conanfile.py
* Log PDB file copying on Windows
Add print statement for PDB file copying process
* Refactor PDB file handling in conanfile.py
Refactor PDB file copying logic and ensure all files are copied from the package directory.
* Add import for shutil module1 parent ec35367 commit 3e0ac0e
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
149 | 165 | | |
150 | 166 | | |
151 | 167 | | |
| |||
0 commit comments