[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Win10/GNUmake4.1: paths in .INCLUDE_DIRS not searched
From: |
Rakesh Sharma |
Subject: |
Re: Win10/GNUmake4.1: paths in .INCLUDE_DIRS not searched |
Date: |
Thu, 19 May 2016 05:47:22 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Jannick <thirdedition <at> gmx.net> writes:
> Here some options I can see right now:
>
> * Invoking Make like 'Make -IC:/path/to/make/lib' (as already
> discussed)
>
> * Compile an additional hard coded path (like 'C:/path/to/make/lib')
> into Make (running build_w32.bat with some tweaks to use mingw32-gcc
instead
> of gcc) with
>
> -DINCLUDEDIR="\".\",\" C:/path/to/makelib\""
>
> * Calling targets like '$(MAKE) -IC:/path/to/make/lib mytarget'
within
> the makefile which includes IncludeMe.make (in C:/path/to/make/lib) by
using
> '-include IncludeMe.make' (where the leading '-' makes Make ignore the
> include error in the first run at least).
>
Just check this which might answer what you're looking for...
http://lists.gnu.org/archive/html/help-make/2016-01/msg00015.html
R.