Changeset 785
- Timestamp:
- Oct 2, 2003, 3:12:20 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/alias/alias.smak
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r784 r785 28 28 @$(call DO.STDALIAS,_itoa,__std_ltoa,$.itoa.o) 29 29 @$(call DO.STDALIAS,__itoa,__std_ltoa,$._itoa.o) 30 @$(call DO.STDALIAS,__Exit,__exit,$.__Exit.o) 30 31 @$(foreach x,$(ALIAS.FUNCS),\ 31 32 $(call DO.STDALIAS,_$x,__std_$x,$.$x.o)$(NL)) … … 33 34 $(call DO.STDALIAS,__$x,__std_$x,$._$x.o)$(NL)) 34 35 $(AR) $(ARFLAGS) $@ $(addprefix $.,\ 35 strcasecmp.o strncasecmp.o itoa.o _itoa.o \36 strcasecmp.o strncasecmp.o itoa.o _itoa.o __Exit.o \ 36 37 $(addsuffix .o,$(ALIAS.FUNCS) $(addprefix _,$(ALIAS._FUNCS)))) 37 38 @$(call RM,$(addprefix $., \ 38 strcasecmp.o strncasecmp.o itoa.o _itoa.o \39 strcasecmp.o strncasecmp.o itoa.o _itoa.o __Exit.o \ 39 40 $(addsuffix .o,$(ALIAS.FUNCS) $(addprefix _,$(ALIAS._FUNCS))))) 40 41 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.