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 d82cc9e5e2b..77bd990493f 100644
--- a/TAO/tests/IDL_Test/Makefile.bor
+++ b/TAO/tests/IDL_Test/Makefile.bor
@@ -21,8 +21,6 @@ OBJFILES = \
$(OBJDIR)\fwdS.obj \
$(OBJDIR)\generic_objectC.obj \
$(OBJDIR)\generic_objectS.obj \
- $(OBJDIR)\gperfC.obj \
- $(OBJDIR)\gperfS.obj \
$(OBJDIR)\includedC.obj \
$(OBJDIR)\includedS.obj \
$(OBJDIR)\includingC.obj \
@@ -70,7 +68,6 @@ IDLFILES = \
$(IDLDIR)\full.idl \
$(IDLDIR)\fwd.idl \
$(IDLDIR)\generic_object.idl \
- $(IDLDIR)\gperf.idl \
$(IDLDIR)\included.idl \
$(IDLDIR)\including.idl \
$(IDLDIR)\interface.idl \
@@ -115,9 +112,6 @@ $(IDLDIR)\fwdC.cpp $(IDLDIR)\fwdS.cpp: $(IDLDIR)\fwd.idl
$(IDLDIR)\generic_objectC.cpp $(IDLDIR)\generic_objectS.cpp: $(IDLDIR)\generic_object.idl
$(TAO_IDL) $**
-$(IDLDIR)\gperfC.cpp $(IDLDIR)\gperfS.cpp: $(IDLDIR)\gperf.idl
- $(TAO_IDL) $**
-
$(IDLDIR)\includedC.cpp $(IDLDIR)\includedS.cpp: $(IDLDIR)\included.idl
$(TAO_IDL) $**