| Last change
 on this file since 100 was             64, checked in by vladest, 20 years ago | 
        
          | 
Some additional notes and suspend/resume fixes
 | 
        
          | File size:
            965 bytes | 
      
      
| Line |  | 
|---|
| 1 | NOTE! Use OpenWatcom 1.4rc1 or later. Also you need IBM's ILINK for driver | 
|---|
| 2 | linking. Possible, you can try wlink, but I never did that. | 
|---|
| 3 |  | 
|---|
| 4 | 1. Run Configure.cmd | 
|---|
| 5 |  | 
|---|
| 6 | 2. Enter path to watcom and ddk base | 
|---|
| 7 |  | 
|---|
| 8 | 3. within created makefile.inc check for: | 
|---|
| 9 | ALSA_SRC | 
|---|
| 10 | ALSA_LIB_ | 
|---|
| 11 | ALSA_BIN_ | 
|---|
| 12 | define and create corresponding directories | 
|---|
| 13 |  | 
|---|
| 14 | 4. add following state if not added by configure: | 
|---|
| 15 | ################################################################################ | 
|---|
| 16 | # Include the right watcom makefile | 
|---|
| 17 | ################################################################################ | 
|---|
| 18 | !ifdef 32BIT | 
|---|
| 19 | !include E:\DEV\USS\test\GPL\include\watcom32.mk | 
|---|
| 20 | !include E:\DEV\USS\test\GPL\include\watcom32.mak | 
|---|
| 21 | !else | 
|---|
| 22 | !include E:\DEV\USS\ua2\OCO\include\watcom16.mk | 
|---|
| 23 | !include E:\DEV\USS\ua2\OCO\include\watcom16.mak | 
|---|
| 24 | !endif | 
|---|
| 25 |  | 
|---|
| 26 | DDK_BASE       = e:\ddk\base | 
|---|
| 27 | WATCOM         = e:\owatcom | 
|---|
| 28 |  | 
|---|
| 29 | 5. run !m_kee.cmd or !m_v4.cmd scrips | 
|---|
| 30 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.