ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.win32
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.win32 (file contents):
Revision 1.1 by root, Sun May 14 22:24:15 2006 UTC vs.
Revision 1.2 by root, Sun May 14 22:58:24 2006 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3[ -e Makefile ] && make clean 3[ -e Makefile ] && make clean
4rsync -avessh --modify-window=1 . vm:/c/CFClient/. 4rsync -avessh --modify-window=1 . vm:/c/CFClient/. &&
5
6ssh vm ' 5ssh vm '
7 export INCLUDE="c:\\vc\\include;c:\\sdk\\include" 6 export INCLUDE="c:\\vc\\include;c:\\sdk\\include"
8 export LIB="c:\\vc\lib;c:\\sdk\\lib" 7 export LIB="c:\\vc\lib;c:\\sdk\\lib"
9 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" 8 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH"
10 9
11 cd /c/CFClient && 10 cd /c/CFClient &&
12 ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL && 11 ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL &&
13 nmake install && 12 nmake install &&
14 win32/ppwin && 13 win32/ppwin &&
15 cp pclient.exe /c/temp 14 cp pclient.exe /c/temp
16' 15' &&
17
18rsync -avessh vm:/c/CFClient/pclient.exe . 16rsync -avessh vm:/c/CFClient/pclient.exe .
19 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines