Rename update.cpp to updater_win.cpp.

This commit is contained in:
John Preston 2019-11-25 18:34:02 +03:00
parent 8f17fe98e0
commit fe1aacd37b
3 changed files with 4 additions and 4 deletions

View File

@ -991,10 +991,10 @@ add_dependencies(Telegram Updater)
set(updater_sources
PRIVATE
_other/updater.cpp
_other/updater.h
_other/updater_win.cpp
_other/updater_linux.cpp
_other/updater_osx.m
_other/updater.h
)
nice_target_sources(Updater ${src_loc} "${updater_sources}")

View File

@ -22,7 +22,7 @@
'<(src_loc)',
],
'sources': [
'<(src_loc)/_other/updater.cpp',
'<(src_loc)/_other/updater_win.cpp',
'<(src_loc)/_other/updater.h',
'<(src_loc)/_other/updater_linux.cpp',
'<(src_loc)/_other/updater_osx.m',
@ -49,7 +49,7 @@
}],
[ '"<(build_win)" != "1"', {
'sources!': [
'<(src_loc)/_other/updater.cpp',
'<(src_loc)/_other/updater_win.cpp',
],
}],
],