summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/Makefile.bor')
-rw-r--r--TAO/tests/IDL_Test/Makefile.bor6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/IDL_Test/Makefile.bor b/TAO/tests/IDL_Test/Makefile.bor
index e761b844876..a9b67fd801e 100644
--- a/TAO/tests/IDL_Test/Makefile.bor
+++ b/TAO/tests/IDL_Test/Makefile.bor
@@ -25,8 +25,6 @@ OBJFILES = \
$(OBJDIR)\interfaceS.obj \
$(OBJDIR)\keywordsC.obj \
$(OBJDIR)\keywordsS.obj \
- $(OBJDIR)\paramsC.obj \
- $(OBJDIR)\paramsS.obj \
$(OBJDIR)\pragmaC.obj \
$(OBJDIR)\pragmaS.obj \
$(OBJDIR)\reopen_include1C.obj \
@@ -66,7 +64,6 @@ IDLFILES = \
$(IDLDIR)\including.idl \
$(IDLDIR)\interface.idl \
$(IDLDIR)\keywords.idl \
- $(IDLDIR)\params.idl \
$(IDLDIR)\pragma.idl \
$(IDLDIR)\sequence.idl \
$(IDLDIR)\typedef.idl \
@@ -112,9 +109,6 @@ $(IDLDIR)\interfaceC.cpp $(IDLDIR)\interfaceS.cpp: $(IDLDIR)\interface.idl
$(IDLDIR)\keywordsC.cpp $(IDLDIR)\keywordsS.cpp: $(IDLDIR)\keywords.idl
$(TAO_IDL) $**
-$(IDLDIR)\paramsC.cpp $(IDLDIR)\paramsS.cpp: $(IDLDIR)\params.idl
- $(TAO_IDL) $**
-
$(IDLDIR)\pragmaC.cpp $(IDLDIR)\pragmaS.cpp: $(IDLDIR)\pragma.idl
$(TAO_IDL) $**