Hi,
We are trying to move from our current build flow with make to Bazel.
We noticed that the cc_library does not generate the dll. It is built after the executable it depend on is built.
it is not the same behavior as linux.
Is there any way to build the dll before building the exe?
I am using bazel 2.0 for our testing.
our dlls are loaded at run time.
Any pointer/help to be able to progress would be appreciated.
Thanks
Thierry