Changeset 8238 for trunk/tools


Ignore:
Timestamp:
Apr 11, 2002, 11:29:13 PM (24 years ago)
Author:
bird
Message:

Only VAC3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/profilerfix/Makefile

    r8235 r8238  
    1 # $Id: Makefile,v 1.1 2002-04-11 21:15:28 bird Exp $
     1# $Id: Makefile,v 1.2 2002-04-11 21:29:13 bird Exp $
    22
    33#
     
    1717# The all rule.
    1818#
     19!ifdef VAC3
    1920all:    $(ODIN32_LIB)\cppopa3_fix2.obj \
    2021        $(ODIN32_LIB)\cppopa3.obj
     22!else
     23all:
     24!endif
    2125
    2226# aliases for all...
Note: See TracChangeset for help on using the changeset viewer.