mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
6 lines
299 B
Bash
6 lines
299 B
Bash
#!/usr/bin/env bash
|
|
|
|
$DMD -m${MODEL} -I${EXTRA_FILES} -of${OUTPUT_BASE}${LIBEXT} -lib ${EXTRA_FILES}/lib21723a.d ${EXTRA_FILES}/lib21723b.d
|
|
$DMD -m${MODEL} -I${EXTRA_FILES} -of${OUTPUT_BASE}${EXE} -inline ${EXTRA_FILES}/test21723.d ${OUTPUT_BASE}${LIBEXT}
|
|
|
|
rm_retry ${OUTPUT_BASE}{${LIBEXT},${EXE}}
|