News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Replacing in all files using regular expressions

Started by Cator Canulis, April 02, 2022, 03:59:50 PM

Previous topic - Next topic

Cator Canulis

Hi everyone,

I'm wondering if I can replace all occurences like

<openssl/SOMEHEADER>

with

"E:\SOME\WINDOWS\PATH\openssl\SOMEHEADER"

How do I replace "SOMEHEADER" between the <>?

Thanks in advance
Markus

PS: I know that this is a pretty unprofessional fix and an acutal solution would be to find out why the compiler isn't able to find the headers (They are set correctly in CMake by the way). I don't intend to make this a permanent solution.