Changeset 4712 for trunk/tools/fastdep


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/fastdep/makefile

    r4653 r4712  
    1 # $Id: makefile,v 1.7 2000-11-21 04:35:37 bird Exp $
     1# $Id: makefile,v 1.8 2000-12-02 23:27:00 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep)
     6#   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
    77#
    88#
     
    1212# Directory macro.
    1313#
    14 PDWIN32_BIN     = ..\bin
     14ODIN32_BIN     = $(ODIN32_TOOLS)
    1515
    1616
     
    2929# include common definitions
    3030#
    31 !include ../../include/pdwin32.mk
     31!include ../../makefile.inc
    3232
    3333
     
    6868# Includes the common rules.
    6969#
    70 !include $(PDWIN32_INCLUDE)/pdwin32.post
     70!include $(ODIN32_POST_INC)
    7171
    7272
Note: See TracChangeset for help on using the changeset viewer.