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/ORB_destroy | |
parent | c4bac837318fda7b89f9a5a6ae06117866c21a6b (diff) | |
download | ATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz |
ChangeLogTag:
Diffstat (limited to 'TAO/tests/ORB_destroy')
-rw-r--r-- | TAO/tests/ORB_destroy/Makefile.bor | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tests/ORB_destroy/Makefile.bor b/TAO/tests/ORB_destroy/Makefile.bor deleted file mode 100644 index 26df6af6d7e..00000000000 --- a/TAO/tests/ORB_destroy/Makefile.bor +++ /dev/null @@ -1,24 +0,0 @@ -# $Id$ - -# -# Makefile for building the ORB_destroy test -# - -NAME = ORB_destroy - -OBJFILES = \ - $(OBJDIR)\ORB_destroy.obj - -CFLAGS = \ - $(ACE_CFLAGS) \ - $(TAO_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) - -LIBFILES = \ - $(ACE_LIB) \ - $(TAO_LIB) \ - $(TAO_PORTABLESERVER_LIB) - -CPPDIR = . - -!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |