Changeset 7422 for trunk/include


Ignore:
Timestamp:
Nov 22, 2001, 11:46:08 AM (24 years ago)
Author:
phaller
Message:

enabled C++ name demangling in profiler library

Location:
trunk/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.dbg.vac3.mk

    r7120 r7422  
    1 # $Id: odin32.dbg.vac3.mk,v 1.6 2001-10-19 01:36:22 bird Exp $
     1# $Id: odin32.dbg.vac3.mk,v 1.7 2001-11-22 10:46:05 phaller Exp $
    22
    33#
     
    1616RTLLIB_NRE = cppon30.lib
    1717DLLENTRY = $(ODIN32_LIB)\dllentry.obj
     18DEMANGLLIB = demangl.lib
    1819ODINCRT  = odincrtd
    1920
  • trunk/include/odin32.post.mk

    r6909 r7422  
    1 # $Id: odin32.post.mk,v 1.5 2001-10-01 01:24:38 bird Exp $
     1# $Id: odin32.post.mk,v 1.6 2001-11-22 10:46:07 phaller Exp $
    22
    33#
     
    6262$(RTLLIB_O) \
    6363$(RTLLIB_NRE) \
     64$(DEMANGLLIB) \
    6465    :
    6566
  • trunk/include/odin32.profile.vac3.mk

    r7415 r7422  
    1 # $Id: odin32.profile.vac3.mk,v 1.5 2001-11-21 19:45:46 phaller Exp $
     1# $Id: odin32.profile.vac3.mk,v 1.6 2001-11-22 10:46:08 phaller Exp $
    22
    33#
    44# Odin32 API
    55#
    6 #       DEBUG makefile for the VAC3 compiler environment.
     6#       PROFILE makefile for the VAC3 compiler environment.
    77#
    88
     
    1616RTLLIB_NRE = cppon30.lib
    1717DLLENTRY = $(ODIN32_LIB)\dllentry.obj
    18 ODINCRT  = odincrtd
     18DEMANGLLIB = demangl.lib
     19ODINCRT  = odincrtp
    1920
    2021
  • trunk/include/odin32.rel.vac3.mk

    r7120 r7422  
    1 # $Id: odin32.rel.vac3.mk,v 1.6 2001-10-19 01:36:23 bird Exp $
     1# $Id: odin32.rel.vac3.mk,v 1.7 2001-11-22 10:46:08 phaller Exp $
    22
    33#
     
    1616RTLLIB_NRE = cppon30.lib
    1717DLLENTRY = $(ODIN32_LIB)\dllentry.obj
     18DEMANGLLIB = demangl.lib
    1819ODINCRT  = odincrt
    1920
Note: See TracChangeset for help on using the changeset viewer.