Ignore:
Timestamp:
Nov 14, 2011, 8:13:20 PM (14 years ago)
Author:
dmik
Message:

Define USE_OS2_TOOLKIT_HEADERS.

This is necessary since some APIs used by Odin are missing from the somewhat
restricted version of the OS/2 Toolkit that comes with GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/LocalConfig.kmk.tpl

    r21750 r21804  
    2222
    2323#
    24 # Path to the IBM The IBM Assembly Language Processor (may be found in the
    25 # OS/2 toolkit). Defaults to 'alp.exe'.
     24# Path to the OS/2 Toolkit versoin 4.x. If not set, it is assumed that the
     25# toolkit is accessible through the environment.
     26#
     27# PATH_SDK_OS2TK4 := D:/Dev/OS2TK45
     28
     29#
     30# Path to the IBM Assembly Language Processor (may be found in the
     31# OS/2 toolkit). Defaults to '$(PATH_SDK_OS2TK4)/bin/alp.exe' if
     32# PATH_SDK_OS2TK4 is set, or to 'alp.exe' otherwise.
    2633#
    2734# PATH_TOOL_ALP := alp.exe
    28  
Note: See TracChangeset for help on using the changeset viewer.