source: GPL/trunk/howtobuild.txt@ 63

Last change on this file since 63 was 63, checked in by vladest, 20 years ago

(Patches by Ruediger Ihle)
Support for IRQs > 15
Fixed resource manager registration
Fixed crash on APM suspend/resume and system shutdown

File size: 859 bytes
Line 
1NOTE! Use OpenWatcom 1.4rc1 or later
2
31. Run Configure.cmd
4
52. Enter path to watcom and ddk base
6
73. within created makefile.inc check for:
8 ALSA_SRC
9 ALSA_LIB_
10 ALSA_BIN_
11 define and create corresponding directories
12
134. add following state if not added by configure:
14 ################################################################################
15 # Include the right watcom makefile
16 ################################################################################
17 !ifdef 32BIT
18 !include E:\DEV\USS\test\GPL\include\watcom32.mk
19 !include E:\DEV\USS\test\GPL\include\watcom32.mak
20 !else
21 !include E:\DEV\USS\ua2\OCO\include\watcom16.mk
22 !include E:\DEV\USS\ua2\OCO\include\watcom16.mak
23 !endif
24
25 DDK_BASE = e:\ddk\base
26 WATCOM = e:\owatcom
27
285. run !m_kee.cmd or !m_v4.cmd scrips
29
Note: See TracBrowser for help on using the repository browser.