|
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 | |
|---|
| 1 | NOTE! Use OpenWatcom 1.4rc1 or later
|
|---|
| 2 |
|
|---|
| 3 | 1. Run Configure.cmd
|
|---|
| 4 |
|
|---|
| 5 | 2. Enter path to watcom and ddk base
|
|---|
| 6 |
|
|---|
| 7 | 3. within created makefile.inc check for:
|
|---|
| 8 | ALSA_SRC
|
|---|
| 9 | ALSA_LIB_
|
|---|
| 10 | ALSA_BIN_
|
|---|
| 11 | define and create corresponding directories
|
|---|
| 12 |
|
|---|
| 13 | 4. 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 |
|
|---|
| 28 | 5. run !m_kee.cmd or !m_v4.cmd scrips
|
|---|
| 29 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.