I have another question
Is it possible for the two case
- using
/MT
to build libcef_dll_wrapper.lib (static) - using
/MD
to build libcef_dll_wrapper.lib (static)
or
It must be one by one
/MT => generate static lib
/MD => generate dynamic lib
I have another question
Is it possible for the two case
/MT
to build libcef_dll_wrapper.lib (static)/MD
to build libcef_dll_wrapper.lib (static)or
It must be one by one
/MT => generate static lib
/MD => generate dynamic lib