|
|
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 ..
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.