Hi friends
I want create a new build system why compile a source file .
and i want it execute de .exe created
This is de build system:
{
“cmd”: [“hbmk2”, “$file_base_name”, “-comp=bcc”],
“selector”: “source.harbour”,
“working_dir”: “${file_path}”,
“shell”: true
}
works fine but then how can execute de .exe created ?
Thanks in advance.
Jose.