diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-08 20:22:33 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-08 20:22:33 +0000 |
commit | fd086adbf9daa6f8e5d1c782955be38c471c8888 (patch) | |
tree | c39489d9c7f2abd21f24bf10957207e8d863671d /TAO/tests/POA/POA_Destruction | |
parent | c4bac837318fda7b89f9a5a6ae06117866c21a6b (diff) | |
download | ATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz |
ChangeLogTag:
Diffstat (limited to 'TAO/tests/POA/POA_Destruction')
-rw-r--r-- | TAO/tests/POA/POA_Destruction/makefile.bor | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/tests/POA/POA_Destruction/makefile.bor b/TAO/tests/POA/POA_Destruction/makefile.bor deleted file mode 100644 index 5e802f036a4..00000000000 --- a/TAO/tests/POA/POA_Destruction/makefile.bor +++ /dev/null @@ -1,28 +0,0 @@ -# $Id$ - -# -# Makefile for building the POA Destuction test -# - -NAME = POA_Destruction - -OBJFILES = \ - $(OBJDIR)\testC.obj \ - $(OBJDIR)\testS.obj \ - $(OBJDIR)\POA_Destruction.obj - -IDLFILES = \ - $(IDLDIR)\test.idl - -CPPDIR = .;.. - -IDLDIR = . - -!include <$(ACE_ROOT)\include\makeinclude\build_example.bor> - -# -# IDL Build rules -# - -$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl - $(TAO_IDL) $** |