OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [contrib/] [readme.tc] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
For compile Microwindows for DOS & TURBO C
2
you should have the following:
3
====================================================
4
1. Microwin 0.87  - microwindows.censoft.com
5
2. Turbo C++ ver. 1.0 or Borland C ver. 3.1
6
 
7
 
8
You should do the following:
9
----------------------------
10
 
11
- copy mwin-tcn.prj to microwin\src\
12
- copy mwin-tcw.prj to microwin\src\
13
 
14
- run tc or bc IDE
15
- load the project
16
 
17
 
18
You should check the next:
19
-------------------------
20
 
21
- correct paths
22
- settings defines in :
23
        options | compiler | code generation - defines :
24
 
25
        ERASEMOVE=1;
26
        MSDOS=1;
27
        DOS_TURBOC=1;
28
 
29
 
30
MAKE !
31
====================================================
32
 
33
- mwin-pcw.prj = mwin demo
34
- mwin-pcn.prj = nanox demo
35
 
36
For nanox add next defines:
37
        NONETWORK=1;
38
        SCREEN_PIXTYPE=PF_PALETTE;
39
 
40
 
41
! NOT all demos have been tested.
42
====================================================
43
 
44
The project for mwin demo must have next files:
45
 
46
\DEMOS\MWIN\DEMO.C
47
\DRIVERS\GENFONT.C
48
\DRIVERS\KBD_TC.C
49
\DRIVERS\MOU_DOS.C
50
\DRIVERS\SCR_TC.C
51
\FONTS\ROM8X16.C
52
\FONTS\ROM8X8.C
53
\FONTS\WINFRE~1.C
54
\FONTS\WINFRE~2.C
55
\ENGINE\DEVCLIP.C
56
\ENGINE\DEVDRAW.C
57
\ENGINE\DEVKBD.C
58
\ENGINE\DEVMOUSE.C
59
\ENGINE\DEVPAL1.C
60
\ENGINE\DEVPAL2.C
61
\ENGINE\DEVPAL4.C
62
\MWIN\WINCLIP.C
63
\MWIN\WINDEFW.C
64
\MWIN\WINEVENT.C
65
\MWIN\WINEXPOS.C
66
\MWIN\WINMAIN.C
67
\MWIN\WINUSER.C
68
\MWIN\WINGDI.C
69
\MWIN\LIST.C
70
\MWIN\WINLIB\BUTTON.C
71
\MWIN\WINLIB\DRAW3D.C
72
\MWIN\WINLIB\FASTFILL.C
73
\MWIN\WINLIB\GRAPH3D.C
74
\MWIN\WINLIB\INSETR.C
75
\MWIN\WINLIB\PTINSID.C
76
\MWIN\BMP\CS1.C
77
 
78
The project for nanox demo must have next files:
79
 
80
\DEMOS\NANOX\DEMO.C
81
\DRIVERS\GENFONT.C
82
\DRIVERS\KBD_TC.C
83
\DRIVERS\MOU_DOS.C
84
\DRIVERS\SCR_TC.C
85
\FONTS\ROM8X16.C
86
\FONTS\ROM8X8.C
87
\FONTS\WINFRE~1.C
88
\ENGINE\DEVCLIP.C
89
\ENGINE\DEVDRAW.C
90
\ENGINE\DEVKBD.C
91
\ENGINE\DEVMOUSE.C
92
\ENGINE\DEVPAL1.C
93
\ENGINE\DEVPAL2.C
94
\ENGINE\DEVPAL4.C
95
\NANOX\SRVEVENT.C
96
\NANOX\SRVFUNC.C
97
\NANOX\SRVMAIN.C
98
\NANOX\SRVUTIL.C
99
\NANOX\STUBS.C
100
 
101
====================================================
102
Victor Rogachev 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.