Changeset 395 for branches/branch-1-0/src
- Timestamp:
- Feb 8, 2012, 6:06:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/makefile
r394 r395 154 154 !else 155 155 - del $@ 156 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 157 +$(OBJS: =&^ 158 ); 156 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 157 $(OBJS) 159 158 << 160 159 !endif … … 166 165 !else 167 166 - del $@ 168 ilib /nol /nob $@ @<< 169 +$(CPOBJS: =&^ 170 ); 167 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 168 $(CPOBJS) 171 169 << 172 170 !endif … … 178 176 !else 179 177 - del $@ 180 ilib /nol /nob $@ @<< 181 +$(PLAINCOBJS: =&^ 182 ); 178 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 179 $(PLAINCOBJS) 183 180 << 184 181 !endif
Note:
See TracChangeset
for help on using the changeset viewer.