Changeset 158 for trunk


Ignore:
Timestamp:
May 8, 2013, 5:22:57 PM (12 years ago)
Author:
David Azarewicz
Message:

readme and build scripts cleanup

Location:
trunk/src/os2ahci
Files:
2 deleted
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r157 r158  
    11###############################################################################
    2 # Makefile - makefile for os2ahci driver using WATCOM compiler
     2# Makefile - makefile for os2ahci driver
     3# This is an Open Watcom makefile
    34#
    45# Copyright (c) 2010 Christian Mueller, Markus Thielen.
     6# Copyright (c) 2013 David Azarewicz
    57# Parts copied from/inspired by the Linux AHCI driver;
    68# those parts are (c) Linux AHCI/ATA maintainers
     
    1921#  along with this program; if not, write to the Free Software
    2022#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 
    22 
    2323###############################################################################
    2424# Environment
  • trunk/src/os2ahci/README

    r157 r158  
    7070 - MAPSYM (part of the DDK)
    7171
    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 
     72Define DDK and WATCOM in the environment.
     73Use "wmake" or "wmake -a" to build the driver. See _build.cmd.
    9174
    9275Installation
  • trunk/src/os2ahci/_build.cmd

    r157 r158  
    22rem set VENDOR=Mensys BV
    33rem set BLD_MAJOR=1
    4 rem set BLD_MINOR=26
     4rem set BLD_MINOR=27
    55rem set WATCOM=i:\Watcom
    66rem set DDK=i:\ddk
    7 wmake
     7wmake -a
Note: See TracChangeset for help on using the changeset viewer.