Changeset 587 for GPL/trunk/howtobuild.txt
- Timestamp:
- Jun 9, 2016, 10:38:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/howtobuild.txt
r64 r587 1 NOTE! Use OpenWatcom 1. 4rc1 or later. Also you need IBM's ILINK for driver1 NOTE! Use OpenWatcom 1.9 or later. Also you need IBM's ILINK for driver 2 2 linking. Possible, you can try wlink, but I never did that. 3 3 4 1. Run Configure.cmd5 4 6 2. Enter path to watcom and ddk base 5 1. Setup WATCOM and DDK in your environment. 7 6 8 3. within created makefile.inc check for: 9 ALSA_SRC 10 ALSA_LIB_ 11 ALSA_BIN_ 12 define and create corresponding directories 7 2. type wmake or wmake -a 13 8 14 4. add following state if not added by configure:15 ################################################################################16 # Include the right watcom makefile17 ################################################################################18 !ifdef 32BIT19 !include E:\DEV\USS\test\GPL\include\watcom32.mk20 !include E:\DEV\USS\test\GPL\include\watcom32.mak21 !else22 !include E:\DEV\USS\ua2\OCO\include\watcom16.mk23 !include E:\DEV\USS\ua2\OCO\include\watcom16.mak24 !endif25 26 DDK_BASE = e:\ddk\base27 WATCOM = e:\owatcom28 29 5. run !m_kee.cmd or !m_v4.cmd scrips30
Note:
See TracChangeset
for help on using the changeset viewer.