forked from Mirrors/freeswitch
upgrade.vbs fix to upgrade to correct version typo.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@69 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dbb2f6f63e
commit
cda3669b86
|
@ -4,9 +4,9 @@ Set WshShell = WScript.CreateObject("WScript.Shell")
|
|||
Set WshSysEnv = WshShell.Environment("SYSTEM")
|
||||
|
||||
If WshSysEnv("VS80COMNTOOLS")<> "" Then
|
||||
Set vcProj = CreateObject("VisualStudio.VCProjectEngine.7.1")
|
||||
Else If WshSysEnv("VS71COMNTOOLS")<> "" Then
|
||||
Set vcProj = CreateObject("VisualStudio.VCProjectEngine.8.0")
|
||||
Else If WshSysEnv("VS71COMNTOOLS")<> "" Then
|
||||
Set vcProj = CreateObject("VisualStudio.VCProjectEngine.7.1")
|
||||
Else
|
||||
Wscript.Echo("Did not find any Visual Studio .net 2003 or 2005 on your machine")
|
||||
WScript.Quit(1)
|
||||
|
|
Loading…
Reference in New Issue