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

    r4624 r4717  
    1 # $Id: makefile,v 1.25 2000-11-19 09:20:50 bird Exp $
     1# $Id: makefile,v 1.26 2000-12-02 23:38:54 bird Exp $
     2
    23#
    3 # ddraw.dll makefile
     4# Odin32 API
    45#
    5 # Copyright 1998 Sander van Leeuwen
    6 #           1999 Markus Montkowski
     6#       ddraw.dll makefile
    77#
    8 # Project Odin Software License can be found in LICENSE.TXT
    9 #
    10 #
    11 
    128
    139
     
    1511# Compiler, tools, and interference rules.
    1612#
    17 !include ../../include/pdwin32.mk
     13!include ../../makefile.inc
    1814
    1915
     
    4440#
    4541LIBS = \
    46 $(PDWIN32_LIB)/ole32.lib \
    47 $(PDWIN32_LIB)/advapi32.lib \
    48 $(PDWIN32_LIB)/gdi32.lib \
    49 $(PDWIN32_LIB)/comctl32.lib \
    50 $(PDWIN32_LIB)/kernel32.lib \
    51 $(PDWIN32_LIB)/$(ODINCRT).lib \
    52 $(PDWIN32_LIB)/user32.lib \
     42$(ODIN32_LIB)/ole32.lib \
     43$(ODIN32_LIB)/advapi32.lib \
     44$(ODIN32_LIB)/gdi32.lib \
     45$(ODIN32_LIB)/comctl32.lib \
     46$(ODIN32_LIB)/kernel32.lib \
     47$(ODIN32_LIB)/$(ODINCRT).lib \
     48$(ODIN32_LIB)/user32.lib \
    5349mmpm2.lib \
    5450os2386.lib \
     
    6561# Includes the common rules.
    6662#
    67 !include $(PDWIN32_INCLUDE)/pdwin32.post
     63!include $(ODIN32_POST_INC)
    6864
Note: See TracChangeset for help on using the changeset viewer.