Changeset 5090 for trunk/include
- Timestamp:
- Feb 11, 2001, 11:35:29 AM (25 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cpuhlp.h
r4406 r5090 1 /* $Id: cpuhlp.h,v 1. 4 2000-10-03 17:26:03sandervl Exp $ */1 /* $Id: cpuhlp.h,v 1.5 2001-02-11 10:35:29 sandervl Exp $ */ 2 2 3 3 #ifndef _CPUHLP_H_ … … 35 35 extern DWORD CPUFeatures; 36 36 37 #if (__IBMC__ >= 360) || (__IBMCPP__ >= 360) 38 #define CONTROL87(a,b) __control87(a, b) 39 #else 40 #if (__IBMCPP__ == 300) || (__IBMC__ == 300) 41 #define CONTROL87(a,b) _control87(a, b) 42 #else 43 #error CONTROL87 undefined 44 #endif 45 #endif 46 37 47 #ifdef __cplusplus 38 48 } -
trunk/include/odin32.post.vac3.mk
r4992 r5090 1 # $Id: odin32.post.vac3.mk,v 1.1 1 2001-01-20 18:18:56 birdExp $1 # $Id: odin32.post.vac3.mk,v 1.12 2001-02-11 10:35:29 sandervl Exp $ 2 2 3 3 # … … 133 133 $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@ 134 134 !endif 135 !if ndef DEBUG135 !if !defined(DEBUG) && !defined(NO_LXLITE) 136 136 $(LXLITE) $@ 137 137 !endif … … 192 192 $(OS2RC) $(OS2RCLFLAGS) $(OS2RES) $@ 193 193 !endif 194 !if ndef DEBUG194 !if !defined(DEBUG) && !defined(NO_LXLITE) 195 195 $(LXLITE) $@ 196 196 !endif
Note:
See TracChangeset
for help on using the changeset viewer.