From 5f99d2aef67f31bb8657d89d68b1d69c50545814 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 28 Jun 2006 06:00:05 +0000 Subject: [PATCH] 2006-06-28 07:59 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/config/w32/mingw32.cf % Removed Windows system libs we don't need to link in Harbour. --- harbour/ChangeLog | 4 ++++ harbour/config/w32/mingw32.cf | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9454176148..fe6abb92ee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -9,6 +9,10 @@ */ +2006-06-28 09:29 UTC+0100 Antonio Linares (alinares@fivetechsoft.com) + * harbour/makefile.bc + + Added gtdef.c file + 2006-06-28 07:59 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/config/w32/mingw32.cf % Removed Windows system libs we don't need to link in Harbour. diff --git a/harbour/config/w32/mingw32.cf b/harbour/config/w32/mingw32.cf index d28f42cc00..3b45be59c0 100644 --- a/harbour/config/w32/mingw32.cf +++ b/harbour/config/w32/mingw32.cf @@ -75,8 +75,7 @@ LDLIBS += $(foreach lib, $(LNK_USR_LIB), -l$(lib)) endif # This library is needed for CharToOemBuff() and OemToCharBuff() support. -SYSLIBS = -luser32 -lwinspool -lgdi32 -lcomctl32 -lcomdlg32 \ - -lole32 -loleaut32 -luuid -lmpr -lwsock32 -lws2_32 -lmapi32 +SYSLIBS = -luser32 -lwinspool # NOTE: The empty line directly before 'endef' HAVE TO exist! # It causes that every echo command will be separated by LF