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