Changeset 6452


Ignore:
Timestamp:
Aug 4, 2001, 4:27:25 PM (24 years ago)
Author:
bird
Message:

Added nothing rule for debugging. Added dummy .lib dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.mk

    r6422 r6452  
    1 # $Id: odin32.post.mk,v 1.2 2001-07-30 22:50:51 bird Exp $
     1# $Id: odin32.post.mk,v 1.3 2001-08-04 14:27:25 bird Exp $
    22
    33#
     
    5050<<KEEP
    5151
     52
     53#
     54# Dummy .lib dependencies.
     55#
     56OS2386.LIB \
     57mmpm2.lib \
     58so32dll.lib \
     59tcp32dll.lib \
     60rexx.lib \
     61$(SOMLIB) \
     62$(RTLLIB) \
     63$(RTLLIB_O) \
     64$(RTLLIB_NRE) \
     65    :
     66
     67
     68#
     69# Nothing rule used for makefile debugging.
     70#
     71nothing:
     72    @echo Did nothing with makefile $(MAKEDIR)\$(MAKEFILE)
Note: See TracChangeset for help on using the changeset viewer.