News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How do I remote compile for using shell script?

Started by wbest116, January 02, 2007, 12:23:00 PM

Previous topic - Next topic

wbest116

Hello,

I have tried to remote compile with "uniwin", that is "work on winXP" and "compile on linux".

I succeed compile two different case: one is using make system in C::B and another is using custom makefile.

But my concern is using shell script with "uniwin".

For very simple example, "my_script.sh" has only followed two lines:
#!/bin/sh
make

and,

As "uniwin" calls a Makefile on linux when I start compile with custom makefile, I want to compile with call a "my_script.sh".

How do I set C::B?

Thanks, and happy new year!