Changeset 86 for trunk/kBuild/header.kmk
- Timestamp:
- Jun 3, 2004, 11:36:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r85 r86 215 215 SUFF_DLL := .dll 216 216 SUFF_EXE := .exe 217 SUFF_ DRV:= .sys217 SUFF_SYS := .sys 218 218 SUFF_RES := .res 219 219 endif … … 223 223 SUFF_DLL := .dll 224 224 SUFF_EXE := .exe 225 SUFF_ DRV:= .sys225 SUFF_SYS := .sys 226 226 SUFF_RES := .res 227 227 endif … … 231 231 SUFF_DLL := .so 232 232 SUFF_EXE := 233 SUFF_ DRV:= .a233 SUFF_SYS := .a 234 234 SUFF_RES := 235 235 endif
Note:
See TracChangeset
for help on using the changeset viewer.