Changeset 9278 for trunk/make/setup.os2debemx.mk
- Timestamp:
- Sep 20, 2002, 6:10:06 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.os2debemx.mk
r9174 r9278 1 # $Id: setup.os2debemx.mk,v 1.1 1 2002-08-30 18:27:23 bird Exp $1 # $Id: setup.os2debemx.mk,v 1.12 2002-09-20 04:10:03 bird Exp $ 2 2 3 3 # ---OS2, DEBUG, EMX---------------------------- … … 29 29 !include $(PATH_MAKE)\setup.os2ld.mk 30 30 !include $(PATH_MAKE)\setup.os2ar.mk 31 !include $(PATH_MAKE)\setup.os2allipfc.mk 31 32 !include $(PATH_MAKE)\setup.optional.emx.mk 32 33 … … 53 54 #CC_LST_OUT=-S -o$(SPACE:_= ) 54 55 CC_PC_2_STDOUT=-C -E 56 CC_PC_2_STRIPPED_STDOUT=-E -P 55 57 CC_AS_2_FILE=-S -o$(SPACE:_= ) 56 58 … … 67 69 #CXX_LST_OUT=-S -o$(SPACE:_= ) 68 70 CXX_PC_2_STDOUT=-C -E 71 CXX_PC_2_STRIPPED_STDOUT=-E -P 69 72 CXX_AS_2_FILE=-S -o$(SPACE:_= ) 70 73
Note:
See TracChangeset
for help on using the changeset viewer.