Changeset 403
- Timestamp:
- Feb 12, 2012, 11:47:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/makefile
r398 r403 154 154 !else 155 155 - del $@ 156 # support both 3.08 and 3.6.5 ilib syntax V1.0.9 (2011-11-30) [slevine] 157 !ifdef CXXMAIN 158 # 2011-11-30 SHL fixme for no public symbols warning 156 159 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 157 160 $(OBJS) 158 161 << 162 !else 163 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 164 +$(OBJS: =&^ 165 ); 166 << 167 !endif 159 168 !endif 160 169 … … 165 174 !else 166 175 - del $@ 176 # support both 3.08 and 3.6.5 ilib syntax V1.0.9 (2011-11-30) [slevine] 177 !ifdef CXXMAIN 167 178 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 168 179 $(CPOBJS) 169 180 << 181 !else 182 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 183 +$(CPOBJS: =&^ 184 ); 185 << 186 !endif 170 187 !endif 171 188 … … 176 193 !else 177 194 - del $@ 195 # support both 3.08 and 3.6.5 ilib syntax V1.0.9 (2011-11-30) [slevine] 196 !ifdef CXXMAIN 178 197 -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk 179 198 $(PLAINCOBJS) 180 199 << 200 !else 201 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 202 +$(PLAINCOBJS: =&^ 203 ); 204 << 205 !endif 181 206 !endif 182 207
Note:
See TracChangeset
for help on using the changeset viewer.