That was a dumb question.
After installing proper version of appengine-sdk, I changed the Rake file to
mirahc 'src', :dir => 'src', :dest => 'build', :options => ['-V']
# mirahc 'src/model.mirah', :dir => 'src', :dest => 'build',
# :options => ['--classpath', Dir.pwd + "/build/"]
=====
With this change, I get a lot of errors like :
Could not infer typing for nodes:
Constant(DubyDatastorePlugin) at line 114 (child of Call(get))
C:/cygwin/home/arash/src/mirah_model/src/model.mirah:112: Could not infer typing for nodes:
Constant(DubyDatastorePlugin) at line 114 (child of Call(get))
macro def property(name, type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DubyDatastorePlugin.get(@mirah).add_property(name, type, @call)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
end
^^^^^
I guess my changes to Rakefile was not good. Can you help me with the Rakefile?