@@ -19,98 +19,98 @@ echo --- 32bit
19
19
20
20
REM ********* Make en-US.dll
21
21
cd ..
22
- Setup\Utility\ Release\Utility.exe makeEN ClassicExplorer\ Setup\ClassicExplorer32.dll StartMenu\ Setup\StartMenuDLL.dll ClassicIE\ Setup\ClassicIEDLL_32.dll Update \Release\Update.exe
22
+ ..\build\bin\ Release\Utility.exe makeEN ..\build\bin\ Setup\ClassicExplorer32.dll ..\build\bin\ Setup\StartMenuDLL.dll ..\build\bin\ Setup\ClassicIEDLL_32.dll ..\build\bin \Release\Update.exe
23
23
@ if ERRORLEVEL 1 exit /b 1
24
24
25
- Setup\Utility \Release\Utility.exe extract en-US.dll en-US.csv
26
- copy /B en-US.dll Localization\English > nul
25
+ ..\build\bin \Release\Utility.exe extract en-US.dll en-US.csv
26
+ move en-US.dll Localization\English > nul
27
27
move en-US.csv Localization\English > nul
28
28
29
29
cd Setup
30
30
31
31
32
32
REM ********* Copy binaries
33
33
34
- copy /B ..\ClassicExplorer \Setup\ClassicExplorer32.dll Output > nul
35
- copy /B ..\ClassicExplorer \Setup\ClassicExplorerSettings.exe Output > nul
36
- copy /B ..\ClassicIE \Setup\ClassicIEDLL_32.dll Output > nul
37
- copy /B ..\ClassicIE \Setup\ClassicIE_32.exe Output > nul
38
- copy /B ..\StartMenu \Setup\StartMenu.exe Output > nul
39
- copy /B ..\StartMenu \Setup\StartMenuDLL.dll Output > nul
40
- copy /B ..\Update\Release\Update.exe Output > nul
41
- copy /B ..\Update\DesktopToasts\ Release\DesktopToasts.dll Output > nul
42
- copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32 .dll Output > nul
43
- copy /B ..\Setup\SetupHelper \Release\SetupHelper.exe Output > nul
44
-
45
- copy /B ..\ClassicExplorer \Setup64\ClassicExplorer64.dll Output\x64 > nul
46
- copy /B ..\ClassicIE \Setup64\ClassicIEDLL_64.dll Output\x64 > nul
47
- copy /B ..\ClassicIE \Setup64\ClassicIE_64.exe Output\x64 > nul
48
- copy /B ..\StartMenu \Setup64\StartMenu.exe Output\x64 > nul
49
- copy /B ..\StartMenu \Setup64\StartMenuDLL.dll Output\x64 > nul
50
- copy /B ..\StartMenu\StartMenuHelper \Setup64\StartMenuHelper64.dll Output\x64 > nul
51
-
52
- copy /B " ..\StartMenu \Skins\Classic Skin.skin" Output > nul
53
- copy /B " ..\StartMenu \Skins\Full Glass.skin" Output > nul
54
- copy /B " ..\StartMenu \Skins\Smoked Glass.skin" Output > nul
55
- copy /B " ..\StartMenu \Skins\Windows Aero.skin" Output > nul
56
- copy /B " ..\StartMenu \Skins\Windows Basic.skin" Output > nul
57
- copy /B " ..\StartMenu \Skins\Windows XP Luna.skin" Output > nul
58
- copy /B " ..\StartMenu \Skins\Windows 8.skin" Output > nul
59
- copy /B " ..\StartMenu \Skins\Metro.skin" Output > nul
60
- copy /B " ..\StartMenu \Skins\Classic Skin.skin7" Output > nul
61
- copy /B " ..\StartMenu \Skins\Windows Aero.skin7" Output > nul
62
- copy /B " ..\StartMenu \Skins\Windows 8.skin7" Output > nul
63
- copy /B " ..\StartMenu \Skins\Midnight.skin7" Output > nul
64
- copy /B " ..\StartMenu \Skins\Metro.skin7" Output > nul
65
- copy /B " ..\StartMenu \Skins\Metallic.skin7" Output > nul
66
- copy /B " ..\StartMenu \Skins\Immersive.skin" Output > nul
67
- copy /B " ..\StartMenu \Skins\Immersive.skin7" Output > nul
34
+ copy /B ..\..\build\bin \Setup\ClassicExplorer32.dll Output > nul
35
+ copy /B ..\..\build\bin \Setup\ClassicExplorerSettings.exe Output > nul
36
+ copy /B ..\..\build\bin \Setup\ClassicIEDLL_32.dll Output > nul
37
+ copy /B ..\..\build\bin \Setup\ClassicIE_32.exe Output > nul
38
+ copy /B ..\..\build\bin \Setup\StartMenu.exe Output > nul
39
+ copy /B ..\..\build\bin \Setup\StartMenuDLL.dll Output > nul
40
+ copy /B ..\..\build\bin\Setup\StartMenuHelper32.dll Output > nul
41
+ copy /B ..\..\build\bin\ Release\Update.exe Output > nul
42
+ copy /B ..\..\build\bin\Release\DesktopToasts .dll Output > nul
43
+ copy /B ..\..\build\bin \Release\SetupHelper.exe Output > nul
44
+
45
+ copy /B ..\..\build\bin \Setup64\ClassicExplorer64.dll Output\x64 > nul
46
+ copy /B ..\..\build\bin \Setup64\ClassicIEDLL_64.dll Output\x64 > nul
47
+ copy /B ..\..\build\bin \Setup64\ClassicIE_64.exe Output\x64 > nul
48
+ copy /B ..\..\build\bin \Setup64\StartMenu.exe Output\x64 > nul
49
+ copy /B ..\..\build\bin \Setup64\StartMenuDLL.dll Output\x64 > nul
50
+ copy /B ..\..\build\bin \Setup64\StartMenuHelper64.dll Output\x64 > nul
51
+
52
+ copy /B " ..\..\build\bin \Skins\Classic Skin.skin" Output > nul
53
+ copy /B " ..\..\build\bin \Skins\Full Glass.skin" Output > nul
54
+ copy /B " ..\..\build\bin \Skins\Smoked Glass.skin" Output > nul
55
+ copy /B " ..\..\build\bin \Skins\Windows Aero.skin" Output > nul
56
+ copy /B " ..\..\build\bin \Skins\Windows Basic.skin" Output > nul
57
+ copy /B " ..\..\build\bin \Skins\Windows XP Luna.skin" Output > nul
58
+ copy /B " ..\..\build\bin \Skins\Windows 8.skin" Output > nul
59
+ copy /B " ..\..\build\bin \Skins\Metro.skin" Output > nul
60
+ copy /B " ..\..\build\bin \Skins\Classic Skin.skin7" Output > nul
61
+ copy /B " ..\..\build\bin \Skins\Windows Aero.skin7" Output > nul
62
+ copy /B " ..\..\build\bin \Skins\Windows 8.skin7" Output > nul
63
+ copy /B " ..\..\build\bin \Skins\Midnight.skin7" Output > nul
64
+ copy /B " ..\..\build\bin \Skins\Metro.skin7" Output > nul
65
+ copy /B " ..\..\build\bin \Skins\Metallic.skin7" Output > nul
66
+ copy /B " ..\..\build\bin \Skins\Immersive.skin" Output > nul
67
+ copy /B " ..\..\build\bin \Skins\Immersive.skin7" Output > nul
68
68
69
69
70
70
REM ********* Collect debug info
71
71
md Output\PDB32
72
72
md Output\PDB64
73
73
74
74
REM Explorer 32
75
- copy /B ..\ClassicExplorer \Setup\ClassicExplorer32.pdb Output\PDB32 > nul
75
+ copy /B ..\..\build\bin \Setup\ClassicExplorer32.pdb Output\PDB32 > nul
76
76
copy /B Output\ClassicExplorer32.dll Output\PDB32 > nul
77
- copy /B ..\ClassicExplorer \Setup\ClassicExplorerSettings.pdb Output\PDB32 > nul
77
+ copy /B ..\..\build\bin \Setup\ClassicExplorerSettings.pdb Output\PDB32 > nul
78
78
copy /B Output\ClassicExplorerSettings.exe Output\PDB32 > nul
79
79
80
80
REM Explorer 64
81
- copy /B ..\ClassicExplorer \Setup64\ClassicExplorer64.pdb Output\PDB64 > nul
81
+ copy /B ..\..\build\bin \Setup64\ClassicExplorer64.pdb Output\PDB64 > nul
82
82
copy /B Output\x64\ClassicExplorer64.dll Output\PDB64 > nul
83
83
84
84
REM IE 32
85
- copy /B ..\ClassicIE \Setup\ClassicIEDLL_32.pdb Output\PDB32 > nul
85
+ copy /B ..\..\build\bin \Setup\ClassicIEDLL_32.pdb Output\PDB32 > nul
86
86
copy /B Output\ClassicIEDLL_32.dll Output\PDB32 > nul
87
- copy /B ..\ClassicIE \Setup\ClassicIE_32.pdb Output\PDB32 > nul
87
+ copy /B ..\..\build\bin \Setup\ClassicIE_32.pdb Output\PDB32 > nul
88
88
copy /B Output\ClassicIE_32.exe Output\PDB32 > nul
89
89
90
90
REM IE 64
91
- copy /B ..\ClassicIE \Setup64\ClassicIEDLL_64.pdb Output\PDB64 > nul
91
+ copy /B ..\..\build\bin \Setup64\ClassicIEDLL_64.pdb Output\PDB64 > nul
92
92
copy /B Output\x64\ClassicIEDLL_64.dll Output\PDB64 > nul
93
- copy /B ..\ClassicIE \Setup64\ClassicIE_64.pdb Output\PDB64 > nul
93
+ copy /B ..\..\build\bin \Setup64\ClassicIE_64.pdb Output\PDB64 > nul
94
94
copy /B Output\x64\ClassicIE_64.exe Output\PDB64 > nul
95
95
96
96
REM Menu 32
97
- copy /B ..\StartMenu \Setup\StartMenu.pdb Output\PDB32 > nul
97
+ copy /B ..\..\build\bin \Setup\StartMenu.pdb Output\PDB32 > nul
98
98
copy /B Output\StartMenu.exe Output\PDB32 > nul
99
- copy /B ..\StartMenu \Setup\StartMenuDLL.pdb Output\PDB32 > nul
99
+ copy /B ..\..\build\bin \Setup\StartMenuDLL.pdb Output\PDB32 > nul
100
100
copy /B Output\StartMenuDLL.dll Output\PDB32 > nul
101
- copy /B ..\StartMenu\StartMenuHelper \Setup\StartMenuHelper32.pdb Output\PDB32 > nul
101
+ copy /B ..\..\build\bin \Setup\StartMenuHelper32.pdb Output\PDB32 > nul
102
102
copy /B Output\StartMenuHelper32.dll Output\PDB32 > nul
103
- copy /B ..\Update \Release\Update.pdb Output\PDB32 > nul
103
+ copy /B ..\..\build\bin \Release\Update.pdb Output\PDB32 > nul
104
104
copy /B Output\Update.exe Output\PDB32 > nul
105
- copy /B ..\Update\DesktopToasts \Release\DesktopToasts.pdb Output\PDB32 > nul
105
+ copy /B ..\..\build\bin \Release\DesktopToasts.pdb Output\PDB32 > nul
106
106
copy /B Output\DesktopToasts.dll Output\PDB32 > nul
107
107
108
108
REM Menu 64
109
- copy /B ..\StartMenu \Setup64\StartMenu.pdb Output\PDB64 > nul
109
+ copy /B ..\..\build\bin \Setup64\StartMenu.pdb Output\PDB64 > nul
110
110
copy /B Output\x64\StartMenu.exe Output\PDB64 > nul
111
- copy /B ..\StartMenu \Setup64\StartMenuDLL.pdb Output\PDB64 > nul
111
+ copy /B ..\..\build\bin \Setup64\StartMenuDLL.pdb Output\PDB64 > nul
112
112
copy /B Output\x64\StartMenuDLL.dll Output\PDB64 > nul
113
- copy /B ..\StartMenu\StartMenuHelper \Setup64\StartMenuHelper64.pdb Output\PDB64 > nul
113
+ copy /B ..\..\build\bin \Setup64\StartMenuHelper64.pdb Output\PDB64 > nul
114
114
copy /B Output\x64\StartMenuHelper64.dll Output\PDB64 > nul
115
115
116
116
@@ -157,11 +157,11 @@ if exist Output\PolicyDefinitions.zip (
157
157
del Output\PolicyDefinitions.zip
158
158
)
159
159
cd ..\Localization\English
160
- ..\..\StartMenu \Setup\StartMenu.exe -saveadmx en-US
160
+ ..\..\..\build\bin \Setup\StartMenu.exe -saveadmx en-US
161
161
@ if ERRORLEVEL 1 exit /b 1
162
- ..\..\ClassicExplorer \Setup\ClassicExplorerSettings.exe -saveadmx en-US
162
+ ..\..\..\build\bin \Setup\ClassicExplorerSettings.exe -saveadmx en-US
163
163
@ if ERRORLEVEL 1 exit /b 1
164
- ..\..\ClassicIE \Setup\ClassicIE_32.exe -saveadmx en-US
164
+ ..\..\..\build\bin \Setup\ClassicIE_32.exe -saveadmx en-US
165
165
@ if ERRORLEVEL 1 exit /b 1
166
166
md en-US
167
167
copy /B *.adml en-US > nul
0 commit comments