Changeset 4717 for trunk/src/comctl32


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

    r4624 r4717  
    1 # $Id: makefile,v 1.30 2000-11-19 09:25:46 bird Exp $
     1# $Id: makefile,v 1.31 2000-12-02 23:37:13 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    5353#
    5454LIBS = \
    55 $(PDWIN32_LIB)/kernel32.lib \
    56 $(PDWIN32_LIB)/gdi32.lib \
    57 $(PDWIN32_LIB)/user32.lib \
    58 $(PDWIN32_LIB)/msvfw32.lib \
    59 $(PDWIN32_LIB)/$(ODINCRT).lib \
     55$(ODIN32_LIB)/kernel32.lib \
     56$(ODIN32_LIB)/gdi32.lib \
     57$(ODIN32_LIB)/user32.lib \
     58$(ODIN32_LIB)/msvfw32.lib \
     59$(ODIN32_LIB)/$(ODINCRT).lib \
    6060os2386.lib \
    6161$(RTLLIB_O)
     
    7171# Includes the common rules.
    7272#
    73 !include $(PDWIN32_INCLUDE)/pdwin32.post
     73!include $(ODIN32_POST_INC)
    7474
Note: See TracChangeset for help on using the changeset viewer.