Chromium Embedded Framework build

I have another question
Is it possible for the two case

  1. using /MT to build libcef_dll_wrapper.lib (static)
  2. using /MD to build libcef_dll_wrapper.lib (static)

or
It must be one by one
/MT => generate static lib
/MD => generate dynamic lib