tags:

views:

482

answers:

1
+1  A: 

Look in the make file csharp_v1.build.

On line 10 change it from:

<property name="antlr.dir" value="..\..\.."/>

to

<property name="antlr.dir" value="..\..\..\antlr.jar"/>

chollida