1 |
dashley |
25 |
rem $Header: /cvsroot/esrg/sfesrg/esrgpcpj/batbuild/releases.bat,v 1.18 2002/05/22 08:31:33 dtashley Exp $
|
2 |
|
|
rem
|
3 |
|
|
rem This batch file builds releases, assuming that Microsoft Visual Studio
|
4 |
|
|
rem is installed in the default locations. This is a huge labor-saver when
|
5 |
|
|
rem preparing a new version of the tool set.
|
6 |
|
|
rem
|
7 |
|
|
rem *************************************************************************
|
8 |
|
|
rem CFBRAPAB
|
9 |
|
|
cd c:\esrgpcpj\cfbrapab
|
10 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" cfbrapab.dsp /MAKE "ALL" /REBUILD
|
11 |
|
|
rem
|
12 |
|
|
rem *************************************************************************
|
13 |
|
|
rem CFRATNUM
|
14 |
|
|
cd c:\esrgpcpj\cfratnum
|
15 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" cfratnum.dsp /MAKE "ALL" /REBUILD
|
16 |
|
|
rem
|
17 |
|
|
rem *************************************************************************
|
18 |
|
|
rem CRC32
|
19 |
|
|
cd c:\esrgpcpj\crc32
|
20 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" crc32.dsp /MAKE "ALL" /REBUILD
|
21 |
|
|
rem
|
22 |
|
|
rem *************************************************************************
|
23 |
|
|
rem ESRGCONSOLE
|
24 |
|
|
cd c:\esrgpcpj\egc
|
25 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" egc.dsp /MAKE "ALL" /REBUILD
|
26 |
|
|
rem
|
27 |
|
|
rem *************************************************************************
|
28 |
|
|
rem ESRGSCRIPTER
|
29 |
|
|
cd c:\esrgpcpj\egs
|
30 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" egs.dsp /MAKE "ALL" /REBUILD
|
31 |
|
|
rem
|
32 |
|
|
rem *************************************************************************
|
33 |
|
|
rem GFSW
|
34 |
|
|
cd c:\esrgpcpj\gfsw
|
35 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" gfsw.dsp /MAKE "ALL" /REBUILD
|
36 |
|
|
rem
|
37 |
|
|
rem *************************************************************************
|
38 |
|
|
rem HYREACH
|
39 |
|
|
cd c:\esrgpcpj\hyreach
|
40 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" hyreach.dsp /MAKE "ALL" /REBUILD
|
41 |
|
|
rem
|
42 |
|
|
rem *************************************************************************
|
43 |
|
|
rem INTADD
|
44 |
|
|
cd c:\esrgpcpj\intadd
|
45 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intadd.dsp /MAKE "ALL" /REBUILD
|
46 |
|
|
rem
|
47 |
|
|
rem *************************************************************************
|
48 |
|
|
rem INTDIV
|
49 |
|
|
cd c:\esrgpcpj\intdiv
|
50 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intdiv.dsp /MAKE "ALL" /REBUILD
|
51 |
|
|
rem
|
52 |
|
|
rem *************************************************************************
|
53 |
|
|
rem INTEXP
|
54 |
|
|
cd c:\esrgpcpj\intexp
|
55 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intexp.dsp /MAKE "ALL" /REBUILD
|
56 |
|
|
rem
|
57 |
|
|
rem *************************************************************************
|
58 |
|
|
rem INTFAC
|
59 |
|
|
cd c:\esrgpcpj\intfac
|
60 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intfac.dsp /MAKE "ALL" /REBUILD
|
61 |
|
|
rem
|
62 |
|
|
rem *************************************************************************
|
63 |
|
|
rem INTGCD
|
64 |
|
|
cd c:\esrgpcpj\intgcd
|
65 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intgcd.dsp /MAKE "ALL" /REBUILD
|
66 |
|
|
rem
|
67 |
|
|
rem *************************************************************************
|
68 |
|
|
rem INTLCM
|
69 |
|
|
cd c:\esrgpcpj\intlcm
|
70 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intlcm.dsp /MAKE "ALL" /REBUILD
|
71 |
|
|
rem
|
72 |
|
|
rem *************************************************************************
|
73 |
|
|
rem INTMOD
|
74 |
|
|
cd c:\esrgpcpj\intmod
|
75 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intmod.dsp /MAKE "ALL" /REBUILD
|
76 |
|
|
rem
|
77 |
|
|
rem *************************************************************************
|
78 |
|
|
rem INTMUL
|
79 |
|
|
cd c:\esrgpcpj\intmul
|
80 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intmul.dsp /MAKE "ALL" /REBUILD
|
81 |
|
|
rem
|
82 |
|
|
rem *************************************************************************
|
83 |
|
|
rem INTSUB
|
84 |
|
|
cd c:\esrgpcpj\intsub
|
85 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" intsub.dsp /MAKE "ALL" /REBUILD
|
86 |
|
|
rem
|
87 |
|
|
rem *************************************************************************
|
88 |
|
|
rem MD5
|
89 |
|
|
cd c:\esrgpcpj\md5
|
90 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" md5.dsp /MAKE "ALL" /REBUILD
|
91 |
|
|
rem
|
92 |
|
|
rem *************************************************************************
|
93 |
|
|
rem RANDFILE
|
94 |
|
|
cd c:\esrgpcpj\randfile
|
95 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" randfile.dsp /MAKE "ALL" /REBUILD
|
96 |
|
|
rem
|
97 |
|
|
rem *************************************************************************
|
98 |
|
|
rem RNADD
|
99 |
|
|
cd c:\esrgpcpj\rnadd
|
100 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rnadd.dsp /MAKE "ALL" /REBUILD
|
101 |
|
|
rem
|
102 |
|
|
rem *************************************************************************
|
103 |
|
|
rem RNDEQ
|
104 |
|
|
cd c:\esrgpcpj\rndeq
|
105 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rndeq.dsp /MAKE "ALL" /REBUILD
|
106 |
|
|
rem
|
107 |
|
|
rem *************************************************************************
|
108 |
|
|
rem RNDIV
|
109 |
|
|
cd c:\esrgpcpj\rndiv
|
110 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rndiv.dsp /MAKE "ALL" /REBUILD
|
111 |
|
|
rem
|
112 |
|
|
rem *************************************************************************
|
113 |
|
|
rem RNMUL
|
114 |
|
|
cd c:\esrgpcpj\rnmul
|
115 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rnmul.dsp /MAKE "ALL" /REBUILD
|
116 |
|
|
rem
|
117 |
|
|
rem *************************************************************************
|
118 |
|
|
RNRED
|
119 |
|
|
cd c:\esrgpcpj\rnred
|
120 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rnred.dsp /MAKE "ALL" /REBUILD
|
121 |
|
|
rem
|
122 |
|
|
rem *************************************************************************
|
123 |
|
|
rem RNSUB
|
124 |
|
|
cd c:\esrgpcpj\rnsub
|
125 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" rnsub.dsp /MAKE "ALL" /REBUILD
|
126 |
|
|
rem
|
127 |
|
|
rem *************************************************************************
|
128 |
|
|
rem UNITTEST
|
129 |
|
|
cd c:\esrgpcpj\unittest
|
130 |
|
|
"c:\program files\microsoft visual studio\common\msdev98\bin\msdev.exe" unittest.dsp /MAKE "ALL" /REBUILD
|
131 |
|
|
rem
|
132 |
|
|
rem *************************************************************************
|
133 |
|
|
cd c:\esrgpcpj\batbuild
|
134 |
|
|
rem *************************************************************************
|
135 |
|
|
rem $Log: releases.bat,v $
|
136 |
|
|
rem Revision 1.18 2002/05/22 08:31:33 dtashley
|
137 |
|
|
rem Miscellaneous edits, and MD5 command-line utility ready for review.
|
138 |
|
|
rem
|
139 |
|
|
rem Revision 1.17 2002/05/16 04:24:29 dtashley
|
140 |
|
|
rem Addition of UNITTEST.
|
141 |
|
|
rem
|
142 |
|
|
rem Revision 1.16 2002/05/15 11:17:37 dtashley
|
143 |
|
|
rem Edits.
|
144 |
|
|
rem
|
145 |
|
|
rem Revision 1.15 2002/04/28 06:15:48 dtashley
|
146 |
|
|
rem Safety checkin.
|
147 |
|
|
rem
|
148 |
|
|
rem Revision 1.14 2002/01/30 10:47:11 dtashley
|
149 |
|
|
rem MD5 utility, although not implemented, enabled in build.
|
150 |
|
|
rem
|
151 |
|
|
rem Revision 1.13 2002/01/28 13:42:22 dtashley
|
152 |
|
|
rem Completion of EGC port.
|
153 |
|
|
rem
|
154 |
|
|
rem Revision 1.12 2002/01/28 08:41:09 dtashley
|
155 |
|
|
rem EGS (replacement for IJS) successfully added.
|
156 |
|
|
rem
|
157 |
|
|
rem Revision 1.11 2002/01/28 05:27:49 dtashley
|
158 |
|
|
rem RNDIV, RNMUL, RNRED, and RNSUB brought under new directory structure.
|
159 |
|
|
rem
|
160 |
|
|
rem Revision 1.10 2002/01/27 17:58:15 dtashley
|
161 |
|
|
rem CRC32, other programs modified to work under new directory structure.
|
162 |
|
|
rem
|
163 |
|
|
rem Revision 1.9 2002/01/27 15:04:14 dtashley
|
164 |
|
|
rem HYREACH added to batch build (which required some changes in other programs.
|
165 |
|
|
rem
|
166 |
|
|
rem Revision 1.8 2002/01/27 11:41:45 dtashley
|
167 |
|
|
rem INTDIV, INTEXP, INTFAC, INTGCD, INTLCM, INTMOD, INTMUL, and INTSUB ported to new directory structure.
|
168 |
|
|
rem
|
169 |
|
|
rem Revision 1.7 2002/01/27 10:51:04 dtashley
|
170 |
|
|
rem Intadd changed over to new directory structure.
|
171 |
|
|
rem
|
172 |
|
|
rem Revision 1.6 2002/01/27 10:45:41 dtashley
|
173 |
|
|
rem Intadd changed over to new directory structure.
|
174 |
|
|
rem
|
175 |
|
|
rem Revision 1.5 2001/08/12 10:20:57 dtashley
|
176 |
|
|
rem Safety check-in. Substantial progress.
|
177 |
|
|
rem
|
178 |
|
|
rem Revision 1.4 2001/08/10 01:59:31 dtashley
|
179 |
|
|
rem Renaming of INTLCD to INTLCM.
|
180 |
|
|
rem
|
181 |
|
|
rem Revision 1.3 2001/07/26 04:55:48 dtashley
|
182 |
|
|
rem Addition of CRC32 and MD5 command-line utilities. Addition of
|
183 |
|
|
rem software module to support CRC and HASH functions.
|
184 |
|
|
rem
|
185 |
|
|
rem Revision 1.2 2001/07/26 03:53:17 dtashley
|
186 |
|
|
rem Utilities that are under constructions stubbed to announce this,
|
187 |
|
|
rem batch build file enhanced.
|
188 |
|
|
rem
|
189 |
|
|
rem Revision 1.1 2001/07/25 22:02:10 dtashley
|
190 |
|
|
rem Initial check-in.
|
191 |
|
|
rem
|
192 |
|
|
rem *************************************************************************
|
193 |
|
|
rem End of RELEASES.BAT.
|
194 |
|
|
|