Ignore:
Timestamp:
Nov 21, 2000, 5:37:23 AM (25 years ago)
Author:
bird
Message:

Addopted makestyle new style. common.lib goes into $(OBJDIR).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/common.mk.post

    r3536 r4654  
    1 # $Id: common.mk.post,v 1.1 2000-05-13 17:17:08 bird Exp $
     1# $Id: common.mk.post,v 1.2 2000-11-21 04:37:22 bird Exp $
    22#
    33# Common rules for tools.
     
    1717# Rules for making
    1818#
    19 $(PDWIN32_TCOMMON)\commongcc.a  \
    20 $(PDWIN32_TCOMMON)\commongcc.lib \
    21 $(PDWIN32_TCOMMON)\commonicc.lib : commonforce
     19$(PDWIN32_TCOMMON)\$(OBJDIR)\common.a  \
     20$(PDWIN32_TCOMMON)\$(OBJDIR)\common.lib : commonforce
    2221    cd $(PDWIN32_TCOMMON)
    2322!ifdef MAKE_CMD
     
    2625    $(MAKE) -nologo \
    2726!endif
    28         $(@F)
     27        $(OBJDIR)\$(@F)
    2928    cd $(MAKEDIR)
     29
    3030
    3131#
Note: See TracChangeset for help on using the changeset viewer.