Changeset 41677 in vbox
- Timestamp:
- Jun 13, 2012 9:32:02 AM (13 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r41477 r41677 44 44 PROGRAMS += \ 45 45 tstCFGM \ 46 tstCompiler \47 46 tstCompressionBenchmark \ 48 47 tstIEMCheckMc \ … … 246 245 tstAnimate_SOURCES = tstAnimate.cpp 247 246 tstAnimate_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) 248 249 tstCompiler_TEMPLATE = VBOXR3TSTEXE250 tstCompiler_SOURCES = tstCompiler.cpp251 tstCompiler_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME)252 247 253 248 tstX86-1_TEMPLATE = VBOXR3TSTEXE
Note:
See TracChangeset
for help on using the changeset viewer.