Use vcbuild instead of devenv.com.

This commit is contained in:
David Anderson 2009-08-29 22:17:48 -07:00
parent f7ed81d3ab
commit e3e2b8291a

View File

@ -19,11 +19,10 @@ def BuildCURL():
curl.AddCommand(command.DirectCommand(args)) curl.AddCommand(command.DirectCommand(args))
curl.AddCommand(command.DirectCommand(['make'])) curl.AddCommand(command.DirectCommand(['make']))
else: else:
args = ['devenv.com', args = ['vcbuild',
'/Build',
'LIB Release',
os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib', os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib',
'build_libcurl.vcproj')] 'build_libcurl.vcproj'),
'LIB Release']
curl.AddCommand(command.DirectCommand(args)) curl.AddCommand(command.DirectCommand(args))
#die "Unable to find libcurl.lib!\n" unless (-f "LIB-Release\\libcurl.lib"); #die "Unable to find libcurl.lib!\n" unless (-f "LIB-Release\\libcurl.lib");