beremiz

add tests for win32

2008-08-28, greg
8bc65076e290
file isExecutable
add tests for win32
fixed bug for win32
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]