diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/Makefile.bor')
-rw-r--r-- | TAO/tao/DynamicInterface/Makefile.bor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Makefile.bor b/TAO/tao/DynamicInterface/Makefile.bor index ee4bbe3b857..d7e038ad47b 100644 --- a/TAO/tao/DynamicInterface/Makefile.bor +++ b/TAO/tao/DynamicInterface/Makefile.bor @@ -15,6 +15,8 @@ OBJFILES = \ $(OBJDIR)\Server_Request.obj \ $(OBJDIR)\Unknown_User_Exception.obj +RESOURCE = $(OBJDIR)\TAO_DynamicInterface.res + !ifdef STATIC CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_DYNAMICINTERFACE_CFLAGS) !else |