Changeset 957 in vbox for trunk/src/VBox/Debugger/Makefile
- Timestamp:
- Feb 17, 2007 4:43:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile
r1 r957 48 48 tstVBoxDbg_SOURCES = testcase/tstVBoxDbg.cpp 49 49 tstVBoxDbg_LIBS = \ 50 $(LIB_RUNTIME) \51 $(LIB_VMM)52 tstVBoxDbg_LIBS.win = \53 $(PATH_LIB)/VBoxDbg.lib54 tstVBoxDbg_LIBS.linux = \55 $(PATH_BIN)/VBoxDbg.so56 tstVBoxDbg_LIBS = \57 50 $(LIB_VMM) \ 58 51 $(LIB_RUNTIME) 52 ifeq ($(BUILD_TARGET),win) 53 tstVBoxDbg_LIBS += \ 54 $(PATH_LIB)/VBoxDbg.lib 55 else 56 tstVBoxDbg_LIBS += \ 57 $(PATH_BIN)/VBoxDbg$(VBOX_SUFF_DLL) 58 endif 59 59 60 60
Note:
See TracChangeset
for help on using the changeset viewer.