Changeset 395


Ignore:
Timestamp:
Feb 8, 2012, 6:06:04 AM (14 years ago)
Author:
rlw
Message:

changes to accommodate VAC365's version of ilib (v3.99)

File:
1 edited

Legend:

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

    r394 r395  
    154154!else
    155155    - del $@
    156     ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
    157 +$(OBJS: =&^
    158 );
     156    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
     157$(OBJS)
    159158<<
    160159!endif
     
    166165!else
    167166    - del $@
    168     ilib /nol /nob $@ @<<
    169 +$(CPOBJS: =&^
    170 );
     167    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
     168$(CPOBJS)
    171169<<
    172170!endif
     
    178176!else
    179177    - del $@
    180     ilib /nol /nob $@ @<<
    181 +$(PLAINCOBJS: =&^
    182 );
     178    -4 ilib /nol /nobr /out:$@ @<<$(TEMP)\ilib.lnk
     179$(PLAINCOBJS)
    183180<<
    184181!endif
Note: See TracChangeset for help on using the changeset viewer.