diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 2002-01-03 13:36:41 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 2002-01-03 13:36:41 +0000 |
commit | fdc95c3e171351589d2b2706e859a7e1483e5d33 (patch) | |
tree | fe7f58c3db23d06ee95680bc6cfb2c1d9640d6d0 /TAO/tao/DynamicInterface | |
parent | 0e8cf459ff125ec3deb9740b52009286284a9e3a (diff) | |
download | ATCD-fdc95c3e171351589d2b2706e859a7e1483e5d33.tar.gz |
ChangeLogTag:Thu Jan 3 07:18:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/Makefile.bor | 2 | ||||
-rw-r--r-- | TAO/tao/DynamicInterface/TAO_DynamicInterface.rc | 2 |
2 files changed, 3 insertions, 1 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 diff --git a/TAO/tao/DynamicInterface/TAO_DynamicInterface.rc b/TAO/tao/DynamicInterface/TAO_DynamicInterface.rc index 437901cb349..5cca9fe43d2 100644 --- a/TAO/tao/DynamicInterface/TAO_DynamicInterface.rc +++ b/TAO/tao/DynamicInterface/TAO_DynamicInterface.rc @@ -1,4 +1,4 @@ -#include "Version.h" +#include "..\Version.h" 1 VERSIONINFO FILEVERSION TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_BETA_VERSION,0 |