Author Topic: How do I remote compile for using shell script?  (Read 4156 times)

wbest116

  • Guest
How do I remote compile for using shell script?
« on: January 02, 2007, 12:23:00 pm »
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!