Changeset 4712 for trunk/tools/SDF


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

    r4620 r4712  
    1 # $Id: makefile,v 1.3 2000-11-19 08:25:50 bird Exp $
     1# $Id: makefile,v 1.4 2000-12-02 23:26:57 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 # Makefile for the SDF utility.
     6#       Makefile for the SDF utility.
    77#
    88#
     
    1212# Directory macros.
    1313#
    14 PDWIN32_INCLUDE = ..\..\include
    15 PDWIN32_LIB     = ..\..\lib
    16 PDWIN32_BIN     = ..\bin
    17 PDWIN32_TOOLS   = ..\bin
    18 PDWIN32_TCOMMON = ..\common
     14ODIN32_TCOMMON = ..\common
     15ODIN32_BIN     = $(ODIN32_TOOLS)
    1916
    2017
     
    3027# Compiler, tools, and interference rules.
    3128#
    32 !include $(PDWIN32_INCLUDE)\pdwin32.mk
    33 !include $(PDWIN32_TCOMMON)\common.mk
     29!include ../../makefile.inc
     30!include $(ODIN32_TCOMMON)\common.mk
    3431
    3532
     
    6865# Includes the common rules.
    6966#
    70 !include $(PDWIN32_INCLUDE)\pdwin32.post
    71 !include $(PDWIN32_TCOMMON)\common.mk.post
     67!include $(ODIN32_POST_INC)
     68!include $(ODIN32_TCOMMON_POST_INC)
    7269
Note: See TracChangeset for help on using the changeset viewer.