Changeset 3834
- Timestamp:
- Mar 15, 2014, 10:12:04 PM (11 years ago)
- Files:
-
- 5 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 -
trunk/libc/Config.kmk
r3826 r3834 84 84 TEMPLATE_libc_DEPS = $(LIBC-STD.H) 85 85 TEMPLATE_libc_INST = usr/lib/ 86 TEMPLATE_libc_DEFS.os2 = NO_INCL_SAFE_HIMEM_WRAPPERS 86 87 TEMPLATE_libc_INCS = $(PATH_LIBC_INC) $(dir $(LIBC-STD.H)) 87 88 TEMPLATE_libc_INCS.nt = $(PATH_LIBC_SRC)/w32api/include -
trunk/libc/include/os2emx.h
r3825 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 -
trunk/libc/src/libos2/Makefile.kmk
r2939 r3834 36 36 LIBRARIES += libos2 37 37 libos2_TEMPLATE = libc 38 libos2_DEFS = NO_INCL_SAFE_HIMEM_WRAPPERS 38 39 libos2_SOURCES := \ 39 40 $(wildcard $(PATH_LIBC_SRC)/libos2/*.c) \
Note:
See TracChangeset
for help on using the changeset viewer.