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.
This commit is contained in:
Viktor Szakats
2006-06-28 06:00:05 +00:00
parent c5382221de
commit 5f99d2aef6
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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