|
|
1.1 root 1: REM -----------------------------------
2: REM Build bttncur demo
3: REM
4: cd bttncur
5: nmake
6: copy bttncur.lib ..\lib
7: copy bttncur.dll ..\bin
8: cd ..
9:
10: REM -----------------------------------
11: REM Build gizmobar demo
12: REM
13: cd gizmobar
14: nmake
15: copy gizmobar.lib ..\lib
16: copy gizmobar.dll ..\bin
17: cd ..
18:
19: REM -----------------------------------
20: REM Build ole2ui demo
21: REM
22: cd ole2ui
23: echo # > uimake.ini
24: nmake
25: copy outlui.dll ..\bin
26: copy outlui.lib ..\lib
27: copy uiclass.h ..\h
28: cd ..
29:
30: REM -----------------------------------
31: REM Build outline demo
32: REM
33: cd outline
34: nmake APP=cntroutl
35: nmake APP=svroutl
36: nmake APP=icntrotl
37: nmake APP=isvrotl
38: nmake APP=outline
39: copy cntroutl\cntroutl.exe ..\bin
40: copy svroutl\svroutl.exe ..\bin
41: copy icntrotl\icntrotl.exe ..\bin
42: copy isvrotl\isvrotl.exe ..\bin
43: copy outline\outline.exe ..\bin
44: copy outline.reg ..\bin
45: cd ..
46:
47: REM -----------------------------------
48: REM Build dispcalc demo
49: REM
50: cd dispcalc
51: nmake clean
52: nmake dev=win32
53: copy *.exe ..\bin
54: copy *.reg ..\bin
55: cd ..
56:
57: REM -----------------------------------
58: REM Build dspcalc2 demo
59: REM
60: cd dspcalc2
61: nmake clean
62: nmake dev=win32
63: copy *.exe ..\bin
64: copy *.reg ..\bin
65: copy *.tlb ..\bin
66: cd ..
67:
68: REM -----------------------------------
69: REM Build tibrowse demo
70: REM
71: cd tibrowse
72: nmake clean
73: nmake dev=win32
74: copy *.exe ..\bin
75: cd ..
76:
77: REM -----------------------------------
78: REM Build dispdemo/spoly/spoly2 demo
79: REM
80: cd dispdemo
81: nmake clean
82: nmake dev=win32
83: copy *.exe ..\bin
84: cd ..\spoly
85: nmake clean
86: nmake dev=win32
87: copy *.exe ..\bin
88: copy *.reg ..\bin
89: cd ..\spoly2
90: nmake clean
91: nmake dev=win32
92: copy *.exe ..\bin
93: copy *.reg ..\bin
94: cd ..
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.