-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
… a codegenerated one.
- Loading branch information
Jim Carroll
committed
Sep 9, 2012
1 parent
a304b58
commit 81f2141
Showing
94 changed files
with
4,622 additions
and
17,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,6 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ | |
xbmc/interfaces/info/info.a \ | ||
xbmc/interfaces/interfaces.a \ | ||
xbmc/interfaces/json-rpc/json-rpc.a \ | ||
xbmc/interfaces/python/python.a \ | ||
xbmc/interfaces/python/xbmcmodule/xbmcmodule.a \ | ||
xbmc/linux/linux.a \ | ||
xbmc/music/dialogs/musicdialogs.a \ | ||
xbmc/music/infoscanner/musicscanner.a \ | ||
|
@@ -97,6 +95,9 @@ ifeq (@USE_WEB_SERVER@,1) | |
DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/httprequesthandlers.a | ||
endif | ||
|
||
DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/legacy.a | ||
DIRECTORY_ARCHIVES += xbmc/interfaces/python/python_binding.a | ||
|
||
ifeq (@USE_OPENGL@,1) | ||
DIRECTORY_ARCHIVES += xbmc/rendering/gl/rendering_gl.a | ||
endif | ||
|
@@ -347,9 +348,6 @@ libaddon: exports | |
$(MAKE) -C lib/addons/library.xbmc.addon | ||
$(MAKE) -C lib/addons/library.xbmc.gui | ||
$(MAKE) -C lib/addons/library.xbmc.pvr | ||
libpython: dllloader | ||
$(MAKE) -C xbmc/interfaces/python | ||
$(MAKE) -C xbmc/interfaces/python/xbmcmodule | ||
dvdpcodecs: dllloader | ||
$(MAKE) -C lib | ||
$(MAKE) -C lib/libdvd | ||
|
@@ -396,13 +394,18 @@ libs: libhdhomerun libid3tag imagelib libexif system/libcpluff-@[email protected] $(CMYTH | |
|
||
externals: codecs libs visualizations screensavers libaddon | ||
|
||
ADDON_BINDINGS = xbmc/interfaces/legacy/legacy.a | ||
ADDON_BINDINGS += xbmc/interfaces/python/python_binding.a | ||
|
||
xcode_depends: \ | ||
codecs libs visualizations screensavers eventclients skins libaddon \ | ||
lib/libsquish/libsquish.a \ | ||
lib/libapetag/.libs/libapetag.a \ | ||
lib/libRTV/librtv.a \ | ||
lib/libXDAAP/libxdaap.a \ | ||
lib/SlingboxLib/SlingboxLib.a | ||
lib/SlingboxLib/SlingboxLib.a \ | ||
$(ADDON_BINDINGS) | ||
libtool -static -o xbmc/interfaces/addonbindings.a $(ADDON_BINDINGS) | ||
|
||
OBJSXBMC =$(DIRECTORY_ARCHIVES) | ||
OBJSXBMC+=lib/libapetag/.libs/libapetag.a | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.