Skip to content

Commit

Permalink
run cript
Browse files Browse the repository at this point in the history
  • Loading branch information
ksen007 committed Nov 9, 2011
1 parent ab58af7 commit 75bddcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Casen.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/out/production/Casen" />
<output-test url="file://$MODULE_DIR$/out/test/Casen" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/javasrc" isTestSource="false" />
Expand Down
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -mx1024M -classpath javalib/antlrworks-1.4.3.jar:out/production/Casen CasenCompiler $1

0 comments on commit 75bddcd

Please sign in to comment.