Changeset 42075 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jul 10, 2012 8:08:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Makefile.kmk
r41751 r42075 29 29 DisasmR3_DEFS = IN_DIS 30 30 DisasmR3_SOURCES = \ 31 Disasm.cpp \ 32 DisasmCore.cpp \ 33 DisasmReg.cpp \ 34 DisasmTables.cpp \ 35 DisasmTablesX64.cpp \ 36 DisasmFormatBytes.cpp \ 37 DisasmFormatYasm.cpp 38 39 LIBRARIES += DisasmBldProg 40 DisasmBldProg_TEMPLATE = VBOXBLDPROG 41 DisasmBldProg_DEFS = IN_DIS 42 DisasmBldProg_SOURCES = \ 31 43 Disasm.cpp \ 32 44 DisasmCore.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.