Hi Przemek,
This code:
--- test.prg
PROC MAIN()
? hb_compile( NIL, { "test.prg", "-gc2", "-l", "-l-" } )
RETURN
---will create test.c *with* line numbers, while equivalent Harbour command line below will properly disable it by second -l- option: harbour test.prg -gc2 -l -l- Brdgs, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
