Minor cleanup
This commit is contained in:
parent
64d5c57d34
commit
99e7afc610
1 changed files with 4 additions and 4 deletions
|
@ -65,8 +65,8 @@ workspace "ssc"
|
||||||
|
|
||||||
prebuildcommands {
|
prebuildcommands {
|
||||||
-- regenerate grammatica classes before compilation begins
|
-- regenerate grammatica classes before compilation begins
|
||||||
"{CHDIR} \"%{prj.location}\"",
|
'{CHDIR} "%{prj.location}"',
|
||||||
"java -jar grammatica.jar \"sunscript.grammar\" --csoutput \".\\generated\" --csnamespace \"arookas\" --csclassname \"__sun\"",
|
'java -jar grammatica.jar "sunscript.grammar" --csoutput ".\\generated" --csnamespace "arookas" --csclassname "__sun"',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- frontend project (example command-line interface)
|
-- frontend project (example command-line interface)
|
||||||
|
@ -90,8 +90,8 @@ workspace "ssc"
|
||||||
|
|
||||||
postbuildcommands {
|
postbuildcommands {
|
||||||
-- copy stdlib to frontend output so users can import the scripts
|
-- copy stdlib to frontend output so users can import the scripts
|
||||||
"{RMDIR} \"%{cfg.buildtarget.directory}ssc\"",
|
'{RMDIR} "%{cfg.buildtarget.directory}ssc"',
|
||||||
"{COPY} \"%{wks.location}stdlib\" \"%{cfg.buildtarget.directory}ssc\"",
|
'{COPY} "%{wks.location}stdlib" "%{cfg.buildtarget.directory}ssc"',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- sbdump utility
|
-- sbdump utility
|
||||||
|
|
Loading…
Reference in a new issue