CL Command line and default INCLUDE dir

  • Thread starter Thread starter zorro
  • Start date Start date
Z

zorro

Hi,

I use the command line :
cl -c /nologo /Od /MDd /GX /FoDebug\gzio.obj gzio.c

and I get an error :

gzio.c(10) : fatal error C1034: stdio.h: no include path set


Well, if I add the /I"../include" option, it works, but would it be a way
to define a defaut INCLUDE dir that the CL would always use ?

Tx,
Denis
 
Back
Top