Changeset 8283 for trunk/tools
- Timestamp:
- Apr 19, 2002, 7:58:57 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/profilerfix/Makefile
r8238 r8283 1 # $Id: Makefile,v 1. 2 2002-04-11 21:29:13bird Exp $1 # $Id: Makefile,v 1.3 2002-04-19 05:58:57 bird Exp $ 2 2 3 3 # … … 17 17 # The all rule. 18 18 # 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 22 all: $(ODIN32_LIB)\cpppan40.obj 23 #!else 24 #all: 25 #!endif 25 26 26 27 # aliases for all... … … 47 48 48 49 # 50 # Assemble the cpppan40 module with FS fixes. 51 # 52 cpppan40.obj $(ODIN32_LIB)\cpppan40.obj: cppopa4.asm 53 $(AS) $(ASFLAGS) +Scs cppopa4.asm -Fo:$(ODIN32_LIB)\cpppan40.obj -Fl:cpppan40.lst 54 55 56 # 49 57 # Applies the stack size fixes to the .exe and .dll 50 58 # to prevent WPS traps.
Note:
See TracChangeset
for help on using the changeset viewer.