Changeset 38082 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Jul 20, 2011 2:26:24 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r35628 r38082 124 124 ifeq ($(KBUILD_TARGET),win) 125 125 tstVBoxDbg_LIBS += \ 126 $(PATH_ LIB)/VBoxDbg.lib126 $(PATH_STAGE_LIB)/VBoxDbg.lib 127 127 else 128 128 tstVBoxDbg_LIBS += \ 129 $(PATH_ BIN)/VBoxDbg$(VBOX_SUFF_DLL)129 $(PATH_STAGE_BIN)/VBoxDbg$(VBOX_SUFF_DLL) 130 130 endif 131 131 endif # TESTCASES
Note:
See TracChangeset
for help on using the changeset viewer.