mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 02:45:25 +03:00
Streamline main() with DMD's (ddmd/mars.d)
This commit is contained in:
parent
37559774a7
commit
24cecc268c
4 changed files with 170 additions and 168 deletions
|
@ -43,12 +43,12 @@ int createStaticLibrary();
|
|||
/**
|
||||
* Delete the executable that was previously linked with linkObjToBinary.
|
||||
*/
|
||||
void deleteExecutable();
|
||||
void deleteExeFile();
|
||||
|
||||
/**
|
||||
* Runs the executable that was previously linked with linkObjToBinary.
|
||||
* @return the return status of the executable.
|
||||
*/
|
||||
int runExecutable();
|
||||
int runProgram();
|
||||
|
||||
#endif // LDC_DRIVER_LINKER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue