source: GPL/trunk/howtobuild.txt@ 91

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

Some additional notes and suspend/resume fixes

File size: 965 bytes
RevLine 
[64]1NOTE! 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.
[63]3
[37]41. Run Configure.cmd
[63]5
[37]62. Enter path to watcom and ddk base
[63]7
[37]83. within created makefile.inc check for:
[63]9 ALSA_SRC
10 ALSA_LIB_
11 ALSA_BIN_
12 define and create corresponding directories
[37]13
[63]144. 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
295. run !m_kee.cmd or !m_v4.cmd scrips
30
Note: See TracBrowser for help on using the repository browser.