Changeset 11033 in vbox
- Timestamp:
- Jul 31, 2008 3:17:06 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r11031 r11033 41 41 VBoxManage.cpp \ 42 42 VBoxInternalManage.cpp \ 43 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp s.cpp) \43 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \ 44 44 VBoxManageSVN.cpp 45 45 VBoxManage_LIBS += $(LIB_DDU) -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r11031 r11033 27 27 #include <VBox/com/com.h> 28 28 #include <VBox/com/string.h> 29 #if 030 #include <VBox/com/Guid.h>31 #include <VBox/com/array.h>32 29 #include <VBox/com/ErrorInfo.h> 33 #include <VBox/com/EventQueue.h>34 #endif35 30 36 31 #include <VBox/com/VirtualBox.h> 37 32 38 #include <stdlib.h>39 #include <stdarg.h>40 41 #if 042 #include <vector>43 #include <list>44 45 #include <iprt/runtime.h>46 33 #include <iprt/stream.h> 47 #include <iprt/string.h> 48 #include <iprt/asm.h> 49 #include <iprt/uuid.h> 50 #include <iprt/thread.h> 51 #include <iprt/path.h> 52 #include <iprt/param.h> 53 #include <iprt/dir.h> 54 #include <iprt/file.h> 55 #include <iprt/env.h> 56 #include <iprt/cidr.h> 57 #include <VBox/err.h> 58 #include <VBox/version.h> 59 #include <VBox/VBoxHDD.h> 60 #endif 34 #include <VBox/log.h> 61 35 62 36 #include "VBoxManage.h"
Note:
See TracChangeset
for help on using the changeset viewer.