[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make compilation
From: |
Eli Zaretskii |
Subject: |
Re: make compilation |
Date: |
Fri, 06 Oct 2017 16:10:11 +0300 |
> From: valerij zaporogeci <address@hidden>
> Date: Fri, 6 Oct 2017 15:43:28 +0300
>
> As I said I used nmake /f nmakefile from the Studio command prompt.
> in the main nmakefile there is /I glob, but in the subproc's one there isn't.
>
> subproc's nmakefile is invoked from the main:
> w32/subproc/WinDebug/subproc.lib w32/subproc/WinRel/subproc.lib:
> w32/subproc/misc.c w32/subproc/sub_proc.c w32/subproc/w32err.c
> subproc.bat $(SUBPROC_MAKEFILE) $(MAKE)
> if exist WinDebug\make.exe erase WinDebug\make.exe
> if exist WinRel\make.exe erase WinRel\make.exe
>
> isn't it?
> but in the Include path of that file, glob is missing.
> Anyway, without that change, it fails. :)
Paul, can you make this change in subproc/NMakefile? I don't have MS
tools installed, so I cannot test this change with the latest Git
repository.
Thanks.