Changeset 4712 for trunk/tools/common/makefile.gcc
- Timestamp:
- Dec 3, 2000, 12:27:03 AM (25 years ago)
- 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:54bird Exp $1 # $Id: makefile.gcc,v 1.8 2000-12-02 23:26:58 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # Tools common library, GCC version.6 # Tools common library, GCC version. 7 7 # 8 8 # … … 20 20 # Directories and common tools. 21 21 # 22 PDWIN32_INCLUDE = ..\..\include23 PDWIN32_BIN = ..\..\bin\$(OBJDIR)24 PDWIN32_LIB = ..\..\lib25 PDWIN32_TOOLS = ..\bin26 PDWIN32_TCOMMON = ..\common27 !include $( PDWIN32_INCLUDE)\pdwin32.tools22 ODIN32_INCLUDE = ..\..\include 23 ODIN32_BIN = ..\..\bin\$(OBJDIR) 24 ODIN32_LIB = ..\..\lib 25 ODIN32_TOOLS = ..\bin 26 ODIN32_TCOMMON = ..\common 27 !include $(ODIN32_INCLUDE)\odin32.tools 28 28 29 # Definitions for pdwin32.post29 # Definitions for odin32.post 30 30 LOCALCLEAN = 1 31 31 CLEANEXTRAS = commongcc.* … … 64 64 65 65 CDEFINES = -D__WIN32OS2__ -D__WINE__ 66 CINCLUDES = -I$( PDWIN32_INCLUDE)\Win -I$(PDWIN32_INCLUDE)66 CINCLUDES = -I$(ODIN32_INCLUDE)\Win -I$(ODIN32_INCLUDE) 67 67 CPLUS_INCLUDE_PATH= $(CPLUS_INCLUDE_PATH);$(INCLUDE) 68 68 … … 120 120 121 121 # 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 123 124
Note:
See TracChangeset
for help on using the changeset viewer.