Changeset 4721 for trunk/src


Ignore:
Timestamp:
Dec 3, 2000, 1:33:26 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r4624 r4721  
    1 # $Id: makefile,v 1.107 2000-11-19 09:14:19 bird Exp $
     1# $Id: makefile,v 1.108 2000-12-03 00:33:26 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    127127#
    128128LIBS = \
    129 $(PDWIN32_LIB)/$(ODINCRT).lib \
    130 $(PDWIN32_LIB)\PMWINX.LIB \
    131 $(PDWIN32_LIB)\LIBULS.LIB \
    132 $(PDWIN32_LIB)\LIBCONV.LIB \
    133 $(PDWIN32_LIB)\WIN32K.LIB \
     129$(ODIN32_LIB)/$(ODINCRT).lib \
     130$(ODIN32_LIB)\PMWINX.LIB \
     131$(ODIN32_LIB)\LIBULS.LIB \
     132$(ODIN32_LIB)\LIBCONV.LIB \
     133$(ODIN32_LIB)\WIN32K.LIB \
    134134OS2386.LIB \
    135135$(RTLLIB_O)
     
    152152# Includes the common rules.
    153153#
    154 !include $(PDWIN32_INCLUDE)/pdwin32.post
     154!include $(ODIN32_POST_INC)
    155155
    156156
Note: See TracChangeset for help on using the changeset viewer.