Changeset 4717 for trunk/src/NTDLL


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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r4630 r4717  
    1 # $Id: makefile,v 1.25 2000-11-19 12:56:37 sandervl Exp $
     1# $Id: makefile,v 1.26 2000-12-02 23:40:28 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    4040#
    4141LIBS = \
    42 $(PDWIN32_LIB)/kernel32.lib \
    43 $(PDWIN32_LIB)/user32.lib \
    44 $(PDWIN32_LIB)/crtdll.lib \
    45 $(PDWIN32_LIB)/$(ODINCRT).lib \
     42$(ODIN32_LIB)/kernel32.lib \
     43$(ODIN32_LIB)/user32.lib \
     44$(ODIN32_LIB)/crtdll.lib \
     45$(ODIN32_LIB)/$(ODINCRT).lib \
    4646OS2386.LIB \
    4747$(RTLLIB_O)
     
    5757# Includes the common rules.
    5858#
    59 !include $(PDWIN32_INCLUDE)/pdwin32.post
     59!include $(ODIN32_POST_INC)
    6060
Note: See TracChangeset for help on using the changeset viewer.