Changeset 4620 for trunk/tools/common


Ignore:
Timestamp:
Nov 19, 2000, 9:35:50 AM (25 years ago)
Author:
bird
Message:

New makefile style.

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:08 bird Exp $
     1# $Id: common.mk,v 1.2 2000-11-19 08:29:54 bird Exp $
    22#
    33# Common definitions for tools.
     
    3232
    3333
     34#
     35# Add PDWIN32_TCOMMON to the C and C++ includes.
     36#
     37CINCLUDES = -I$(PDWIN32_TCOMMON) $(CINCLUDE)
     38
  • trunk/tools/common/makefile

    r4402 r4620  
    1 # $Id: makefile,v 1.7 2000-10-03 05:42:39 bird Exp $
     1# $Id: makefile,v 1.8 2000-11-19 08:29:54 bird Exp $
    22
    33#
     
    2121
    2222
    23 all:    commonicc.lib commongcc.a commongcc.lib
     23all:    commonicc.lib commongcc.a commongcc.lib \
     24        $(PDWIN32_TOOLS)\kDef2Wat.exe
     25#        $(PDWIN32_TOOLS)\kDump.exe
    2426
    2527
     
    6567        *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp
    6668
     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 $
    22
    33#
     
    3030LOCALCLEAN  = 1
    3131CLEANEXTRAS = commongcc.*
     32OLD_STYLE = 1
    3233
    3334
  • trunk/tools/common/makefile.icc

    r4426 r4620  
    1 # $Id: makefile.icc,v 1.13 2000-10-05 07:27:57 bird Exp $
     1# $Id: makefile.icc,v 1.14 2000-11-19 08:29:54 bird Exp $
    22
    33#
     
    1717LOCALCLEAN  = 1
    1818CLEANEXTRAS = commonicc.lib
     19OLD_STYLE = 1
    1920
    2021
Note: See TracChangeset for help on using the changeset viewer.