Changeset 92372 in vbox for trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
- Timestamp:
- Nov 11, 2021 2:45:18 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r91432 r92372 68 68 VBoxManageHelp.cpp \ 69 69 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \ 70 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxManageGuestCtrl.cpp) 70 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxManageGuestCtrl.cpp) \ 71 71 72 72 73 ifndef VBOX_ONLY_DOCS … … 115 116 VBoxManage_LIBS += $(LIB_DDU) 116 117 118 ifdef VBOX_WITH_VBOXMANAGE_NLS 119 VBoxManage_DEFS += VBOX_WITH_VBOXMANAGE_NLS 120 121 VBoxManage_INCS += \ 122 $(PATH_ROOT)/src/VBox/Main/include 123 124 VBoxManage_SOURCES += \ 125 $(PATH_ROOT)/src/VBox/Main/src-all/VirtualBoxTranslator.cpp \ 126 $(PATH_ROOT)/src/VBox/Main/src-all/QMTranslatorImpl.cpp \ 127 $(PATH_ROOT)/src/VBox/Main/src-all/GlobalStatusConversion.cpp 128 endif 129 130 117 131 # VBoxNetPortForwardString.h 118 132 VBoxManageNATNetwork.cpp_INCS += ../../NetworkServices/NetLib/ … … 228 242 229 243 include $(FILE_KBUILD_SUB_FOOTER) 230
Note:
See TracChangeset
for help on using the changeset viewer.