mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
299 B
D
9 lines
299 B
D
import dshell;
|
|
|
|
int main()
|
|
{
|
|
run("$DMD -m$MODEL -od$OUTPUT_BASE -c $IMPORT_FILES/issue22804_1.d $IMPORT_FILES/issue22804_2.d");
|
|
run("$DMD -m$MODEL -I$IMPORT_FILES -of$OUTPUT_BASE/a$EXE $EXTRA_FILES/issue22804.d $OUTPUT_BASE/issue22804_1$OBJ $OUTPUT_BASE/issue22804_2$OBJ");
|
|
|
|
return 0;
|
|
}
|