|
Last change
on this file since 54 was 37, checked in by vladest, 20 years ago |
|
Adding Configure tool
Adding readme
|
|
File size:
722 bytes
|
| Line | |
|---|
| 1 | 1. Run Configure.cmd
|
|---|
| 2 | 2. Enter path to watcom and ddk base
|
|---|
| 3 | 3. within created makefile.inc check for:
|
|---|
| 4 | ALSA_SRC
|
|---|
| 5 | ALSA_LIB_
|
|---|
| 6 | ALSA_BIN_
|
|---|
| 7 | defines and create corresponding directories
|
|---|
| 8 | 4. add following state if not added by configure
|
|---|
| 9 | ################################################################################
|
|---|
| 10 | # Include the right watcom makefile
|
|---|
| 11 | ################################################################################
|
|---|
| 12 | !ifdef 32BIT
|
|---|
| 13 | !include E:\DEV\USS\test\GPL\include\watcom32.mk
|
|---|
| 14 | !include E:\DEV\USS\test\GPL\include\watcom32.mak
|
|---|
| 15 | !else
|
|---|
| 16 | !include E:\DEV\USS\ua2\OCO\include\watcom16.mk
|
|---|
| 17 | !include E:\DEV\USS\ua2\OCO\include\watcom16.mak
|
|---|
| 18 | !endif
|
|---|
| 19 |
|
|---|
| 20 | DDK_BASE = e:\ddk\base
|
|---|
| 21 | WATCOM = e:\owatcom
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.