On Fri, 16 Oct 2009, Lorenzo Fiorini wrote: > > Now Harbour supports -gd option which enable such functionality > > directly in compiler so .d files can be generated without any > > additional time cost caused by second .prg files preprocessing. > Just a minor issue: > hbmk hello.prg -gd -ohello.exe > hello.d is: > hello.c: hello.prg > instead of hello.exe: hello.prg
Yes it is. It's expected behavior. Please read my other messages. Harbour compiler does not know that you want to create .exe file so in such situations you have to set extgension explicitly yourself. hbmk hello.prg -gd.exe -ohello.exe best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
