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

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile.gcc

    r4620 r4712  
    1 # $Id: makefile.gcc,v 1.7 2000-11-19 08:29:54 bird Exp $
     1# $Id: makefile.gcc,v 1.8 2000-12-02 23:26:58 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    6 # Tools common library, GCC version.
     6#       Tools common library, GCC version.
    77#
    88#
     
    2020# Directories and common tools.
    2121#
    22 PDWIN32_INCLUDE = ..\..\include
    23 PDWIN32_BIN     = ..\..\bin\$(OBJDIR)
    24 PDWIN32_LIB     = ..\..\lib
    25 PDWIN32_TOOLS   = ..\bin
    26 PDWIN32_TCOMMON = ..\common
    27 !include $(PDWIN32_INCLUDE)\pdwin32.tools
     22ODIN32_INCLUDE = ..\..\include
     23ODIN32_BIN     = ..\..\bin\$(OBJDIR)
     24ODIN32_LIB     = ..\..\lib
     25ODIN32_TOOLS   = ..\bin
     26ODIN32_TCOMMON = ..\common
     27!include $(ODIN32_INCLUDE)\odin32.tools
    2828
    29 # Definitions for pdwin32.post
     29# Definitions for odin32.post
    3030LOCALCLEAN  = 1
    3131CLEANEXTRAS = commongcc.*
     
    6464
    6565CDEFINES  = -D__WIN32OS2__ -D__WINE__
    66 CINCLUDES = -I$(PDWIN32_INCLUDE)\Win -I$(PDWIN32_INCLUDE)
     66CINCLUDES = -I$(ODIN32_INCLUDE)\Win -I$(ODIN32_INCLUDE)
    6767CPLUS_INCLUDE_PATH= $(CPLUS_INCLUDE_PATH);$(INCLUDE)
    6868
     
    120120
    121121# Includes the common rules.
    122 !include $(PDWIN32_INCLUDE)/pdwin32.post
     122!error "this makefile doesn't work right now."
     123!include $(ODIN32_INCLUDE)/odin32.post
    123124
Note: See TracChangeset for help on using the changeset viewer.