diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-04-18 13:48:35 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-04-18 13:48:35 +0000 |
commit | 2bdadab7d80024501c19acdf6069846299829443 (patch) | |
tree | c61e600f278096b74edb34bd14ea8a3878e99c36 /soltools/testSHL/makefile.mk | |
parent | c8eb1b186d305cc40d3b55b6ac62e357bb7e3134 (diff) |
Corrected case mismatches in #include file names and #ifdef'd out Windows specific code
Diffstat (limited to 'soltools/testSHL/makefile.mk')
-rw-r--r-- | soltools/testSHL/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 ------------------------------------------------------ |