|
|
|
@ -53,6 +53,9 @@ for d in os.listdir('.'):
|
|
|
|
|
# define project dependances
|
|
|
|
|
# This table is generated with the command 'tools/python/depends.py exiv2-webready.sln format'
|
|
|
|
|
project = {}
|
|
|
|
|
for p in uid:
|
|
|
|
|
project[p]=empty()
|
|
|
|
|
|
|
|
|
|
project['addmoddel' ] = set(['libcurl', 'zlib', 'libexpat', 'xmpsdk', 'libexiv2', 'libssh'])
|
|
|
|
|
project['conntest' ] = set(['libcurl', 'zlib', 'libexpat', 'xmpsdk', 'libexiv2', 'libssh'])
|
|
|
|
|
project['convert-test' ] = set(['libcurl', 'zlib', 'libexpat', 'xmpsdk', 'libexiv2', 'libssh'])
|
|
|
|
|