Changeset 8283 for trunk/tools


Ignore:
Timestamp:
Apr 19, 2002, 7:58:57 AM (23 years ago)
Author:
bird
Message:

Make cpppan40.obj instead of the vac3 stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/profilerfix/Makefile

    r8238 r8283  
    1 # $Id: Makefile,v 1.2 2002-04-11 21:29:13 bird Exp $
     1# $Id: Makefile,v 1.3 2002-04-19 05:58:57 bird Exp $
    22
    33#
     
    1717# The all rule.
    1818#
    19 !ifdef VAC3
    20 all:    $(ODIN32_LIB)\cppopa3_fix2.obj \
    21         $(ODIN32_LIB)\cppopa3.obj
    22 !else
    23 all:
    24 !endif
     19#!ifdef VAC3
     20#all:    $(ODIN32_LIB)\cppopa3_fix2.obj \
     21#        $(ODIN32_LIB)\cppopa3.obj
     22all:     $(ODIN32_LIB)\cpppan40.obj
     23#!else
     24#all:
     25#!endif
    2526
    2627# aliases for all...
     
    4748
    4849#
     50# Assemble the cpppan40 module with FS fixes.
     51#
     52cpppan40.obj $(ODIN32_LIB)\cpppan40.obj: cppopa4.asm
     53    $(AS) $(ASFLAGS) +Scs cppopa4.asm -Fo:$(ODIN32_LIB)\cpppan40.obj -Fl:cpppan40.lst
     54
     55
     56#
    4957# Applies the stack size fixes to the .exe and .dll
    5058# to prevent WPS traps.
Note: See TracChangeset for help on using the changeset viewer.