Remove win-extras (smartroom/BeyondQuestion, serial, JOD, phidgets) from the Windows SDK

Let me know if you still need any of these and we'll find a better spot for them.
This commit is contained in:
rdb 2016-04-22 17:36:20 +02:00
parent 2c1cb4c313
commit 879b8a5ccb
2 changed files with 0 additions and 7 deletions

View File

@ -15,7 +15,6 @@
; BUILT - location of panda install tree.
; SOURCE - location of the panda source-tree if available, OR location of panda install tree.
; PYVER - version of Python that Panda was built with (ie, "2.7")
; PYEXTRAS - directory containing python extras, if any.
; REGVIEW - either 32 or 64, depending on the build architecture.
;
@ -372,11 +371,6 @@ SectionGroup "Python support"
SetOutPath "$INSTDIR\python"
File /r "${BUILT}\python\*"
!ifdef PYEXTRAS
SetOutPath "$INSTDIR\python\lib"
File /nonfatal /r "${PYEXTRAS}\*"
!endif
SetDetailsPrint both
DetailPrint "Adding registry keys for Python..."
SetDetailsPrint listonly

View File

@ -6521,7 +6521,6 @@ def MakeInstallerNSIS(file, title, installdir):
'BUILT' : panda,
'SOURCE' : psource,
'PYVER' : SDK["PYTHONVERSION"][6:9],
'PYEXTRAS' : os.path.join(os.path.abspath(GetThirdpartyBase()), 'win-extras'),
'REGVIEW' : regview,
}