From 555fa3ed44fa2f81c34fdb416ad67c4f4e3a72a8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 6 Mar 2000 14:57:13 +0000 Subject: [PATCH] Removed unused reference to _NO_PROTO and unused LIBTYPE definition. --- src/libCom/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 8b8fc629b..9c776f5ff 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -161,9 +161,6 @@ INC_RTEMS := CommandInterpreter.h SRCS_RTEMS := CommandInterpreter.c HTMLS_RTEMS += osi/os/RTEMS/CommandInterpreter.html -#why is this here ? -USR_CFLAGS = -D_NO_PROTO - # Library to build: # lib$(LIBRARY).a or ..dll/..exp/..lib # @@ -171,10 +168,6 @@ LIBRARY=Com SYS_DLL_LIBS := ws2_32 advapi32 user32 -# only for WIN32: -# build LIBRARY as a DLL, use the specified def file -LIBTYPE := SHARED - # libs needed for PROD and TESTPRODUCT PROD_LIBS := Com SYS_PROD_LIBS_WIN32 := ws2_32 advapi32