Changeset 358


Ignore:
Timestamp:
Jun 18, 2009, 8:54:00 PM (16 years ago)
Author:
RBRi
Message:

new clean target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hlpmgr/makefile

    r26 r358  
     1# ---------------------------------------------
    12# New Help Manager for use with NewView
    23# For Watcom C/C++ 10.6 and higher
    34# Use wmake DEBUG=1 to get debug info
    45
    5 # Hlpmgr2.dll can be used for testing without 
     6# Hlpmgr2.dll can be used for testing without
    67# needing a reboot.
     8# ---------------------------------------------
     9
    710all: hlpmgr2.dll helpmgr.dll
    811
     
    2427# remaining options set in helpmgr.def
    2528!ifdef DEBUG
    26 MODE_LINKFLAGS=debug all 
     29MODE_LINKFLAGS=debug all
    2730!endif
     31
     32clean : .SYMBOLIC
     33        -del .\*.obj
     34        -del .\*.err
     35
    2836
    2937test.exe:  test.obj
Note: See TracChangeset for help on using the changeset viewer.