Ignore:
Timestamp:
Dec 17, 2000, 12:33:37 AM (25 years ago)
Author:
bird
Message:

Watcom preparations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/makefile

    r4717 r4818  
    1 # $Id: makefile,v 1.7 2000-12-02 23:39:06 bird Exp $
     1# $Id: makefile,v 1.8 2000-12-16 23:31:08 bird Exp $
    22
    33#
     
    3030#
    3131# Target name - name of the obj without extention and path.
    32 #  NB. Watcom will need it's own target...
    3332#
    34 !ifndef WAT
    3533TARGET = dllentry
    36 !else
    37 TARGET = dllentry_watcom
    38 !endif
    3934
    4035
     
    4237# All rule - build objs and copies obj to lib.
    4338#
    44 all: $(OBJDIR) $(ODIN32_LIB)\$(TARGET).obj
     39all:     $(OBJDIR) \
     40         $(ODIN32_LIB) \
     41         $(ODIN32_LIB)\$(TARGET).obj
    4542
    4643
     
    5653
    5754
     55# Create lib directory.
     56$(ODIN32_LIB):
     57    $(CREATEPATH) $(ODIN32_LIB)
     58
     59
    5860#
    5961# Includes the common rules.
Note: See TracChangeset for help on using the changeset viewer.