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!