Changeset 3537 for trunk/tools/common/makefile.gcc
- Timestamp:
- May 13, 2000, 7:17:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.gcc
r3532 r3537 1 # $Id: makefile.gcc,v 1. 4 2000-05-13 15:40:34bird Exp $1 # $Id: makefile.gcc,v 1.5 2000-05-13 17:17:46 bird Exp $ 2 2 3 3 # … … 8 8 # 9 9 10 #11 # Directories and common tools.12 #13 PDWIN32_TOOLS = ..\bin14 PDWIN32_INCLUDE = ..\..\include15 !include $(PDWIN32_INCLUDE)\pdwin32.tools16 17 # Definitions for pdwin32.post18 LOCALCLEAN = 119 CLEANEXTRAS = commongcc.*20 21 10 22 11 # … … 26 15 OMF=0 27 16 !endif 17 18 19 # 20 # Directories and common tools. 21 # 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 28 29 # Definitions for pdwin32.post 30 LOCALCLEAN = 1 31 CLEANEXTRAS = commongcc.* 28 32 29 33
Note:
See TracChangeset
for help on using the changeset viewer.