Ignore:
Timestamp:
Sep 4, 2002, 9:54:50 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/makefile

    r220 r223  
    153153    !emxomfar cr $* $?
    154154!else
    155     rm -f $@
     155    - del $@
    156156    ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk
    157157+$(OBJS: =&^
     
    165165    !emxomfar cr $* $?
    166166!else
    167     rm -f $@
     167    - del $@
    168168    ilib /nol /nob $@ @<<
    169169+$(CPOBJS: =&^
     
    177177    !emxomfar cr $* $?
    178178!else
    179     rm -f $@
     179    - del $@
    180180    ilib /nol /nob $@ @<<
    181181+$(PLAINCOBJS: =&^
Note: See TracChangeset for help on using the changeset viewer.