www.digitalmars.com         C & C++   DMDScript  

c++ - Can't compile multiple source files in a different directory

reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
e.g. the following line

    dmc -c -I..\..\include -I. ..\..\src\*.c

gives

    Fatal error: unable to open input file '..\..\src\*.c'

:-(
Dec 04 2004
parent "Matthew" <matthew hat.stlsoft.dot.org> writes:
Any progress on this?

"Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message
news:cotrg2$mjd$1 digitaldaemon.com...
 e.g. the following line

     dmc -c -I..\..\include -I. ..\..\src\*.c

 gives

     Fatal error: unable to open input file '..\..\src\*.c'

 :-(
Sep 11 2005