Ignore:
Timestamp:
Dec 3, 2000, 12:45:13 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/makefile

    r4624 r4717  
    1 # $Id: makefile,v 1.6 2000-11-19 09:19:09 bird Exp $
     1# $Id: makefile,v 1.7 2000-12-02 23:39:06 bird Exp $
    22
    33#
     
    1818# Compiler, tools, and interference rules.
    1919#
    20 !include ../../include/pdwin32.mk
     20!include ../../makefile.inc
    2121
    2222
     
    4242# All rule - build objs and copies obj to lib.
    4343#
    44 all: $(OBJDIR) $(PDWIN32_LIB)\$(TARGET).obj
     44all: $(OBJDIR) $(ODIN32_LIB)\$(TARGET).obj
    4545
    4646
     
    5252
    5353# Build objs and copies obj to lib.
    54 $(PDWIN32_LIB)\$(TARGET).obj: $(OBJS)
     54$(ODIN32_LIB)\$(TARGET).obj: $(OBJS)
    5555    $(CP) $(OBJS) $@
    5656
     
    5959# Includes the common rules.
    6060#
    61 !include $(PDWIN32_INCLUDE)/pdwin32.post
     61!include $(ODIN32_POST_INC)
    6262
Note: See TracChangeset for help on using the changeset viewer.