Changeset 55635 in vbox for trunk/tools
- Timestamp:
- May 4, 2015 8:39:02 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/bin/gen-slickedit-workspace.sh ¶
r55147 r55635 6 6 7 7 # 8 # Copyright (C) 2009-201 2Oracle Corporation8 # Copyright (C) 2009-2015 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 910 910 my_generate_project "HGSMI-GH" "src/VBox/GuestHost/HGSMI" --begin-incs "include" --end-includes "src/VBox/GuestHost/HGSMI" 911 911 test -z "$MY_OPT_MINIMAL" && \ 912 my_generate_project "DnD-GH" "src/VBox/GuestHost/DragAndDrop" --begin-incs "include" --end-includes "src/VBox/GuestHost/DragAndDrop" 912 913 my_generate_project "OpenGL-GH" "src/VBox/GuestHost/OpenGL" --begin-incs "include" "src/VBox/GuestHost/OpenGL" --end-includes "src/VBox/GuestHost/OpenGL" 913 914 my_generate_project "ShClip-GH" "src/VBox/GuestHost/SharedClipboard" --begin-incs "include" --end-includes "src/VBox/GuestHost/SharedClipboard"
Note:
See TracChangeset
for help on using the changeset viewer.