Changeset 3834 for branches/libc-0.6
- Timestamp:
- Mar 15, 2014, 10:12:04 PM (11 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/os2emx.h
r2519 r3834 152 152 #if defined (INCL_CIRCULARSLIDER) && !defined (INCL_WINCIRCULARSLIDER) 153 153 #define INCL_WINCIRCULARSLIDER 154 #endif 155 156 #ifndef NO_INCL_SAFE_HIMEM_WRAPPERS 157 # include <os2safe.h> 154 158 #endif 155 159 -
branches/libc-0.6/src/emx/src/libos2/os2.smak
r1564 r3834 10 10 .TSRC.386 := $(wildcard src/libos2/*.s) 11 11 .TSRC := $(.TSRC.$(CPU)) $(wildcard src/libos2/*.c) $(wildcard src/libos2/safe/*.c) 12 .TCF := -Wno-unused -s 12 .TCF := -Wno-unused -s -DNO_INCL_SAFE_HIMEM_WRAPPERS 13 13 .IMPS := $(wildcard src/libos2/*.imp) 14 14 .TKEEP := 1
Note:
See TracChangeset
for help on using the changeset viewer.