Changeset 4719 for trunk/src/user32


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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r4622 r4719  
    1 # $Id: Makefile,v 1.76 2000-11-19 08:40:22 bird Exp $
     1# $Id: Makefile,v 1.77 2000-12-02 23:56:42 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    9898#
    9999LIBS = \
    100 $(PDWIN32_LIB)/gdi32.lib \
    101 $(PDWIN32_LIB)/pmwinx.lib \
    102 $(PDWIN32_LIB)/kernel32.lib \
    103 $(PDWIN32_LIB)/libuls.lib \
    104 $(PDWIN32_LIB)/$(ODINCRT).lib \
     100$(ODIN32_LIB)/gdi32.lib \
     101$(ODIN32_LIB)/pmwinx.lib \
     102$(ODIN32_LIB)/kernel32.lib \
     103$(ODIN32_LIB)/libuls.lib \
     104$(ODIN32_LIB)/$(ODINCRT).lib \
    105105OS2386.LIB \
    106106$(RTLLIB_O)
     
    116116# Includes the common rules.
    117117#
    118 !include $(PDWIN32_INCLUDE)/pdwin32.post
     118!include $(ODIN32_POST_INC)
    119119
Note: See TracChangeset for help on using the changeset viewer.