Changeset 4717 for trunk/src/comdlg32


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

    r4624 r4717  
    1 # $Id: makefile,v 1.21 2000-11-19 09:23:00 bird Exp $
     1# $Id: makefile,v 1.22 2000-12-02 23:37:20 bird Exp $
    22
    33#
     
    1111# Compiler, tools, and interference rules.
    1212#
    13 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1414
    1515
     
    3535#
    3636LIBS = \
    37 $(PDWIN32_LIB)/kernel32.lib \
    38 $(PDWIN32_LIB)/user32.lib \
    39 $(PDWIN32_LIB)/$(ODINCRT).lib \
    40 $(PDWIN32_LIB)/shlwapi.lib \
    41 $(PDWIN32_LIB)/shell32.lib \
    42 $(PDWIN32_LIB)/comctl32.lib \
    43 $(PDWIN32_LIB)/gdi32.lib \
    44 $(PDWIN32_LIB)/pmwinx.lib \
     37$(ODIN32_LIB)/kernel32.lib \
     38$(ODIN32_LIB)/user32.lib \
     39$(ODIN32_LIB)/$(ODINCRT).lib \
     40$(ODIN32_LIB)/shlwapi.lib \
     41$(ODIN32_LIB)/shell32.lib \
     42$(ODIN32_LIB)/comctl32.lib \
     43$(ODIN32_LIB)/gdi32.lib \
     44$(ODIN32_LIB)/pmwinx.lib \
    4545os2386.lib \
    4646$(RTLLIB_O)
     
    5656# Includes the common rules.
    5757#
    58 !include $(PDWIN32_INCLUDE)/pdwin32.post
     58!include $(ODIN32_POST_INC)
    5959
Note: See TracChangeset for help on using the changeset viewer.