diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b7af8d20f0..aef459084a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + +2006-06-28 22:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + ! One minor fix and another minor correction made after testing + + added USRRDD + 2006-06-28 15:46 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/config/w32/mingw32.cf ! One minor fix and another minor correction made after testing diff --git a/harbour/config/w32/mingw32.cf b/harbour/config/w32/mingw32.cf index 3b45be59c0..a824938aa2 100644 --- a/harbour/config/w32/mingw32.cf +++ b/harbour/config/w32/mingw32.cf @@ -116,14 +116,13 @@ libs_list= endif define link_exe_file -echo. OUTPUT($@) > __link__.tmp echo. INPUT( >> __link__.tmp $(foreach file, $(^F), $(link_file)) echo. ) >> __link__.tmp $(libs_list) $(foreach file, $(subst -L,,$(LINKPATHS)), $(search_dir)) echo. GROUP( >> __link__.tmp -#$(foreach file, $(SYSLIBS), $(link_file)) +$(foreach file, $(SYSLIBS), $(link_file)) echo. ) >> __link__.tmp -$(LD) $(LDFLAGS) $(L_USR) $(LD_OUT)$@ __link__.tmp endef