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

    r4650 r4712  
    1 # $Id: makefile,v 1.4 2000-11-21 04:33:25 bird Exp $
     1# $Id: makefile,v 1.5 2000-12-02 23:27:01 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    66#       odininst.exe makefile
     
    1212#
    1313EXETARGET = 1
     14VIO = 1
     15STATIC_CRT = 1
     16NO_MAIN_BIN_COPY = 1
    1417
    1518
     
    1720# Compiler, tools, and interference rules.
    1821#
    19 !include ../../include/pdwin32.mk
     22!include ../../makefile.inc
    2023
    2124
     
    3336os2386.lib \
    3437$(RTLLIB) \
    35 $(PDWIN32_LIB)\kernel32.lib
     38$(ODIN32_LIB)\kernel32.lib
    3639
    3740
     
    4548# Includes the common rules.
    4649#
    47 !include $(PDWIN32_INCLUDE)\pdwin32.post
     50!include $(ODIN32_POST_INC)
    4851
Note: See TracChangeset for help on using the changeset viewer.