2009-08-01 21:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/globsh.cf
    ! Minor fix to OS/2 shells. Bug introed today.
This commit is contained in:
Viktor Szakats
2009-08-01 19:08:27 +00:00
parent fd7f3d4a12
commit 3d8cf69cff
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-01 21:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/globsh.cf
! Minor fix to OS/2 shells. Bug introed today.
2009-08-01 21:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.cf
% Some more opt. Rules are very clean and simple now without

View File

@@ -10,6 +10,8 @@
ifneq ($(HB_SHELL),sh)
TOOL_DIR := $(subst /,\,$(TOP)$(ROOT)config/)
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
@@ -93,8 +95,6 @@ endif
ifeq ($(HB_SHELL),dos)
TOOL_DIR := $(subst /,\,$(TOP)$(ROOT)config/)
MK = $(subst \,/,$(subst \~,~,$(MAKE)))
RM = del
RDP = $(TOOL_DIR)dj-rm -f -r