cmake: create LEGO1.DLL instead of libLEGO1.DLL, when using mingw

This commit is contained in:
Anonymous Maarten 2024-01-06 12:46:19 +01:00
parent 5307f73243
commit c923893c61

View File

@ -259,6 +259,7 @@ target_link_libraries(lego1 PRIVATE ddraw dsound dinput dxguid winmm d3drm smack
# Make sure filenames are ALL CAPS
set_property(TARGET lego1 PROPERTY OUTPUT_NAME LEGO1)
set_property(TARGET lego1 PROPERTY PREFIX "")
set_property(TARGET lego1 PROPERTY SUFFIX ".DLL")
if (ISLE_BUILD_APP)