diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-12 11:19:43 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-12 11:19:43 +0000 |
commit | ebc869f84ae300a3cd504e685844e05df51f566f (patch) | |
tree | 1405e0154036c6186bc3f5fc07c7ed7ff1318daa /TAO | |
parent | 2efd92ac397529748e1ecd28eb2c3e920a761d8f (diff) | |
download | ATCD-ebc869f84ae300a3cd504e685844e05df51f566f.tar.gz |
ChangeLogTag: Thu Apr 12 13:15:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
5 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/POA/Adapter_Activator/Makefile.bor b/TAO/examples/POA/Adapter_Activator/Makefile.bor index a59d1591ce3..1e8dbe3964d 100644 --- a/TAO/examples/POA/Adapter_Activator/Makefile.bor +++ b/TAO/examples/POA/Adapter_Activator/Makefile.bor @@ -18,7 +18,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . diff --git a/TAO/examples/POA/Explicit_Activation/Makefile.bor b/TAO/examples/POA/Explicit_Activation/Makefile.bor index 19a849db4c3..8a327897a42 100644 --- a/TAO/examples/POA/Explicit_Activation/Makefile.bor +++ b/TAO/examples/POA/Explicit_Activation/Makefile.bor @@ -18,7 +18,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . diff --git a/TAO/examples/POA/On_Demand_Activation/Makefile.bor b/TAO/examples/POA/On_Demand_Activation/Makefile.bor index a70897bff4a..7cbff4d07a9 100644 --- a/TAO/examples/POA/On_Demand_Activation/Makefile.bor +++ b/TAO/examples/POA/On_Demand_Activation/Makefile.bor @@ -20,7 +20,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . diff --git a/TAO/examples/POA/On_Demand_Loading/Makefile.bor b/TAO/examples/POA/On_Demand_Loading/Makefile.bor index 5a2ea15b0e1..9ea932fa7f3 100644 --- a/TAO/examples/POA/On_Demand_Loading/Makefile.bor +++ b/TAO/examples/POA/On_Demand_Loading/Makefile.bor @@ -22,7 +22,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor index 9d73613156c..e18bfdee824 100644 --- a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor +++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor @@ -18,7 +18,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . |