Changeset 403


Ignore:
Timestamp:
Feb 12, 2012, 11:47:59 PM (14 years ago)
Author:
pr
Message:

Restore VAC 3.08 ilib capability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/makefile

    r398 r403  
    154154!else
    155155    - 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
    156159    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
    157160$(OBJS)
    158161<<
     162!else
     163    ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
     164+$(OBJS: =&^
     165);
     166<<
     167!endif
    159168!endif
    160169
     
    165174!else
    166175    - del $@
     176# support both 3.08 and 3.6.5 ilib syntax V1.0.9 (2011-11-30) [slevine]
     177!ifdef CXXMAIN
    167178    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
    168179$(CPOBJS)
    169180<<
     181!else
     182    ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
     183+$(CPOBJS: =&^
     184);
     185<<
     186!endif
    170187!endif
    171188
     
    176193!else
    177194    - del $@
     195# support both 3.08 and 3.6.5 ilib syntax V1.0.9 (2011-11-30) [slevine]
     196!ifdef CXXMAIN
    178197    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
    179198$(PLAINCOBJS)
    180199<<
     200!else
     201    ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
     202+$(PLAINCOBJS: =&^
     203);
     204<<
     205!endif
    181206!endif
    182207
Note: See TracChangeset for help on using the changeset viewer.