Changeset 53548 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Dec 16, 2014 5:55:40 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97301
- Location:
- trunk/src/VBox/ValidationKit/utils/cpu
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/cpu/Makefile.kmk
r52776 r53548 32 32 xmmsaving_SOURCES = xmmsaving.cpp xmmsaving-asm.asm 33 33 34 35 34 PROGRAMS += exceptionsR3 36 35 exceptionsR3_TEMPLATE = VBoxValidationKitR3 … … 45 44 cpu-alloc-all-mem_SOURCES = cpu-alloc-all-mem.cpp 46 45 46 PROGRAMS += cidet-app 47 cidet-app_TEMPLATE = VBoxValidationKitR3 48 cidet-app_SOURCES = \ 49 cidet-app.cpp \ 50 cidet-appA.asm \ 51 cidet-core.cpp \ 52 cidet-instr-1.cpp 53 if 1 54 cidet-app_DEFS = IN_DIS 55 cidet-app_LIBS = $(PATH_STAGE_LIB)/DisasmR3Static$(VBOX_SUFF_LIB) 56 endif 47 57 48 58 #PROGRAMS += rdtsc
Note:
See TracChangeset
for help on using the changeset viewer.