Changeset 4726 for trunk/src


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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/makefile

    r4671 r4726  
    1 # $Id: makefile,v 1.14 2000-11-22 00:49:56 phaller Exp $
     1# $Id: makefile,v 1.15 2000-12-03 01:10:12 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    4141#
    4242LIBS = \
    43 $(PDWIN32_LIB)/kernel32.lib \
    44 $(PDWIN32_LIB)/$(ODINCRT).lib \
    45 $(PDWIN32_LIB)/user32.lib \
    46 $(PDWIN32_LIB)/pmwinx.lib \
     43$(ODIN32_LIB)/kernel32.lib \
     44$(ODIN32_LIB)/$(ODINCRT).lib \
     45$(ODIN32_LIB)/user32.lib \
     46$(ODIN32_LIB)/pmwinx.lib \
    4747os2386.lib \
    4848$(RTLLIB_O)
     
    5858# Includes the common rules.
    5959#
    60 !include $(PDWIN32_INCLUDE)/pdwin32.post
     60!include $(ODIN32_POST_INC)
Note: See TracChangeset for help on using the changeset viewer.