-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathbuildall.bat
More file actions
155 lines (140 loc) · 3.4 KB
/
Copy pathbuildall.bat
File metadata and controls
155 lines (140 loc) · 3.4 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
@echo off
REM Make sure that the ROOT is correct for your builds. Modify the
REM root environment variable to be sure the build works properly.
REM You must specify a country variable at the command line.
if "%1"=="" goto usage
SET ROOT=c:\astro
SET DOSMAKE=%ROOT%\c6ers\tools6\BIN\NMAKE
SET CPRS=%ROOT%\compress
SET BIN=%ROOT%\binaries
SET TDSTAMP=/DATE:1993.03.09 /TIME:06.00.00
SET COUNTRY=%1
SET LANG_SRC=%ROOT%\LANG
SET PROJ=500
SET BUILDER=YES
SET INIT=%ROOT%\c6ers\tools6\bin
::echo ********************** building c6ers **********************************
set SAVEP=%PATH%
::set PATH=%ROOT%\c6ers\tools6\bin
::set lib=%ROOT%\c6ers\tools6\lib;%ROOT%\c6ers\toolsvr\lib
::set include=.;%ROOT%\c6ers\tools6\include;..\toolsvr\inc
::
:: cd c6ers
:: %DOSMAKE%
:: cd %ROOT%
::
::echo ********************** building magicdrve ###***************************
::set PATH=%root%\C6ERS\TOOLS6\BIN;%root%\c6ers\tools6\bin;%PATH%
::set INCLUDE=%root%\MAGICDRV\INC;%root%\C6ERS\TOOLS6\INCLUDE
::set LIB=%root%\MAGICDRV\LIB;%root%\C6ERS\TOOLS6\LIB
::
:: cd magicdrv
:: call build.bat
:: cd driver
:: copy dblspace.bin %BIN%
:: copy dblspace.bin %CPRS%
:: copy dblspace.sys %BIN%
:: copy dblspace.sys %CPRS%
:: copy dsvxd.386 %BIN%
:: compress -f dsvxd.386 %CPRS%\dsvxd.38_
:: cd ..\setupman
:: copy dblspace.inf %BIN%
:: compress -f dblspace.inf %CPRS%\dblspace.in_
:: copy dblspace.hlp %BIN%
:: compress -f dblspace.hlp %CPRS%\dblspace.hl_
:: copy dblspace.exe %BIN%
:: compress -f dblspace.exe %CPRS%\dblspace.ex_
:: cd %ROOT%
::
echo ********************** building msdos60 base ***************************
SET PATH=%ROOT%\c6ers\tools6\BIN;%ROOT%\tools\bin;%PATH%
SET INIT=%ROOT%\c6ers\tools6\bin
SET INCLUDE=%ROOT%\c6ers\tools6\include;%ROOT%\c6ers\toolsvr\lib
SET LIB=%ROOT%\c6ers\tools6\lib;%ROOT%\c6ers\toolsvr\lib
%DOSMAKE%
cd ..
::echo ********************** building install ********************************
::SET PROJ=JANUS
::SET UJANUS=1
::SET OEMBASE=
::
:: cd install\lib
:: %DOSMAKE%
:: cd ..\..
::
:: cd install\oem
:: %DOSMAKE%
:: cd ..\..
::
:: cd install\retail
:: %DOSMAKE%
:: copy %LANG_SRC%\%COUNTRY%\install\common\FULLSET.MSG %BIN%\SETUP.MSG
:: copy %LANG_SRC%\%COUNTRY%\install\common\FULLSET.MSG %CPRS%\SETUP.MSG
:: cd ..\..
::
:: cd install\recover
:: %DOSMAKE%
:: cd ..\..
::
:: cd install\cleanup
:: %DOSMAKE%
:: cd ..\..
::
:: cd install\dosdata\12
:: %DOSMAKE%
:: copy %CPRS%\SETUP12.UPG %CPRS%\DOSSETUP.INI
:: cd ..\..\..
::
:: cd install\dosdata\144
:: %DOSMAKE%
:: cd ..\..\..
::
:: cd install\oemdata\12
:: %DOSMAKE%
:: cd ..\144
:: %DOSMAKE%
:: cd ..\..\..
::
:: cd install\basedata\12
:: %DOSMAKE%
:: cd ..\144
:: %DOSMAKE%
::
::
:: cd %ROOT%
::
::
::SET UJANUS=
::
:: cd install\oem
:: %DOSMAKE% /a
:: pklite -o setup.exe
:: copy SETUP.exe %CPRS%\setup.oem
:: copy SETUP.exe %BIN%\setup.oem
:: cd ..\..
:: cd ..\
::SET OEMBASE=TRUE
::
:: cd install\oem
:: %DOSMAKE% /a
:: copy %LANG_SRC%\%COUNTRY%\install\common\BASESET.MSG %BIN%
:: copy %LANG_SRC%\%COUNTRY%\install\common\BASESET.MSG %CPRS%
:: cd ..\..
:: cd ..\
::SET OEMBASE=
goto end
:USAGE
echo Builds PC-DOS 6
echo.
echo buildall [language]
echo.
echo [language] - Specifies language to build (USA, FRN, GER, SPA, etc).
echo.
:END
cd %ROOT%
set path=%SAVEP%
set SAVEP=
SET ROOT=
SET DOSMAKE=
SET CPRS=
SET BIN=