Changeset 9132 for trunk/tools/common/kDef2Wat.cpp
- Timestamp:
- Aug 26, 2002, 12:35:46 AM (23 years ago)
- 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 $ 2 2 * 3 3 * Converter for IBM/MS linker definition files (.DEF) to Watcom linker directives and options. … … 60 60 if (!stricmp(pszOS, "os2")) 61 61 enmOS = kFileDef::os2; 62 else if (!stricmp(pszOS, "os2-16")) 63 enmOS = kFileDef::os2v1; 62 64 else if (!stricmp(pszOS, "dos")) 63 65 enmOS = kFileDef::dos; … … 134 136 "\n" 135 137 "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" 137 139 " <def-file> The .DEF file to convert.\n" 138 140 " <wlink-file> The WLINK directive and option file.\n"
Note:
See TracChangeset
for help on using the changeset viewer.