mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
344 B
Bash
8 lines
344 B
Bash
#!/usr/bin/env bash
|
|
|
|
# source file order is important
|
|
$DMD -m${MODEL} -I${EXTRA_FILES} -of${OUTPUT_BASE}${LIBEXT} -lib ${EXTRA_FILES}/lib18456b.d ${EXTRA_FILES}/lib18456.d
|
|
$DMD -m${MODEL} -I${EXTRA_FILES} -of${OUTPUT_BASE}${EXE} ${EXTRA_FILES}/test18456.d ${OUTPUT_BASE}${LIBEXT}
|
|
${OUTPUT_BASE}${EXE}
|
|
|
|
rm_retry ${OUTPUT_BASE}{${LIBEXT},${EXE}}
|