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

+ config/os2-echo.exe
  * config/globsh.mk
  * config/readme.txt
    + Replaced OS/2 native echo with GNU echo tool.
This commit is contained in:
Viktor Szakats
2009-08-22 21:20:37 +00:00
parent 0dfd45a90f
commit 0a222d2a47
4 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-22 23:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ config/os2-echo.exe
* config/globsh.mk
* config/readme.txt
+ Replaced OS/2 native echo with GNU echo tool.
2009-08-22 22:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/hb-mkimp.bat
! Fix to prev. Some debug stuff.

View File

@@ -131,8 +131,8 @@ CP := $(TOOL_DIR)os2-cp -f
LN :=
MD := $(TOOL_DIR)os2-mkdir
MDP := $(TOOL_DIR)os2-mkdir -p
ECHO := echo
ECHOQUOTE :=
ECHO := $(TOOL_DIR)os2-echo
ECHOQUOTE := "
dirbase::
-@$(MDP) $(OBJ_DIR)

BIN
harbour/config/os2-echo.exe Normal file

Binary file not shown.

View File

@@ -37,7 +37,7 @@ Included utilities are:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/fil41s.zip
ftp://ftp.delorie.com/pub/djgpp/current/v2/djdev203.zip
ftp://ftp.delorie.com/pub/djgpp/current/v2/djlsr203.zip
- OS/2 (os2-mkdir.exe, os2-rm.exe, os2-cp.exe)
- OS/2 (os2-mkdir.exe, os2-rm.exe, os2-cp.exe, os2-echo.exe)
http://os2ports.smedley.info/index.php?page=build-environment
http://download.smedley.info/buildenv_20071022.zip
(couldn't find the sources here)