2010-06-14 23:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/dos/djgpp.mk
    ! Fixed ten year old issue where error returned by LD was suppressed.
      Thanks to Tamas Tevesz for finding it.
This commit is contained in:
Viktor Szakats
2010-06-14 21:32:02 +00:00
parent 78d4ab60a5
commit 478ad43c9a
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-14 23:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dos/djgpp.mk
! Fixed ten year old issue where error returned by LD was suppressed.
Thanks to Tamas Tevesz for finding it.
2010-06-14 20:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/hbqt/qth/QSyntaxHighlighter.qth
+ Readded.

View File

@@ -99,7 +99,7 @@ define link_exe_file
$(foreach file,$(^F),$(link_file))
$(foreach file,$(LIBPATHS),$(link_file))
$(foreach file,$(LDLIBS),$(link_file))
-$(LD) @__link__.tmp
$(LD) @__link__.tmp
endef
AR := $(HB_CCPATH)$(HB_CCPREFIX)ar