Changeset 4717 for trunk/src/dinput


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

    r4624 r4717  
    1 # $Id: makefile,v 1.8 2000-11-19 09:20:11 bird Exp $
     1# $Id: makefile,v 1.9 2000-12-02 23:39:00 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    2929#
    3030LIBS = \
    31 $(PDWIN32_LIB)/kernel32.lib \
    32 $(PDWIN32_LIB)/$(ODINCRT).lib \
     31$(ODIN32_LIB)/kernel32.lib \
     32$(ODIN32_LIB)/$(ODINCRT).lib \
    3333OS2386.LIB \
    3434$(RTLLIB_O) \
    35 $(PDWIN32_LIB)/user32.lib \
    36 $(PDWIN32_LIB)/ole32.lib
     35$(ODIN32_LIB)/user32.lib \
     36$(ODIN32_LIB)/ole32.lib
    3737
    3838
     
    4646# Includes the common rules.
    4747#
    48 !include $(PDWIN32_INCLUDE)/pdwin32.post
     48!include $(ODIN32_POST_INC)
    4949
Note: See TracChangeset for help on using the changeset viewer.