Changeset 6468 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 23, 2008 9:29:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r6106 r6468 37 37 VBoxManage_DEFS += VBOX_WITH_ALSA 38 38 endif 39 ifeq ($(BUILD_TARGET),win) 40 VBoxManage_LIBS += \ 41 $(PATH_LIB)/VBoxDDU$(VBOX_SUFF_LIB) 42 else 43 VBoxManage_LIBS += \ 44 $(PATH_BIN)/VBoxDDU$(VBOX_SUFF_DLL) 45 endif 39 VBoxManage_LIBS += $(LIB_DDU) 46 40 47 41 # VBoxManageSVN.cpp uses VBOX_SVN_REV.
Note:
See TracChangeset
for help on using the changeset viewer.