[omniORB] make file error

Olivier Thiboutot Olivier.Thiboutot at voxco.com
Tue Mar 19 18:58:37 GMT 2019


The dir.mk at $(TOP)\ src\services\mklib\dynstublib use to reconstruct the linker dependencies to COS423_rt.dll like

dbugimps  := COS $(OMNIORB_MAJOR_VERSION),$(OMNIORB_MINOR_VERSION),$(OMNIORB_MICRO_VERSION)_rtd.lib \

The make file should use the definition create to produce the dll name
dbugimps  := $(OMNIORB_DEBUG_COS_DLL_NAME).lib \

Same thing for the release version

since we are using a suffix parameter into the dll name (x86 or x64), the previous link failed to work

Best regard
Olivier



This e-mail and any attachments may contain confidential or privileged information. If you are not an intended recipient, do not re-send, copy or use this e-mail. Please also contact the sender immediately and delete this e-mail in its entirety. Privilege is not waived by reason of mistaken delivery to you.


Ce courriel et toutes ses pièces jointes peuvent contenir de l'information de nature confidentielle ou privilégiée. Si vous avez reçu ce courriel par erreur, merci de ne pas le transférer, le copier ou l'utiliser. Veuillez communiquer immédiatement avec l'expéditeur et supprimer le message dans son intégralité. Le fait de vous avoir envoyé ce courriel par erreur ne signifie pas que l'expéditeur renonce à ses droits.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20190319/5b74fcd3/attachment.html>


More information about the omniORB-list mailing list