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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/mcicda/makefile

    r4709 r4719  
    1 # $Id: makefile,v 1.4 2000-12-02 11:37:05 sandervl Exp $
     1# $Id: makefile,v 1.5 2000-12-02 23:53:56 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 #       mcicda.dll makefile
     6#       mcicda.dll makefile
    77#
    88
    9 #
    10 # Directory macros.
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\include
    13 PDWIN32_LIB     = ..\..\..\lib
    14 PDWIN32_BIN     = ..\..\..\$(OBJDIR)
    15 PDWIN32_TOOLS   = ..\..\..\tools\bin
    169
    1710#
    1811# Compiler, tools, and interference rules.
    1912#
    20 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     13!include ../../../makefile.inc
     14
     15
     16#
     17# Object files. Prefix with OBJDIR and one space before the '\'.
     18#
     19OBJS = \
     20$(OBJDIR)\mcicda.obj \
     21$(OBJDIR)\cdrom.obj \
     22$(OBJDIR)\mcicdos2rsrc.obj \
     23$(OBJDIR)\os2cdrom.obj \
     24$(DLLENTRY) \
     25
     26
     27#
     28# Libraries. One space before the '\'.
     29#
     30LIBS = \
     31$(ODIN32_LIB)/kernel32.lib \
     32$(ODIN32_LIB)/user32.lib \
     33$(ODIN32_LIB)/winmm.lib \
     34$(ODIN32_LIB)/$(ODINCRT).lib \
     35OS2386.LIB \
     36$(RTLLIB_O)
     37
    2138
    2239#
     
    2542TARGET = mcicdos2
    2643
    27 OBJS =  $(OBJDIR)\mcicda.obj \
    28         $(OBJDIR)\cdrom.obj \
    29         $(OBJDIR)\mcicdos2rsrc.obj \
    30         $(PDWIN32_LIB)/dllentry.obj \
    31         $(OBJDIR)\os2cdrom.obj
    32 
    33 #
    34 # Libraries. One space before the '\'.
    35 #
    36 LIBS = \
    37 $(PDWIN32_LIB)\WINMM.LIB \
    38 $(PDWIN32_LIB)/kernel32.lib \
    39 $(PDWIN32_LIB)/$(ODINCRT).lib \
    40 OS2386.LIB \
    41 $(RTLLIB_O)
    42 
    43 
    4444
    4545#
    4646# Includes the common rules.
    4747#
    48 !include $(PDWIN32_INCLUDE)/pdwin32.post
     48!include $(ODIN32_POST_INC)
Note: See TracChangeset for help on using the changeset viewer.