Reverse some preferences

This commit is contained in:
daleclack 2024-09-22 19:45:42 +08:00
parent 4d861eb349
commit 7575e34a65
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ if(WIN32)
set_property(SOURCE icon.rc APPEND PROPERTY
OBJECT_DEPENDS ${PROJECT_SOURCE_DIR}/icon.ico
)
add_executable(My_GtkUI ${app_WINRC} ${SOURCES} ${RESOURCE_FILE})
add_executable(My_GtkUI WIN32 ${app_WINRC} ${SOURCES} ${RESOURCE_FILE})
else()
add_executable(My_GtkUI ${SOURCES} ${RESOURCE_FILE})