On 2/5/23 22:55, Elfstone wrote: > So how am I supposed to set the include path?
I am not familiar with D in Windows but my first guess would be the -I compiler switch:
dmd -I=/my/c/headers ... Ali
Ali Çehreli via Digitalmars-d-learn Mon, 06 Feb 2023 00:49:42 -0800
On 2/5/23 22:55, Elfstone wrote: > So how am I supposed to set the include path?
I am not familiar with D in Windows but my first guess would be the -I compiler switch:
dmd -I=/my/c/headers ... Ali