| 295 |
USE OF RELATIVE PATHS WITH CMAKE ON WINDOWS |
USE OF RELATIVE PATHS WITH CMAKE ON WINDOWS |
| 296 |
|
|
| 297 |
A PCRE user comments as follows: |
A PCRE user comments as follows: |
| 298 |
|
|
| 299 |
I thought that others may want to know the current state of |
I thought that others may want to know the current state of |
| 300 |
CMAKE_USE_RELATIVE_PATHS support on Windows. |
CMAKE_USE_RELATIVE_PATHS support on Windows. |
| 301 |
|
|
| 310 |
need to replace existing absolute paths in project files with relative |
need to replace existing absolute paths in project files with relative |
| 311 |
paths manually (e.g. from VS) - relative to project file location. I did |
paths manually (e.g. from VS) - relative to project file location. I did |
| 312 |
just that before being told to try CMAKE_USE_RELATIVE_PATHS. Not a big |
just that before being told to try CMAKE_USE_RELATIVE_PATHS. Not a big |
| 313 |
deal. |
deal. |
| 314 |
|
|
| 315 |
AdditionalIncludeDirectories="E:\builds\pcre\build;E:\builds\pcre\pcre-7.5;" |
AdditionalIncludeDirectories="E:\builds\pcre\build;E:\builds\pcre\pcre-7.5;" |
| 316 |
AdditionalIncludeDirectories=".;E:\builds\pcre\pcre-7.5;" |
AdditionalIncludeDirectories=".;E:\builds\pcre\pcre-7.5;" |
| 335 |
|
|
| 336 |
4. To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and |
4. To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and |
| 337 |
pcre_scanner_unittest.exe. |
pcre_scanner_unittest.exe. |
| 338 |
|
|
| 339 |
|
|
| 340 |
BUILDING UNDER WINDOWS WITH BCC5.5 |
BUILDING UNDER WINDOWS WITH BCC5.5 |
| 341 |
|
|