Changeset 4717 for trunk/src/icmp


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

    r4624 r4717  
    1 # $Id: makefile,v 1.5 2000-11-19 09:15:25 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-02 23:39:37 bird Exp $
     2
    23#
    34# icmp.dll makefile
    45#
    5 # Project Odin Software License can be found in LICENSE.TXT
    6 #
     6#       Project Odin Software License can be found in LICENSE.TXT
    77#
    88
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    2828LIBS = \
    2929os2386.lib \
    30 $(PDWIN32_LIB)/wsock32.lib \
     30$(ODIN32_LIB)/wsock32.lib \
    3131$(RTLLIB_O) \
    32 $(PDWIN32_LIB)/$(ODINCRT).lib \
    33 $(PDWIN32_LIB)/kernel32.lib
     32$(ODIN32_LIB)/$(ODINCRT).lib \
     33$(ODIN32_LIB)/kernel32.lib
    3434
    3535
     
    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.