sejerpz / vtg

Automatically exported from code.google.com/p/vtg
0 stars 0 forks source link

The source filename is duplicated in single file compile command #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an example:

valac -C --thread
/home/andrea/documenti/src/vala/tests/staticprivate/test.vala
/home/andrea/documenti/src/vala/tests/staticprivate/test.vala

The file name is test.vala and the compiler command should be only:

valac -C --thread /home/andrea/documenti/src/vala/tests/staticprivate/test.vala

Original issue reported on code.google.com by seje...@gmail.com on 25 Feb 2009 at 12:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r331.

Original comment by seje...@gmail.com on 19 Sep 2009 at 10:48

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 22 Sep 2009 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 22 Sep 2009 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by seje...@gmail.com on 22 Sep 2009 at 7:01