Changeset 55793 in vbox
- Timestamp:
- May 10, 2015 12:00:14 AM (9 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 2 deleted
- 1 edited
-
DBGCPlugInDiggers.rc (deleted)
-
Makefile.kmk (modified) (2 diffs)
-
VBoxDbg.rc (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r53805 r55793 64 64 DBGPlugInOS2.cpp \ 65 65 DBGPlugInCommonELF.cpp 66 DBGCPlugInDiggers_SOURCES.win = \67 DBGCPlugInDiggers.rc68 66 DBGCPlugInDiggers_LIBS = \ 69 67 $(if-expr "$(LIB_VMM)" == "$(VBOX_LIB_VMM_LAZY)",$(LIB_REM),) \ 70 68 $(VBOX_LIB_VMM_LAZY) \ 71 69 $(LIB_RUNTIME) 70 $(call VBOX_SET_VER_INFO_DLL,DBGCPlugInDiggers,VirtualBox Debugger Guest OS Digger Plug-in) 72 71 73 72 … … 107 106 VBoxDbgConsole.cpp \ 108 107 VBoxDbgStatsQt4.cpp 109 VBoxDbg_SOURCES.win = \110 VBoxDbg.rc111 108 VBoxDbg_LIBS = \ 112 109 $(VBOX_LIB_VMM_LAZY) 113 110 VBoxDbg_LDFLAGS.darwin = \ 114 111 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDbg.dylib 112 $(call VBOX_SET_VER_INFO_DLL,VBoxDbg,VirtualBox Debugger GUI) 115 113 116 114 ifdef VBOX_WITH_TESTCASES
Note:
See TracChangeset
for help on using the changeset viewer.

