Displaying 3 results from an estimated 3 matches for "iconfiles".
2002 Jul 09
0
Error 23
...at a time
foreach dir ($syncDirs)
set theDir = `echo $dir | sed 's/\%space/\ /g'`
$rsync $args
${remoteUser}@${server}:${masterDir}/${theDir}/ /
${theDir}/
# # Repair any custom folder icon flags if Dev
tools present
# if (-e /Developer/Tools/SetFile) then
# set iconFiles = `find $targetDir -name
"Icon?" | tr -d '\r' | sed 's/\ /%space/g'`
#
# foreach icon ($iconFiles)
# set dcIcon = "`echo "$icon" | sed
's/
%space/\ /g'`"
# /Developer/Tools/SetFile -a C
&...
2005 Aug 04
8
swigwin
Anyone on the list have some pointers for getting swig working properly
on Windows? Anytime I reswig a file it breaks wx.cpp. I''m sure I''ve
got a setup problem but I haven''t been able to put my finger on it yet.
Roy
2010 Dec 10
0
Wine release 1.3.9
The Wine development release 1.3.9 is now available.
What's new in this release (see below for details):
- Beginnings of support for ActiveX in built-in browser.
- Icons on Internet shortcut menu entries.
- Standardization of code implementing COM interfaces.
- New scheme for auto-generated DLL registrations.
- OpenCL library wrapper.
- Translation updates.
- Various bug fixes.