Changeset 98169 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Jan 20, 2023 8:34:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/Makefile.kmk
r98103 r98169 33 33 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) 34 34 PROGRAMS += tstDisasm-1 35 tstDisasm-1_TEMPLATE = VB OXR3TSTEXE35 tstDisasm-1_TEMPLATE = VBoxR3TstExe 36 36 tstDisasm-1_DEFS = IN_DIS 37 37 tstDisasm-1_SOURCES = \ … … 52 52 53 53 PROGRAMS += tstDisasm-2 54 tstDisasm-2_TEMPLATE = VB OXR3TSTEXE54 tstDisasm-2_TEMPLATE = VBoxR3TstExe 55 55 tstDisasm-2_DEFS = IN_DIS 56 56 tstDisasm-2_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.