Changeset 4655 for trunk/tools


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

New makefile style update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/impdef/makefile

    r4646 r4655  
    1 # $Id: makefile,v 1.7 2000-11-20 05:15:31 bird Exp $
     1# $Id: makefile,v 1.8 2000-11-21 04:37:53 bird Exp $
    22
    33#
     
    1212# Directory macros.
    1313#
    14 PDWIN32_INCLUDE = ..\..\include
    15 PDWIN32_LIB     = ..\..\lib
    1614PDWIN32_BIN     = ..\bin
    17 PDWIN32_TOOLS   = ..\bin
    1815PDWIN32_TCOMMON = ..\common
    1916
    2017
    2118#
    22 # Tell buildenvironment that we're makeing an .exe.
     19# Tell buildenvironment that we're making an vio .exe.
     20# Tell buildenvironment that we like to use static linked CRT.
    2321# Tell buildenvironment that we should not copy this into /bin.
    2422#
    2523EXETARGET = 1
     24VIO = 1
     25STATIC_CRT = 1
    2626NO_MAIN_BIN_COPY = 1
    2727
     
    3030# Compiler, tools, and interference rules.
    3131#
    32 !include $(PDWIN32_INCLUDE)\pdwin32.mk
     32!include ../../include/pdwin32.mk
    3333!include $(PDWIN32_TCOMMON)\common.mk
    3434
     
    3939!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    4040CFLAGS   = $(CFLAGS)   -Wall+ppt-ppc-inl-cnv-gnr-vft-
    41 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- -Gx-
     41CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- $(CXXEXCEPTIONS)
     42!else
     43!if "$(WAT)" == "1"
     44CXXFLAGS += $(CXXEXCEPTIONS)
     45!else
     46CXXFLAGS = $(CXXFLAGS) $(CXXEXCEPTIONS)
    4247!endif
    43 !if "$(WAT)" == "1"
    44 CXXFLAGS += -xs
    4548!endif
     49
    4650
    4751#
Note: See TracChangeset for help on using the changeset viewer.