| 
            Last change
 on this file since 21872 was             21804, checked in by dmik, 14 years ago           | 
        
        
          | 
             
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. 
 
           | 
        
        
          
            
              - 
Property                 svn:eol-style
 set to                 
native
               
             
           | 
        
        
          | 
            File size:
            1.0 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | ## @file
 | 
|---|
| 2 | # Local Project Configuration File (Template)
 | 
|---|
| 3 | #
 | 
|---|
| 4 | # The local project configuration file is used to specify local paths to
 | 
|---|
| 5 | # external tools and libraries and also to optioanlly override the global
 | 
|---|
| 6 | # project configuration options.
 | 
|---|
| 7 | #
 | 
|---|
| 8 | # NOTES:
 | 
|---|
| 9 | #
 | 
|---|
| 10 | #   This file is a template! Copy it to a file named LocalConfig.kmk in 
 | 
|---|
| 11 | #   the same directory and modify the copy to fit your local environment.
 | 
|---|
| 12 | #
 | 
|---|
| 13 | #   All paths in this file are specified using forward slashes unless specified
 | 
|---|
| 14 | #   otherwise.
 | 
|---|
| 15 | #
 | 
|---|
| 16 | 
 | 
|---|
| 17 | #
 | 
|---|
| 18 | # Base directory where all build output will go. The directory will be created
 | 
|---|
| 19 | # if does not exist. The default is "out" in the root of the source tree.
 | 
|---|
| 20 | #
 | 
|---|
| 21 | # PATH_OUT_BASE := out
 | 
|---|
| 22 | 
 | 
|---|
| 23 | #
 | 
|---|
| 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.
 | 
|---|
| 33 | #
 | 
|---|
| 34 | # PATH_TOOL_ALP := alp.exe
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.