Use VC90 instead of VC80
This commit is contained in:
parent
268205400f
commit
c8420de25e
|
|
@ -90,7 +90,7 @@ Section "${SMDIRECTORY}" SecCore
|
|||
File "${PANDA}\LICENSE"
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /r "${PANDA}\bin\*.dll"
|
||||
File /r "${PANDA}\bin\Microsoft.VC80.CRT.manifest"
|
||||
File /r "${PANDA}\bin\Microsoft.VC90.CRT.manifest"
|
||||
SetOutPath $INSTDIR\etc
|
||||
File /r "${PANDACONF}\*"
|
||||
SetOutPath $INSTDIR\direct\src\directscripts
|
||||
|
|
|
|||
Loading…
Reference in New Issue