Changeset 158 for trunk/src/os2ahci/README
- Timestamp:
- May 8, 2013, 5:22:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r157 r158 70 70 - MAPSYM (part of the DDK) 71 71 72 Simply use "wmake" or "wmake -a" to build the driver. 73 74 The driver can also be built using the DDK tools, but this build 75 is depreciated and is not kept up-to-date. 76 77 The toolchain required for compilation consists of: 78 79 - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak) 80 - Microsoft C600 81 - ALP Assembler (part of DDK) 82 - link.exe (part of DDK) 83 - MAPSYM (part of the DDK) 84 85 Use "nmake -f Makefile.old" or "nmake -f Makefile.old -a" to build 86 the driver. 87 88 When switching between building with the DDK and Open Watcom, it is 89 recommended to do a clean first (wmake clean or nmake -f Makefile.old clean). 90 72 Define DDK and WATCOM in the environment. 73 Use "wmake" or "wmake -a" to build the driver. See _build.cmd. 91 74 92 75 Installation
Note:
See TracChangeset
for help on using the changeset viewer.