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/Collocation_Opportunities | |
parent | c4bac837318fda7b89f9a5a6ae06117866c21a6b (diff) | |
download | ATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz |
ChangeLogTag:
Diffstat (limited to 'TAO/tests/Collocation_Opportunities')
-rw-r--r-- | TAO/tests/Collocation_Opportunities/Makefile.bor | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/tests/Collocation_Opportunities/Makefile.bor b/TAO/tests/Collocation_Opportunities/Makefile.bor deleted file mode 100644 index 675cf690775..00000000000 --- a/TAO/tests/Collocation_Opportunities/Makefile.bor +++ /dev/null @@ -1,42 +0,0 @@ -# $Id$ -# -# Makefile for building the Collocation_Opportunities test -# - -NAME = Collocation_Opportunities - -TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 - -OBJFILES = \ - $(OBJDIR)\testC.obj \ - $(OBJDIR)\testS.obj \ - $(OBJDIR)\Collocation_Opportunities.obj - -CFLAGS = \ - $(ACE_CFLAGS) \ - $(TAO_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) - -LIBFILES = \ - $(ACE_LIB) \ - $(TAO_LIB) \ - $(TAO_PORTABLESERVER_LIB) - -CPPDIR = . - -IDLDIR = . - -IDLFILES = \ - test.idl - -!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> - -# -# IDL Build rules -# - -$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl - $(TAO_IDL) $** - - - |