| Last change
 on this file since 10153 was             9243, checked in by bird, 23 years ago | 
        
          | 
Improved dependencies on the makefiles.
 | 
        
          | File size:
            591 bytes | 
      
      
| Line |  | 
|---|
| 1 | # $Id: setup.os2allwrc.mk,v 1.2 2002-09-14 23:35:26 bird Exp $ | 
|---|
| 2 |  | 
|---|
| 3 | MAKE_INCLUDE_ORC_SETUP = $(PATH_MAKE)\setup.os2allwrc.mk | 
|---|
| 4 |  | 
|---|
| 5 | # | 
|---|
| 6 | # The tool - Odin32 RC | 
|---|
| 7 | # | 
|---|
| 8 | ORC = $(PATH_TOOLS)\wrc.exe | 
|---|
| 9 |  | 
|---|
| 10 | # | 
|---|
| 11 | # The flags | 
|---|
| 12 | # | 
|---|
| 13 | ORC_FLAGS   = -DOS2 \ | 
|---|
| 14 | !if "$(BUILD_MODE)" != "RELEASE" | 
|---|
| 15 | -DDEBUG \ | 
|---|
| 16 | !endif | 
|---|
| 17 | $(ORC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES:-D__WINE__=) \ | 
|---|
| 18 | $(ALL_INCLUDES) $(ORC_INCLUDES) -I$(PATH_INCLUDES) \ | 
|---|
| 19 | -I$(PATH_VAC308)\include;$(PATH_VAC365)\include;$(PATH_WATCOM)\include \ | 
|---|
| 20 | !ifndef ORC_NO_PREFIX | 
|---|
| 21 | -p$(TARGET_NAME) | 
|---|
| 22 | !endif | 
|---|
| 23 |  | 
|---|
| 24 | ORC_ASM_OUT = -s -o | 
|---|
| 25 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.