Ignore:
Timestamp:
Nov 1, 2000, 2:34:19 AM (25 years ago)
Author:
bird
Message:

Changed cleanrule to remove .sym files too.
Synced Watcom file with the other one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.vac3.post

    r4520 r4547  
    1 # $Id: pdwin32.vac3.post,v 1.2 2000-10-23 13:40:31 sandervl Exp $
     1# $Id: pdwin32.vac3.post,v 1.3 2000-11-01 01:34:19 bird Exp $
    22#
    33# Odin32 API
     
    188188!ifndef LOCALCLEAN
    189189        $(PDWIN32_LIB)\$(TARGET).LIB \
    190 !ifndef EXETARGET
    191         $(PDWIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) $(TARGET)exp.def *.$(TARGET_EXTENSION) \
    192 !else
     190        $(TARGET)exp.def \
    193191        $(PDWIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) *.$(TARGET_EXTENSION) \
    194 !endif
     192        $(PDWIN32_BIN)\$(TARGET).sym *.sym \
    195193        $(CLEANEXTRAS)
    196194!else
Note: See TracChangeset for help on using the changeset viewer.