2024-05-16 17:02:36 +02:00
|
|
|
|
|
|
|
if [ "${DOSEMU}" = "Yes" ]; then
|
|
|
|
if [ "${DOSEMUVER}" = "dosemu2" ]; then
|
2024-05-11 11:39:51 +02:00
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "DosEmu2 Integration with Mystic" >> ${DBP_INFO}
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "For the correct DosEmu2 integration follow the Mystic Doors doc ${MYSTIC_DIR}/docs/unix.install.txt" >> ${DBP_INFO}
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "==============================================================================================================" >> ${DBP_INFO}
|
|
|
|
fi
|
2024-05-16 15:04:43 +02:00
|
|
|
|
2024-05-16 17:02:36 +02:00
|
|
|
if [ "${DOSEMUVER}" = "dosemu" ]; then
|
2024-05-16 15:04:43 +02:00
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "DosEmu Integration with Mystic" >> ${DBP_INFO}
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "For the correct DosEmu integration follow the Mystic Doors doc ${MYSTIC_DIR}/docs/unix.install.txt" >> ${DBP_INFO}
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "==============================================================================================================" >> ${DBP_INFO}
|
|
|
|
fi
|
|
|
|
|
2024-05-16 17:02:36 +02:00
|
|
|
fi
|