File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE HTML>
2+ < html >
3+ < head >
4+ < title > DECUS</ title >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no " />
7+ < link rel ="stylesheet " href ="../rotor.css " />
8+ </ head >
9+ < body >
10+ < div id ="page-wrapper ">
11+
12+ <!-- Header -->
13+ < div id ="header-wrapper ">
14+ < div class ="container ">
15+ < div class ="row ">
16+ < div class ="col-12 ">
17+
18+ < header id ="header ">
19+
20+
21+ </ nav >
22+ </ header >
23+
24+ </ div >
25+ </ div >
26+ </ div >
27+ </ div >
28+
29+ <!-- Main -->
30+ < div id ="main ">
31+ < div class ="container ">
32+ < div class ="row main-row ">
33+ < div class ="col-8 col-12-medium ">
34+ < section >
35+
36+ < h2 > Building DECUS 02'</ h2 >
37+ < p > First build DECUS 02' perl for win32 after reading the win32 readme in the DECUS Perl source</ p >
38+ < p > Use A Visual C++ 6.0 build window by running VCVARS32.BAT and use 'nmake'</ p >
39+ </ section >
40+
41+
42+ </ div >
43+ </ div >
44+
45+ </ div >
46+
47+
48+ <!-- Scripts -->
49+ < script src ="assets/js/jquery.min.js "> </ script >
50+ < script src ="assets/js/browser.min.js "> </ script >
51+ < script src ="assets/js/breakpoints.min.js "> </ script >
52+ < script src ="assets/js/util.js "> </ script >
53+ < script src ="assets/js/main.js "> </ script >
54+
55+ </ body >
56+ </ html >
Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ <h3>building Directory</h3>
8484 < td width ="31% "> < b > < a href ="building/interix.html "> interix.html</ a > </ b > </ td >
8585 < td width ="69% "> UNIX Interopability</ td >
8686</ tr >
87+ < tr >
88+ < td width ="31% "> < b > < a href ="building/decus.html "> decus.html</ a > </ b > </ td >
89+ < td width ="69% "> DECUS</ td >
90+ </ tr >
8791< tr >
8892 < td width ="31% "> < b > < a href ="building/msdos.html "> msdos.html</ a > </ b > </ td >
8993 < td width ="69% "> Here are instructions on building MS-DOS</ td >
You can’t perform that action at this time.
0 commit comments