Changeset 4717 for trunk/src/wsock32/new


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/wsock32/new/makefile

    r3198 r4717  
    1 # $Id: makefile,v 1.9 2000-03-22 20:01:06 sandervl Exp $
     1# $Id: makefile,v 1.10 2000-12-02 23:43:27 bird Exp $
    22
    33#
     
    77#
    88
    9 # Directory macros.
    10 PDWIN32_INCLUDE = ..\..\..\include
    11 PDWIN32_LIB     = ..\..\..\lib
    12 PDWIN32_BIN     = ..\..\..\$(OBJDIR)
    13 PDWIN32_TOOLS   = ..\..\..\tools\bin
    14 
    159
    1610# Compiler, tools, and interference rules.
    17 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     11OLD_STYLE=1
     12!include ../../../makefile.inc
    1813
    1914
     
    4439all:    $(OBJDIR) \
    4540        $(OBJDIR)\$(TARGET).dll \
    46         $(PDWIN32_BIN)\$(TARGET).dll \
     41        $(ODIN32_BIN)\$(TARGET).dll \
    4742        lib
    4843
    4944
    5045# Lib rule - build importlibrary (and evt. other libs)
    51 lib: $(TARGET).lib $(PDWIN32_LIB)\$(TARGET).lib
     46lib: $(TARGET).lib $(ODIN32_LIB)\$(TARGET).lib
    5247
    5348
     
    6560$(TARGET).def
    6661tcp32dll.lib so32dll.lib
    67 $(PDWIN32_LIB)\kernel32.lib
    68 $(PDWIN32_LIB)/user32.lib
    69 $(PDWIN32_LIB)/odincrt.lib
     62$(ODIN32_LIB)\kernel32.lib
     63$(ODIN32_LIB)/user32.lib
     64$(ODIN32_LIB)/odincrt.lib
    7065OS2386.LIB
    7166$(RTLLIB_O)
     
    7570# Dep rule - makes depenencies for C, C++ and Asm files.
    7671dep:
    77     $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    78         *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     72    $(DEPEND) -I$(ODIN32_INCLUDE);$(ODIN32_INCLUDE)\win \
     73        *.c *.cpp *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h
    7974
    8075
    8176# Includes the common rules.
    82 !include $(PDWIN32_INCLUDE)/pdwin32.post
     77!include $(ODIN32_POST_INC)
    8378
Note: See TracChangeset for help on using the changeset viewer.