msvc2005/configure.py - fixing typos

v0.27.3
Robin Mills 10 years ago
parent 70adbba759
commit 1ebc0057ef

@ -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'])

Loading…
Cancel
Save