Changeset 4719 for trunk/src/tapi32


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

    r4624 r4719  
    1 # $Id: makefile,v 1.16 2000-11-19 08:48:32 bird Exp $
     1# $Id: makefile,v 1.17 2000-12-02 23:57:02 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    2727#
    2828LIBS = \
    29 $(PDWIN32_LIB)/kernel32.lib \
    30 $(PDWIN32_LIB)/user32.lib \
    31 $(PDWIN32_LIB)/$(ODINCRT).lib \
     29$(ODIN32_LIB)/kernel32.lib \
     30$(ODIN32_LIB)/user32.lib \
     31$(ODIN32_LIB)/$(ODINCRT).lib \
    3232OS2386.LIB \
    3333$(RTLLIB_O)
     
    4343# Includes the common rules.
    4444#
    45 !include $(PDWIN32_INCLUDE)/pdwin32.post
     45!include $(ODIN32_POST_INC)
    4646
Note: See TracChangeset for help on using the changeset viewer.