From: <dan...@us...> - 2007-11-25 07:25:25
|
Revision: 1078 http://cegcc.svn.sourceforge.net/cegcc/?rev=1078&view=rev Author: dannybackx Date: 2007-11-24 23:25:23 -0800 (Sat, 24 Nov 2007) Log Message: ----------- Remove icmplib Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/cegcc/importlibs/build.sh trunk/cegcc/src/w32api/ChangeLog.ce Removed Paths: ------------- trunk/cegcc/src/w32api/libce/icmplib.def Modified: trunk/cegcc/src/ChangeLog =================================================================== --- trunk/cegcc/src/ChangeLog 2007-11-22 19:51:03 UTC (rev 1077) +++ trunk/cegcc/src/ChangeLog 2007-11-25 07:25:23 UTC (rev 1078) @@ -1,3 +1,8 @@ +2007-11-25 Pedro Alves, Danny Backx <dan...@us...> + + * cegcc/importlibs/build.sh: Remove proxy for icmplib, MSDN says it's + a static library only. + 2007-09-03 Danny Backx <dan...@us...> * cegcc/importlibs/build.sh: Generate proxy for the toolhelp library. Modified: trunk/cegcc/src/cegcc/importlibs/build.sh =================================================================== --- trunk/cegcc/src/cegcc/importlibs/build.sh 2007-11-22 19:51:03 UTC (rev 1077) +++ trunk/cegcc/src/cegcc/importlibs/build.sh 2007-11-25 07:25:23 UTC (rev 1078) @@ -4,7 +4,6 @@ outputdir=$2 ./mkimport.sh $defdir/coredll.def $outputdir || exit -./mkimport.sh $defdir/icmplib.def $outputdir || exit ./mkimport.sh $defdir/note_prj.def $outputdir || exit ./mkimport.sh $defdir/iphlpapi.def $outputdir || exit ./mkimport.sh $defdir/commctrl.def $outputdir || exit Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-11-22 19:51:03 UTC (rev 1077) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-11-25 07:25:23 UTC (rev 1078) @@ -1,3 +1,8 @@ +2007-11-25 Pedro Alves, Danny Backx <dan...@us...> + + * w32api/libce/icmplib.def: Remove proxy for icmplib, MSDN says it's + a static library only. + 2007-11-16 Danny Backx <dan...@us...> * include/shlwapi.h (PathCombine) : Define without W or A suffix for Deleted: trunk/cegcc/src/w32api/libce/icmplib.def =================================================================== --- trunk/cegcc/src/w32api/libce/icmplib.def 2007-11-22 19:51:03 UTC (rev 1077) +++ trunk/cegcc/src/w32api/libce/icmplib.def 2007-11-25 07:25:23 UTC (rev 1078) @@ -1,6 +0,0 @@ -LIBRARY ICMPLIB -EXPORTS -IcmpCreateFile -IcmpCloseHandle -IcmpSendEcho - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |