Quote:
> > Hi,
> > i am using a command file to compile my projekts.
> > after new installation the developer studio is on drive C:
> > and my source is on D:
> > since this time NMAKE reoprts hte following error:
> > NMAKE : fatal error U1073: '"..\..\..\programme\microsoft visual
> > studio\vc98\include\basetsd.h"' konnte nicht erstellt werden.
> > i think he is trying to use a relativ path but this would not work
> > because i am working on different disks.
> > --
> > Axel Laurinat
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
> Hi Axel,
> I am having a similiar problem (I think, I can't read German).
However,
> I resolved my problem, to some extent, by including the path in the
> include statement like: #include <c:\Program
> Files\DevStudio\Include\name.h>.
> My question is: Can you predefine the location of your include
> statements with an nmake command line option?
> Good Luck
> John N.
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Thanks for your help , but i found my problem already
i forgot to write the *.dep file new. i only export the makefile
your question: i do not find any command line option.
i always expand the enviormentvariable INCLUDE in my commandjobs
SET INCLUDE=%INCLUDE%;C:\mypath\include
this will work in most cases.
--
Axel Laurinat
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.