Changeset 3057
- Timestamp:
- Apr 8, 2007, 8:50:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/libc-0.6/src/emx/templates.smak ¶
r2203 r3057 51 51 52 52 # defined used by def_lib_ar to add a module to the script file. (blank line is imporant!) 53 ifdef KMK_VERSION 54 define def_lib_ar_addmod 55 @kmk_builtin_append $$@.ar-script "ADDMOD $(x)" 56 57 endef 58 else 53 59 define def_lib_ar_addmod 54 60 echo "ADDMOD $(x)" >> $$@.ar-script 55 61 56 62 endef 63 endif 57 64 58 65 # The rule for building an archive with imports
Note:
See TracChangeset
for help on using the changeset viewer.