Changeset 4620 for trunk/tools/common
- Timestamp:
- Nov 19, 2000, 9:35:50 AM (25 years ago)
- Location:
- trunk/tools/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/common.mk
r3536 r4620 1 # $Id: common.mk,v 1. 1 2000-05-13 17:17:08bird Exp $1 # $Id: common.mk,v 1.2 2000-11-19 08:29:54 bird Exp $ 2 2 # 3 3 # Common definitions for tools. … … 32 32 33 33 34 # 35 # Add PDWIN32_TCOMMON to the C and C++ includes. 36 # 37 CINCLUDES = -I$(PDWIN32_TCOMMON) $(CINCLUDE) 38 -
trunk/tools/common/makefile
r4402 r4620 1 # $Id: makefile,v 1. 7 2000-10-03 05:42:39bird Exp $1 # $Id: makefile,v 1.8 2000-11-19 08:29:54 bird Exp $ 2 2 3 3 # … … 21 21 22 22 23 all: commonicc.lib commongcc.a commongcc.lib 23 all: commonicc.lib commongcc.a commongcc.lib \ 24 $(PDWIN32_TOOLS)\kDef2Wat.exe 25 # $(PDWIN32_TOOLS)\kDump.exe 24 26 25 27 … … 65 67 *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp 66 68 69 # 70 # Do not includes the common rules. 71 # 72 -
trunk/tools/common/makefile.gcc
r3592 r4620 1 # $Id: makefile.gcc,v 1. 6 2000-05-23 18:23:04 bird Exp $1 # $Id: makefile.gcc,v 1.7 2000-11-19 08:29:54 bird Exp $ 2 2 3 3 # … … 30 30 LOCALCLEAN = 1 31 31 CLEANEXTRAS = commongcc.* 32 OLD_STYLE = 1 32 33 33 34 -
trunk/tools/common/makefile.icc
r4426 r4620 1 # $Id: makefile.icc,v 1.1 3 2000-10-05 07:27:57bird Exp $1 # $Id: makefile.icc,v 1.14 2000-11-19 08:29:54 bird Exp $ 2 2 3 3 # … … 17 17 LOCALCLEAN = 1 18 18 CLEANEXTRAS = commonicc.lib 19 OLD_STYLE = 1 19 20 20 21
Note:
See TracChangeset
for help on using the changeset viewer.