Changeset 7420 for trunk/src


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

enabled profiler version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r6918 r7420  
    1 # $Id: makefile,v 1.24 2001-10-01 01:40:31 bird Exp $
     1# $Id: makefile,v 1.25 2001-11-22 10:41:43 phaller Exp $
    22
    33#
     
    3030!ifdef DEBUG
    3131DBG=d
    32 !else
     32!endif
     33
     34!ifdef PROFILE
     35DBG=p
     36!endif
     37
     38!ifdef RELEASE
    3339DBG=
    3440!endif
     41
    3542!ifdef VAC3
    3643DEFFILE = odincrt$(DBG).def
Note: See TracChangeset for help on using the changeset viewer.