diff options
author | WiSo <wiso@xbmc.org> | 2012-06-11 19:21:04 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-06-11 19:21:28 +0200 |
commit | b6430a1040858e028b227898b48f8ec97cc4f061 (patch) | |
tree | 82097f62885a249354f379ffd99a065935811b66 /project/BuildDependencies | |
parent | b8f5f28ef93c551c1ebe83dc41424bdae989555d (diff) |
[WIN32] added a package list file which contains all deps which are already in the "new" package format
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list new file mode 100644 index 0000000000..d9c5582909 --- /dev/null +++ b/project/BuildDependencies/scripts/0_package.list @@ -0,0 +1,11 @@ +; package.list should contain all file names of packages which are already in the "new" package format (the package contains the paths to the libraries +; and headers relative to the XBMC root directory, stored in a 7zip container) +; example sqlite-3.7.12.1-win32.7z: +; -> (package name)\(relative path to file) +; -> sqlite-3.7.12.1-win32\project\BuildDependencies\lib\sqlite3.lib +; -> sqlite-3.7.12.1-win32\system\sqlite3.dll +; -> ... +sqlite-3.7.12.1-win32 +libnfs-1.3.0-win32 +libshairplay-d689c6-win32 +libjpeg-turbo-1.2.0-win32
\ No newline at end of file |