Changeset 4712 for trunk/tools/impdef


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

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/impdef/makefile

    r4655 r4712  
    1 # $Id: makefile,v 1.8 2000-11-21 04:37:53 bird Exp $
     1# $Id: makefile,v 1.9 2000-12-02 23:27:01 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 # Makefile for the ImpDef utility.
     6#       Makefile for the ImpDef utility.
    77#
    88#
     
    1212# Directory macros.
    1313#
    14 PDWIN32_BIN     = ..\bin
    15 PDWIN32_TCOMMON = ..\common
     14ODIN32_TCOMMON = ..\common
     15ODIN32_BIN     = $(ODIN32_TOOLS)
    1616
    1717
     
    3030# Compiler, tools, and interference rules.
    3131#
    32 !include ../../include/pdwin32.mk
    33 !include $(PDWIN32_TCOMMON)\common.mk
     32!include ../../makefile.inc
     33!include $(ODIN32_TCOMMON)\common.mk
    3434
    3535
     
    7474# Includes the common rules.
    7575#
    76 !include $(PDWIN32_INCLUDE)\pdwin32.post
    77 !include $(PDWIN32_TCOMMON)\common.mk.post
     76!include $(ODIN32_POST_INC)
     77!include $(ODIN32_TCOMMON_POST_INC)
    7878
Note: See TracChangeset for help on using the changeset viewer.