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
       the Win9x branch.
This commit is contained in:
Viktor Szakats
2006-06-28 13:46:36 +00:00
parent 085259568c
commit 7ebe9d9154
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

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