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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user