diff options
author | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-03 13:36:41 +0000 |
---|---|---|
committer | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-03 13:36:41 +0000 |
commit | 6ae52a14f2fbe5bfab3ca146c61859a0fec52b3f (patch) | |
tree | fe7f58c3db23d06ee95680bc6cfb2c1d9640d6d0 /TAO/tao/SmartProxies | |
parent | 52833261e308c8f1b50fface837ee8ea381134cc (diff) | |
download | ATCD-6ae52a14f2fbe5bfab3ca146c61859a0fec52b3f.tar.gz |
ChangeLogTag:Thu Jan 3 07:18:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile.bor | 2 | ||||
-rw-r--r-- | TAO/tao/SmartProxies/SmartProxies.rc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/SmartProxies/Makefile.bor b/TAO/tao/SmartProxies/Makefile.bor index f16111ec47f..ecc7eabf740 100644 --- a/TAO/tao/SmartProxies/Makefile.bor +++ b/TAO/tao/SmartProxies/Makefile.bor @@ -7,6 +7,8 @@ NAME = TAO_SmartProxies OBJFILES = \ $(OBJDIR)\Smart_Proxies.obj +RESOURCE = $(OBJDIR)\SmartProxies.res + !ifdef STATIC CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_SMARTPROXIES_CFLAGS) !else diff --git a/TAO/tao/SmartProxies/SmartProxies.rc b/TAO/tao/SmartProxies/SmartProxies.rc index d3ad1987aba..2c2665118ef 100644 --- a/TAO/tao/SmartProxies/SmartProxies.rc +++ b/TAO/tao/SmartProxies/SmartProxies.rc @@ -1,4 +1,4 @@ -#include "Version.h" +#include "..\Version.h" 1 VERSIONINFO FILEVERSION TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_BETA_VERSION,0 |