Ignore:
Timestamp:
Mar 8, 2004, 8:56:56 PM (22 years ago)
Author:
bird
Message:

InnoTek GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r10438 r10493  
    1 # $Id: process.mak,v 1.39 2004-02-02 22:26:57 bird Exp $
     1# $Id: process.mak,v 1.40 2004-03-08 19:56:42 bird Exp $
    22#
    33# Generic Buildsystem
     
    450450! if "$(TARGET_MODE)" == "DLL"
    451451TARGET_IGNORE_LINKER_WARNINGS = 1
     452! else
     453TARGET_IGNORE_LINKER_WARNINGS = 0
    452454! endif
    453455!endif
     
    15721574    @ \
    15731575!endif
    1574 !ifdef TARGET_IGNORE_LINKER_WARNINGS
     1576!if $(TARGET_IGNORE_LINKER_WARNINGS)
    15751577    -4 \
    15761578!endif
Note: See TracChangeset for help on using the changeset viewer.