Changeset 8930 in vbox
- Timestamp:
- May 19, 2008 7:22:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Makefile.kmk
r8760 r8930 24 24 25 25 26 PROGRAMS = tstDisasmCore tstDisasm 26 PROGRAMS = tstDisasmCore tstDisasm tstDisasm-2 27 27 LIBRARIES = DisasmR3 DisasmCoreR3 DisasmGC DisasmR0 28 28 … … 64 64 $(LIB_RUNTIME) 65 65 66 tstDisasm-2_TEMPLATE = VBOXR3TSTEXE 67 tstDisasm-2_SOURCES = testcase/tstDisasm-2.cpp 68 tstDisasm-2_LIBS = \ 69 $(PATH_LIB)/DisasmR3$(VBOX_SUFF_LIB) \ 70 $(LIB_RUNTIME) 71 72 66 73 include $(KBUILD_PATH)/footer.kmk 67 74
Note:
See TracChangeset
for help on using the changeset viewer.