diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-10 11:00:20 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-10 11:00:20 +0000 |
commit | ffa665f355495628abf1d4f360a8e8f583f068f3 (patch) | |
tree | df16acd8e30a2ed82562158ffade7736e68dfa9d /TAO/examples/POA/Reference_Counted_Servant | |
parent | e1edb9fe8ec173bd28ae09525949d0f91f0bb3e9 (diff) | |
download | ATCD-ffa665f355495628abf1d4f360a8e8f583f068f3.tar.gz |
ChangeLogTag: Tue Apr 10 12:48:36 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant')
-rw-r--r-- | TAO/examples/POA/Reference_Counted_Servant/Makefile.bor | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor new file mode 100644 index 00000000000..9d73613156c --- /dev/null +++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor @@ -0,0 +1,25 @@ +# +# Makefile for building the POA Reference_Counted_Servant executable +# + +NAME = server + +OBJFILES = \ + $(OBJDIR)\server.obj + +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + -I..\Generic_Servant \ + -DGENERIC_SERVANT_BUILD_DLL=$(DLL_FLAG) + +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + +CPPDIR = . + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |