- Timestamp:
- Sep 11, 2008 1:18:04 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r12253 r12389 110 110 ifeq ($(KBUILD_TARGET),win) 111 111 tstVBoxDbg3_LIBS += \ 112 $(PATH_LIB)/VBoxDbg .lib112 $(PATH_LIB)/VBoxDbg3.lib 113 113 else 114 114 tstVBoxDbg3_LIBS += \ 115 $(PATH_BIN)/VBoxDbg $(VBOX_SUFF_DLL)115 $(PATH_BIN)/VBoxDbg3$(VBOX_SUFF_DLL) 116 116 endif 117 117 endif
Note:
See TracChangeset
for help on using the changeset viewer.