diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 20:36:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 20:36:38 +0000 |
commit | b3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d (patch) | |
tree | ad55f6386cfaeb34f183e49eeec2891ab86d200c /TAO/tests/MT_Server | |
parent | e77853ca01947b807c1916b7074e3716dd63b76b (diff) | |
download | ATCD-b3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d.tar.gz |
ChangeLogTag:Fri Jul 16 15:16:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/MT_Server')
-rw-r--r-- | TAO/tests/MT_Server/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/MT_Server/Makefile b/TAO/tests/MT_Server/Makefile index 00f589d2d86..e2eac974d59 100644 --- a/TAO/tests/MT_Server/Makefile +++ b/TAO/tests/MT_Server/Makefile @@ -22,10 +22,6 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i) CLIENT_OBJS = client.o testC.o SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES)) -BUILD = $(BIN) -VLDLIBS = $(LDLIBS:%=%$(VAR)) -VBIN = $(BIN:%=%$(VAR)) - TAO_IDLFLAGS += -Ge 1 #---------------------------------------------------------------------------- # Include macros and targets |