Ignore:
Timestamp:
Oct 3, 2000, 7:42:41 AM (25 years ago)
Author:
bird
Message:

Implemented .Def to WLINK directives/options converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile.icc

    r4358 r4402  
    1 # $Id: makefile.icc,v 1.11 2000-10-02 04:01:40 bird Exp $
     1# $Id: makefile.icc,v 1.12 2000-10-03 05:42:40 bird Exp $
    22
    33#
     
    1010
    1111# Directory macros.
    12 PDWIN32_INCLUDE = ..\..\include
    13 PDWIN32_BIN     = ..\..\bin\$(OBJDIR)
    14 PDWIN32_LIB     = ..\..\lib
    15 PDWIN32_TOOLS   = ..\bin
    1612PDWIN32_TCOMMON = ..\common
    1713
     
    2420
    2521# Compiler, tools, and interference rules.
    26 !include $(PDWIN32_INCLUDE)\pdwin32.mk
     22!include ..\..\include\pdwin32.mk
    2723
    2824
    2925# Addjust common definitions...
    3026CFLAGS   = $(CFLAGS)   -Wall+ppt-ppc-inl-cnv-gnr-vft-
    31 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft-
     27CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- -Gx-
    3228
    3329
     
    6157
    6258# kDump
    63 kDump.exe: $(OBJDIR)\kDump.exe
     59kDump.exe $(PDWIN32_TOOLS)\kDump.exe: $(OBJDIR)\kDump.exe
    6460    $(CP) $** $@
    6561
    6662$(OBJDIR)\kDump.exe: commonicc.lib $(OBJDIR)\kDump.obj
    6763    $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB
     64
     65# kDef2Wat.exe
     66kDef2Wat.exe $(PDWIN32_TOOLS)\kDef2Wat.exe: $(OBJDIR)\kDef2Wat.exe
     67    $(CP) $** $@
     68
     69$(OBJDIR)\kDef2Wat.exe: commonicc.lib $(OBJDIR)\kDef2Wat.obj
     70    $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB
     71
    6872
    6973
Note: See TracChangeset for help on using the changeset viewer.