Changeset 2011 for trunk/src/emx/common.smak
- Timestamp:
- Jun 12, 2005, 7:20:44 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/common.smak
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r2010 r2011 95 95 96 96 # Generate compilation rules for S files 97 $(foreach x,$(filter %.s ,$(.TSRC)), $(eval $(call def_compile_S,$(x))))97 $(foreach x,$(filter %.s %.S,$(.TSRC)), $(eval $(call def_compile_S,$(x)))) 98 98 99 99 # Generate compilation rules for asm files -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.