2010-06-10 09:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/win/bcc.mk
    ! Left bug cleaned from prev commit.
This commit is contained in:
Viktor Szakats
2010-06-10 07:46:59 +00:00
parent 129a3ccdaf
commit d16d8613d6
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-10 09:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/win/bcc.mk
! Left bug cleaned from prev commit.
2010-06-10 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Reverted one optimization from yesterday's late

View File

@@ -111,7 +111,7 @@ DLIBS += $(foreach lib,$(SYSLIBS),$(lib)$(LIB_EXT))
# NOTE: The empty line directly before 'endef' HAVE TO exist!
define dyn_object
@$(ECHO) $(ECHOQUOTE)$(subst /,$(BACKSLASH)$(BACKSLASH),$(file)) +$(ECHOQUOTE) >> __dyn__.tmp
@$(ECHO) $(ECHOQUOTE)$(subst /,$(ECHOBACKSLASH),$(file)) +$(ECHOQUOTE) >> __dyn__.tmp
endef
define create_dynlib