Changeset 4717 for trunk/src/msvcrt


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

New makefile style. (addjustments)

Location:
trunk/src/msvcrt
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r4624 r4717  
    1 # $Id: makefile,v 1.19 2000-11-19 09:09:12 bird Exp $
     1# $Id: makefile,v 1.20 2000-12-02 23:40:15 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
  • trunk/src/msvcrt/msvcrt.mak

    r4624 r4717  
    1 # $Id: msvcrt.mak,v 1.1 2000-11-19 09:09:12 bird Exp $
     1# $Id: msvcrt.mak,v 1.2 2000-12-02 23:40:15 bird Exp $
    22
    33#
     
    1717# Compiler, tools, and interference rules.
    1818#
    19 !include ../../include/pdwin32.mk
     19!include ../../makefile.inc
    2020
    2121
     
    3535#
    3636LIBS = \
    37 $(PDWIN32_LIB)/kernel32.lib \
    38 $(PDWIN32_LIB)/crtdll.lib \
    39 $(PDWIN32_LIB)/$(ODINCRT).lib \
     37$(ODIN32_LIB)/kernel32.lib \
     38$(ODIN32_LIB)/crtdll.lib \
     39$(ODIN32_LIB)/$(ODINCRT).lib \
    4040OS2386.LIB \
    4141$(RTLLIB_O)
     
    5151# Includes the common rules.
    5252#
    53 !include $(PDWIN32_INCLUDE)/pdwin32.post
     53!include $(ODIN32_POST_INC)
    5454
  • trunk/src/msvcrt/msvcrt20.mak

    r4624 r4717  
    1 # $Id: msvcrt20.mak,v 1.1 2000-11-19 09:09:12 bird Exp $
     1# $Id: msvcrt20.mak,v 1.2 2000-12-02 23:40:15 bird Exp $
    22
    33#
     
    1717# Compiler, tools, and interference rules.
    1818#
    19 !include ../../include/pdwin32.mk
     19!include ../../makefile.inc
    2020
    2121
     
    3535#
    3636LIBS = \
    37 $(PDWIN32_LIB)/kernel32.lib \
    38 $(PDWIN32_LIB)/crtdll.lib \
    39 $(PDWIN32_LIB)/$(ODINCRT).lib \
     37$(ODIN32_LIB)/kernel32.lib \
     38$(ODIN32_LIB)/crtdll.lib \
     39$(ODIN32_LIB)/$(ODINCRT).lib \
    4040OS2386.LIB \
    4141$(RTLLIB_O)
     
    5151# Includes the common rules.
    5252#
    53 !include $(PDWIN32_INCLUDE)/pdwin32.post
     53!include $(ODIN32_POST_INC)
    5454
  • trunk/src/msvcrt/msvcrt40.mak

    r4624 r4717  
    1 # $Id: msvcrt40.mak,v 1.1 2000-11-19 09:09:12 bird Exp $
     1# $Id: msvcrt40.mak,v 1.2 2000-12-02 23:40:15 bird Exp $
    22
    33#
     
    1717# Compiler, tools, and interference rules.
    1818#
    19 !include ../../include/pdwin32.mk
     19!include ../../makefile.inc
    2020
    2121
     
    3535#
    3636LIBS = \
    37 $(PDWIN32_LIB)/kernel32.lib \
    38 $(PDWIN32_LIB)/crtdll.lib \
    39 $(PDWIN32_LIB)/$(ODINCRT).lib \
     37$(ODIN32_LIB)/kernel32.lib \
     38$(ODIN32_LIB)/crtdll.lib \
     39$(ODIN32_LIB)/$(ODINCRT).lib \
    4040OS2386.LIB \
    4141$(RTLLIB_O)
     
    5151# Includes the common rules.
    5252#
    53 !include $(PDWIN32_INCLUDE)/pdwin32.post
     53!include $(ODIN32_POST_INC)
    5454
Note: See TracChangeset for help on using the changeset viewer.