"C:/Program Files/Git/bin/sh.exe": -c: line 1: syntax error: unexpected end of f
ile
win-make: *** [.\obj\XHARBOUR\BCC] Error 258
¿Qué tiene que ver el git en esto?sh: C:\Program: No such file or directory
win-make: *** [nosample] Error 127
Solo he modificado los directorios del entorno:
@CALL CLEANENV.BAT
@SET PRG_COMPILER=XHARBOUR
@SET PRG_COMP_PATH=G:\FWH\1301\XHARBOUR
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=BCC
@SET C_COMP_PATH=G:\bcc582
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib;%C_COMP_PATH%\lib\psdk
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-make