From 2bdadab7d80024501c19acdf6069846299829443 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Wed, 18 Apr 2001 13:48:35 +0000 Subject: Corrected case mismatches in #include file names and #ifdef'd out Windows specific code --- soltools/testSHL/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'soltools/testSHL/makefile.mk') diff --git a/soltools/testSHL/makefile.mk b/soltools/testSHL/makefile.mk index 1a238a7d1f8f..afa3645fbf24 100644 --- a/soltools/testSHL/makefile.mk +++ b/soltools/testSHL/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: sz $ $Date: 2001-04-12 10:55:57 $ +# last change: $Author: pluby $ $Date: 2001-04-18 14:48:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,7 @@ APP1OBJS= $(OBJ)$/$(TARGET).obj APP1STDLIBS=$(SALLIB)\ $(SALHELPERLIB) APP1DEPN= $(LB)$/tstutil.lib -APP1LIBS= $(LB)$/tstutil.lib \ +APP1LIBS= $(LB)$/tstutil.lib # --- Targets ------------------------------------------------------ -- cgit