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.5 by root, Thu May 25 16:24:43 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/.
5 4
5(
6 cd ../Crossfire || exit 69
7 [ -e Makefile ] && make clean
8 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
9) &&
10rsync -avessh --modify-window=1 . vm:/c/CFClient/. &&
6ssh vm ' 11ssh vm '
7 export INCLUDE="c:\\vc\\include;c:\\sdk\\include" 12 export INCLUDE="c:\\vc\\include;c:\\sdk\\include"
8 export LIB="c:\\vc\lib;c:\\sdk\\lib" 13 export LIB="c:\\vc\lib;c:\\sdk\\lib"
14 export ACTIVEPERL_CONFIG_DISABLE=1
9 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" 15 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH"
10 16
17 cd /c/Crossfire &&
18 /c/perl/bin/perl Makefile.PL &&
19 nmake install &&
11 cd /c/CFClient && 20 cd /c/CFClient &&
12 ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL && 21 /c/perl/bin/perl Makefile.PL &&
13 nmake install && 22 nmake install &&
14 win32/ppwin && 23 win32/ppwin &&
15 cp pclient.exe /c/temp 24 cp cfplus.exe /c/temp
16' 25' &&
26rsync -avessh vm:/c/CFClient/cfplus.exe .
27todata cfplus.exe
17 28
18rsync -avessh vm:/c/CFClient/pclient.exe .
19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines