Changeset 4717 for trunk/src/msacm32


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

    r4624 r4717  
    1 # $Id: makefile,v 1.12 2000-11-19 09:12:04 bird Exp $
     1# $Id: makefile,v 1.13 2000-12-02 23:40:09 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    3232#
    3333LIBS = \
    34 $(PDWIN32_LIB)/kernel32.lib \
    35 $(PDWIN32_LIB)/$(ODINCRT).lib \
    36 $(PDWIN32_LIB)/winmm.lib \
    37 $(PDWIN32_LIB)/advapi32.lib \
    38 $(PDWIN32_LIB)/pmwinx.lib \
     34$(ODIN32_LIB)/kernel32.lib \
     35$(ODIN32_LIB)/$(ODINCRT).lib \
     36$(ODIN32_LIB)/winmm.lib \
     37$(ODIN32_LIB)/advapi32.lib \
     38$(ODIN32_LIB)/pmwinx.lib \
    3939OS2386.LIB \
    4040$(RTLLIB_O)
     
    5050# Includes the common rules.
    5151#
    52 !include $(PDWIN32_INCLUDE)/pdwin32.post
     52!include $(ODIN32_POST_INC)
    5353
Note: See TracChangeset for help on using the changeset viewer.