-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBUILDSTB.BAT
25 lines (20 loc) · 872 Bytes
/
BUILDSTB.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
del \compiled\topbstub.*
del \compiled\dstub.*
binobj stubtext.txt stubtext.obj stubtext
del helptext.obj
rem binobj helptext.txt helptext.obj helptext
tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R+ -$S+ -DSVGADEBUG detect\detectgr
tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R+ -$S+ -V -DSVGADEBUG topbstub
ren \compiled\topbstub.exe dstub.exe
ren \compiled\topbstub.map dstub.map
REM tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R- -$S- -DOVERLAYS detect\detectgr
REM tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R- -$S- -DOVERLAYS topbstub
tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R- -$S- detect\detectgr
tpc -Tc:\bp\bin -L -GD -B -$A+ -$G- -$R- -$S- topbstub
rem pklite \compiled\topbstub.exe
del c:\temp\tstub97e.zip
cd \compiled
pkzip -ex c:\temp\tstub97e.zip topbstub.exe
cd \projects\topbench
pkzip -ex c:\temp\tstub97e.zip whatsnew.txt readstub.txt
copy c:\temp\tstub97e.zip s:\temp\tmp