Skip to content

Commit 18098a4

Browse files
committed
Remove unused PySide parts on build...
1 parent ef23c58 commit 18098a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.bat

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ echo - install requirements
1313
echo - distutils cx_freeze build
1414
%python_exe% setup.py build || goto :error
1515

16+
echo - cleanup
17+
rd /S /Q build\exe.win32-2.7\PySide\examples
18+
rd /S /Q build\exe.win32-2.7\PySide\translations
19+
rd /S /Q build\exe.win32-2.7\PySide\docs
20+
rd /S /Q build\exe.win32-2.7\PySide\scripts
21+
rd /S /Q build\exe.win32-2.7\PySide\typesystems
22+
del /Q build\exe.win32-2.7\PySide\*.exe
23+
del /Q build\exe.win32-2.7\PySide\QtWebKit*
24+
del /Q build\exe.win32-2.7\PySide\QtDesigner*
25+
del /Q build\exe.win32-2.7\PySide\QtXmlPatterns*
26+
del /Q build\exe.win32-2.7\PySide\Qt3Support4*
27+
1628
echo - Inno Setup build
1729
%iscc_exe% "installer.iss" || goto :error
1830

0 commit comments

Comments
 (0)