| Last change
 on this file since 10153 was             9243, checked in by bird, 23 years ago | 
        
          | 
Improved dependencies on the makefiles.
 | 
        
          | File size:
            653 bytes | 
      
      
| Rev | Line |  | 
|---|
| [9243] | 1 | # $Id: setup.os2allrc.mk,v 1.2 2002-09-14 23:35:26 bird Exp $ | 
|---|
| [9174] | 2 |  | 
|---|
| [9243] | 3 | MAKE_INCLUDE_RC_SETUP = $(PATH_MAKE)\setup.os2allrc.mk | 
|---|
|  | 4 |  | 
|---|
| [9174] | 5 | # | 
|---|
|  | 6 | # The tool - OS/2 RC | 
|---|
|  | 7 | # | 
|---|
|  | 8 | !if "$(BUILD_ENVS_BASE_POST:toolkit45=x)$(BUILD_ENVS_BASE_PRE:toolkit45=x)" != "$(BUILD_ENVS_BASE_POST)$(BUILD_ENVS_BASE_PRE)" | 
|---|
|  | 9 | # New Toolkit (v45 or newer) - use old rc. | 
|---|
|  | 10 | RC = rc16.exe | 
|---|
|  | 11 | RL = rc16.exe | 
|---|
|  | 12 | !else | 
|---|
|  | 13 | # Old Toolkit (if any) | 
|---|
|  | 14 | RC = rc.exe | 
|---|
|  | 15 | RL = rc.exe | 
|---|
|  | 16 | !endif | 
|---|
|  | 17 |  | 
|---|
|  | 18 | # | 
|---|
|  | 19 | # The flags | 
|---|
|  | 20 | # | 
|---|
|  | 21 | RC_FLAGS = -r -n -DOS2 \ | 
|---|
|  | 22 | !if "$(BUILD_MODE)" != "RELEASE" | 
|---|
|  | 23 | -DDEBUG \ | 
|---|
| [9243] | 24 | !endif | 
|---|
| [9174] | 25 | $(RC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES) $(RC_INCLUDES:-I=-i ) $(ALL_INCLUDES:-I=-i ) -i $(PATH_INCLUDES:;= -i ) | 
|---|
|  | 26 | RL_FLAGS = -x2 -n | 
|---|
|  | 27 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.