forked from realXtend/tundra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
makeclean.bat
52 lines (45 loc) · 1.31 KB
/
makeclean.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
:: This bat will clean all telepathy related files from ./build run this after makebuild.bat
:: Also makes sure no unneeded qt libraries are not included
@echo off
:: Telepathy stuff
rd /s /q build\gstreamer
rd /s /q build\gabble
rd /s /q build\dbus
rd /s /q build\data\dbus_services
del build\startdbus.bat
del build\dbus-1.dll
del build\dbus-glib.dll
del build\libgnutlsxx-26.dll
del build\telepathy-farsight.dll
del build\telepathy-glib.dll
:: Qt stuff
del build\QtDeclarative*.dll
del build\QtMultimedia*.dll
del build\QtXmlPatterns*.dll
del build\QtTest*.dll
del build\QtOpenGLd4.dll
del build\QtSqld4.dll
del build\QtSvgd4.dll
rd /s /q build\qtplugins\accessible
rd /s /q build\qtplugins\bearer
rd /s /q build\qtplugins\sqldrivers
rd /s /q build\qtplugins\designer
rd /s /q build\qtplugins\graphicssystems
del build\qtplugins\script\*d.dll
del build\qtplugins\codecs\*d4.dll
del build\qtplugins\iconengines\*d4.dll
del build\qtplugins\imageformats\*d4.dll
del build\qtplugins\phonon_backend\*d4.dll
:: Random stuff
rd /s /q build\dox
del build\pluginsd.cfg
del build\plugins-*.cfg
del build\resources-*.cfg
del build\data\avatar_*.llm
del build\data\gabble.manager
del build\data\assets\dummy.txt
del build\lvm.sh
:: Installers we dont need in .msi
::del build\dxwebsetup.exe
::del build\oalinst.exe
::del build\vcredist_x86.exe