Changeset 21449 for trunk/testapp/exceptions/seh
- Timestamp:
- Sep 19, 2010, 8:59:38 PM (15 years ago)
- Location:
- trunk/testapp/exceptions/seh
- Files:
- 
      - 1 added
- 1 edited
- 1 moved
 
 - 
          
  Makefile (modified) (1 diff)
- 
          
  except.c (moved) (moved from trunk/testapp/exceptions/seh/test.c )
- 
          
  finally.c (added)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/testapp/exceptions/seh/Makefiler21432 r21449 3 3 include $(ODIN)/testapp/common.mak 4 4 5 all: test.exe # test.s5 all: except.exe finally.exe # except.s 6 6 7 run: run-test.exe 7 finally.exe_ARGS.1 = 1 8 finally.exe_ARGS.2 = 2 9 finally.exe_ARGS.3 = 3 10 11 run: run-except.exe $(call run-with-args,finally.exe,1 2 3,all) 8 12 9 13 CLEAN += *.s 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
