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