Ignore:
Timestamp:
Aug 26, 2002, 12:35:46 AM (23 years ago)
Author:
bird
Message:

Support for os2-16 (NE executables).
Corrected bad modulename for PHYSICAL DEVICE and VIRTUAL DEVICE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kDef2Wat.cpp

    r8360 r9132  
    1 /* $Id: kDef2Wat.cpp,v 1.4 2002-05-01 03:58:36 bird Exp $
     1/* $Id: kDef2Wat.cpp,v 1.5 2002-08-25 22:35:46 bird Exp $
    22 *
    33 * Converter for IBM/MS linker definition files (.DEF) to Watcom linker directives and options.
     
    6060    if (!stricmp(pszOS, "os2"))
    6161        enmOS = kFileDef::os2;
     62    else if (!stricmp(pszOS, "os2-16"))
     63        enmOS = kFileDef::os2v1;
    6264    else if (!stricmp(pszOS, "dos"))
    6365        enmOS = kFileDef::dos;
     
    134136        "\n"
    135137        "Where:\n"
    136         "    <os>           Target os. os2, dos, win32, win16, nlm, qnx or elf.\n"
     138        "    <os>           Target os. os2, os2-16, dos, win32, win16, nlm, qnx or elf.\n"
    137139        "    <def-file>     The .DEF file to convert.\n"
    138140        "    <wlink-file>   The WLINK directive and option file.\n"
Note: See TracChangeset for help on using the changeset viewer.