diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2015-02-28 22:11:09 +0100 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2015-07-15 16:26:31 +0200 |
commit | 3764f03911fce66685e7b130e2bdd94c0893c8e2 (patch) | |
tree | 3713738d12f3975972ff53c66765921c91a11a20 /Makefile.in | |
parent | be3b57a618062b5161ab98b700b1ec8707c023eb (diff) |
Reworked initialization for win32
Moved error reporting to a separate class with
implementations for win32 and posix currently
Reworked exception handling, no longer ignores 9 exceptions, just logs and rethrows.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 123e6b246a..21fa4e146d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/interfaces/json-rpc/json-rpc.a \ xbmc/linux/linux.a \ xbmc/listproviders/listproviders.a \ + xbmc/main/main.a \ xbmc/media/media.a \ xbmc/music/dialogs/musicdialogs.a \ xbmc/music/infoscanner/musicscanner.a \ |