Pedro, It's great that you're adding these things to the tools/ directory. Keep up the good work !
Here are two small changes I needed to compile rshd on linux. Danny dannypc: {194} svn diff Index: rshd.c =================================================================== --- rshd.c (revision 942) +++ rshd.c (working copy) @@ -31,7 +31,6 @@ #include <windows.h> #include <winsock2.h> -#include <pkfuncs.h> #include <PipeLib.h> Index: Makefile =================================================================== --- Makefile (revision 942) +++ Makefile (working copy) @@ -1,6 +1,6 @@ TARGET=arm-wince-mingw32ce -LDFLAGS=-lws2 -lPipeLib -CFLAGS=-O0 -g3 +LDFLAGS=-lws2 -L../PipeLib/PipeLib -lPipeLib +CFLAGS=-O0 -g3 -I../PipeLib/PipeLib WARNFLAGS=-Wall -Wextra INCLUDES= dannypc: {195} -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel