Move the autoupdater launcher into its own public domain source file.
So other games can steal this piece if they want.
This commit is contained in:
parent
cf5dd87f57
commit
d0da0724e7
3 changed files with 81 additions and 65 deletions
2
Makefile
2
Makefile
|
@ -1694,6 +1694,7 @@ Q3OBJ = \
|
|||
$(B)/client/sdl_snd.o \
|
||||
\
|
||||
$(B)/client/con_log.o \
|
||||
$(B)/client/sys_autoupdater.o \
|
||||
$(B)/client/sys_main.o
|
||||
|
||||
ifdef MINGW
|
||||
|
@ -2230,6 +2231,7 @@ Q3DOBJ = \
|
|||
$(B)/ded/null_snddma.o \
|
||||
\
|
||||
$(B)/ded/con_log.o \
|
||||
$(B)/ded/sys_autoupdater.o \
|
||||
$(B)/ded/sys_main.o
|
||||
|
||||
ifeq ($(ARCH),x86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue