Shlomi
1
Hi.
I’m using the LibCurl project in my Visual’s configuration (Mac has it out-of-the-box)
so in my C++ tab I have this direction:
/I"..\..\..\SDKs\curl-7.21.6\include"
And in the linker I have this one:
/LIBPATH:"..\..\..\SDKs\curl-7.21.6\lib\LIB-Debug" "libcurld.lib"
Where do I set it in the Introjucer?
Thanks
ckk
2
I think it’s “Extra Compiler Flags” and “Extra Linker Flags” on the Visual Studio Page.
Chris
Shlomi
3
Thanks Chris.
I tried it before and thought it’s not working cause it appears that it transforms to the lower “Additional Options” box in the Visual.