[QBS] How to link setargv.obj

Kurt Keller kk at parity-software.com
Wed Oct 1 17:59:47 CEST 2014


How is it possible, to link a windows console application against
setargv.obj? If I
use

   cpp.dynamicLibraries: ["setargv.obj"]
or
  cpp.staticLibraries: ["setargv.obj"]

I always get 'setargv.obj.lib' not found. (I use setargv.obj to expand
wildcard arguments,
see http://msdn.microsoft.com/de-de/library/8bch7bkk.aspx)

Regards
Kurt





More information about the Qbs mailing list