New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -28,11 +28,12 @@ set(updater_SOURCES
|
|||
http.cpp
|
||||
hash.cpp
|
||||
updater.rc
|
||||
updater.manifest
|
||||
)
|
||||
|
||||
add_definitions(-DNOMINMAX -DUNICODE -D_UNICODE)
|
||||
if(MSVC)
|
||||
add_compile_options("$<$<CONFIG:RelWithDebInfo>:/MT>")
|
||||
add_compile_options($<IF:$<CONFIG:Debug>,/MTd,/MT>)
|
||||
endif()
|
||||
|
||||
add_executable(updater WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue