2009-08-22 15:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/rules.mk
    ! Deleted dynlib related rule causing problems in some situations 
      at the same time doesn't seem to be needed at all.
This commit is contained in:
Viktor Szakats
2009-08-22 13:07:09 +00:00
parent 12969458bf
commit 8799d81c82
2 changed files with 5 additions and 8 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-22 15:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/rules.mk
! Deleted dynlib related rule causing problems in some situations
at the same time doesn't seem to be needed at all.
2009-08-22 14:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
+ Display MAKESHELL value if set.

View File

@@ -89,11 +89,3 @@ endif
# Rule to generate a C file from a PRG file.
%.c : $(GRANDP)%.prg
$(HB_RULE)
ifneq ($(HB_BUILD_DLL),no)
# Rule to generate an dynamic library from an object file.
%$(DYN_EXT) : %$(OBJ_DYN_POSTFIX)$(OBJ_EXT)
$(DY_RULE)
endif