Changeset 158
- Timestamp:
- May 8, 2013, 5:22:57 PM (12 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 deleted
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r157 r158 1 1 ############################################################################### 2 # Makefile - makefile for os2ahci driver using WATCOM compiler 2 # Makefile - makefile for os2ahci driver 3 # This is an Open Watcom makefile 3 4 # 4 5 # Copyright (c) 2010 Christian Mueller, Markus Thielen. 6 # Copyright (c) 2013 David Azarewicz 5 7 # Parts copied from/inspired by the Linux AHCI driver; 6 8 # those parts are (c) Linux AHCI/ATA maintainers … … 19 21 # along with this program; if not, write to the Free Software 20 22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 22 23 23 ############################################################################### 24 24 # Environment -
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 -
trunk/src/os2ahci/_build.cmd
r157 r158 2 2 rem set VENDOR=Mensys BV 3 3 rem set BLD_MAJOR=1 4 rem set BLD_MINOR=2 64 rem set BLD_MINOR=27 5 5 rem set WATCOM=i:\Watcom 6 6 rem set DDK=i:\ddk 7 wmake 7 wmake -a
Note:
See TracChangeset
for help on using the changeset viewer.