On 2012-03-07 15:49Z, AngusC wrote:
>
> INCS := C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE
[...]
> main.obj : main.cpp
> cl -c -EHsc main.cpp
[...]
> myclass.cpp(2) : fatal error C1034: iostream: no include path set
'INCS' isn't used. I don't work with this compiler, but try adding the
include path to the compile commands, e.g.:
cl -I $(INCS) -c -EHsc main.cpp
If the embedded space in 'INCS' causes a problem, quoting it might help.
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make