Changeset 21660 for trunk/testapp/exceptions/seh
- Timestamp:
- Jul 5, 2011, 7:38:54 PM (14 years ago)
- Location:
- trunk/testapp/exceptions/seh
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/exceptions/seh/Makefile
r21476 r21660 3 3 include $(ODIN)/testapp/common.mak 4 4 5 all: except.exe finally.exe longjmp.exe # except.s5 all: except.exe finally.exe longjmp.exe crash.exe # except.s 6 6 7 7 except.exe_ARGS.1 = 1 … … 20 20 $(call run-with-args,except.exe,1 2 3 4,all) \ 21 21 $(call run-with-args,finally.exe,1 2 3,all) \ 22 $(call run-with-args,longjmp.exe,1 2,all) 22 $(call run-with-args,longjmp.exe,1 2,all) \ 23 run-crash.exe 23 24 24 25 CLEAN += *.s
Note:
See TracChangeset
for help on using the changeset viewer.
