Changeset 49891 in vbox for trunk/tools/bin
- Timestamp:
- Dec 12, 2013 8:09:20 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91269
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.1 merged: 85944-85947,85949-85950,85953,86701,86728,87009 /branches/andy/draganddrop (added) merged: 90781-91268
- Property svn:mergeinfo changed
-
trunk/tools/bin/gen-slickedit-workspace.sh
r49226 r49891 146 146 ;; 147 147 esac 148 if test -n "$3"; 148 if test -n "$3"; 149 149 then 150 150 MY_FOLDER="$1-$3.lst" … … 225 225 if test -d "${f}"; 226 226 then 227 if test -z "${MY_OPT_USE_WILDCARDS}"; 227 if test -z "${MY_OPT_USE_WILDCARDS}"; 228 228 then 229 229 my_sub_tree "${MY_FILE}" "${f}" 230 230 else 231 231 case "${f}" in 232 ${MY_ROOT_DIR}/include*) 232 ${MY_ROOT_DIR}/include*) 233 233 my_sub_tree "${MY_FILE}" "${f}" "Headers" 234 234 ;; 235 *) my_wildcard "${MY_FILE}" "${f}" 235 *) my_wildcard "${MY_FILE}" "${f}" 236 236 ;; 237 237 esac … … 257 257 if test -s "${MY_FILE}-Headers.lst"; 258 258 then 259 if test -z "${MY_OPT_USE_WILDCARDS}"; 259 if test -z "${MY_OPT_USE_WILDCARDS}"; 260 260 then 261 261 echo ' <Folder Name="Headers" Filters="*.h;*.hpp">' >> "${MY_FILE}" … … 908 908 # src/VBox/HostServices 909 909 my_generate_project "GuestCntl" "src/VBox/HostServices/GuestControl" --begin-incs "include" "src/VBox/HostServices/GuestControl" --end-includes "src/VBox/HostServices/GuestControl" 910 my_generate_project "DragAndDrop" "src/VBox/HostServices/DragAndDrop" --begin-incs "include" "src/VBox/HostServices/DragAndDrop" --end-includes "src/VBox/HostServices/DragAndDrop" 910 911 my_generate_project "GuestProps" "src/VBox/HostServices/GuestProperties" --begin-incs "include" "src/VBox/HostServices/GuestProperties" --end-includes "src/VBox/HostServices/GuestProperties" 911 912 my_generate_project "ShClip-HS" "src/VBox/HostServices/SharedClipboard" --begin-incs "include" "src/VBox/HostServices/SharedClipboard" --end-includes "src/VBox/HostServices/SharedClipboard"
Note:
See TracChangeset
for help on using the changeset viewer.