Changeset 223 for trunk/src/helpers/makefile
- Timestamp:
- Sep 4, 2002, 9:54:50 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/makefile
r220 r223 153 153 !emxomfar cr $* $? 154 154 !else 155 rm -f$@155 - del $@ 156 156 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 157 157 +$(OBJS: =&^ … … 165 165 !emxomfar cr $* $? 166 166 !else 167 rm -f$@167 - del $@ 168 168 ilib /nol /nob $@ @<< 169 169 +$(CPOBJS: =&^ … … 177 177 !emxomfar cr $* $? 178 178 !else 179 rm -f$@179 - del $@ 180 180 ilib /nol /nob $@ @<< 181 181 +$(PLAINCOBJS: =&^
Note:
See TracChangeset
for help on using the changeset viewer.