diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-05 10:39:47 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-05 10:39:47 +0000 |
commit | 2f4cc15bca2a5dcca09c5464f506e5da48c73f7a (patch) | |
tree | 4eed147bf69f0618997d6be6ed69d4008057b794 /sysui/source | |
parent | 54b5fe3d0c8c9e0b7984cdcfc24b8b577c5ee0bb (diff) |
#100000# don't link removed libs
Diffstat (limited to 'sysui/source')
-rw-r--r-- | sysui/source/win32/QuickStart/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysui/source/win32/QuickStart/makefile.mk b/sysui/source/win32/QuickStart/makefile.mk index 998677e5d841..6a74b02ba223 100644 --- a/sysui/source/win32/QuickStart/makefile.mk +++ b/sysui/source/win32/QuickStart/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2001-08-30 09:40:42 $ +# last change: $Author: hjs $ $Date: 2002-09-05 11:39:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,7 +90,6 @@ APP1STDLIBS=shell32.lib\ ole32.lib\ gdi32.lib\ oleaut32.lib\ - tools32.lib\ comdlg32.lib\ kernel32.lib\ comsupp.lib\ |