--- deliantra/Deliantra-Client/makebin.win32 2006/05/14 22:24:15 1.1 +++ deliantra/Deliantra-Client/makebin.win32 2006/05/14 22:58:24 1.2 @@ -1,8 +1,7 @@ #!/bin/bash [ -e Makefile ] && make clean -rsync -avessh --modify-window=1 . vm:/c/CFClient/. - +rsync -avessh --modify-window=1 . vm:/c/CFClient/. && ssh vm ' export INCLUDE="c:\\vc\\include;c:\\sdk\\include" export LIB="c:\\vc\lib;c:\\sdk\\lib" @@ -13,7 +12,6 @@ nmake install && win32/ppwin && cp pclient.exe /c/temp -' - +' && rsync -avessh vm:/c/CFClient/pclient.exe .