Thanks for this change. Looking forward to it. Had severe problems building 
the code base with the embarcadero bcc32 
<http://docwiki.embarcadero.com/RADStudio/Tokyo/en/BCC32.EXE,_the_C%2B%2B_32-bit_Command-Line_Compiler>
 
toolset. Especially the library manager tlib 
<http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/devwin32/tlib_xml.html>
 
has problems with + and - in the filenames. So right now, I already had to 
patch the ninja build files to use grpcpp_unsecure.lib instead of 
grpc++_unsecure.lib. Since - is also a special char, I would prefer 
grpc_cpp or grpc_cxx.

BCC32 is a clang-enhanced c++ compiler and therefore has similar problems 
as the iOS compiler. Beside the naming, I also just had to add some more 
macros to get it compiled and fully supported.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/5c732065-6e2b-4331-a158-9c57ff3c169e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to