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.2 by root, Sun May 14 22:58:24 2006 UTC vs.
Revision 1.11 by root, Fri Aug 17 21:32:14 2007 UTC

1#!/bin/bash 1#!/bin/bash
2 2
3[ -e Makefile ] && make clean 3[ -e Makefile ] && make clean
4
5(
6 cd ../Crossfire || exit 69
7 [ -e Makefile ] && make clean
4rsync -avessh --modify-window=1 . vm:/c/CFClient/. && 8 rsync -avessh --modify-window=1 . vm:/c/Crossfire/.
9) &&
10rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
11#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
5ssh vm ' 12ssh vm '
6 export INCLUDE="c:\\vc\\include;c:\\sdk\\include" 13 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include"
7 export LIB="c:\\vc\lib;c:\\sdk\\lib" 14 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"
8 PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH" 15 export ACTIVEPERL_CONFIG_DISABLE=1
16 export VCINSTALLDIR=c:\\vc98
17 export MSVCDir=c:\\vc98
18 export MSDevDir=c:\\vs6\\common\\msdev98
19 PATH="/c/Perl/bin/:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/gtk2/bin:/c/bdb/bin:/c/sdk/Bin/:/c/sdk/Bin/WinNT/:/c/vc98/bin:/c/vc98/msdev98/bin:/gtk/bin:$PATH"
9 20
21 cd /c/Crossfire &&
22 /c/perl/bin/perl Makefile.PL &&
23 nmake install &&
10 cd /c/CFClient && 24 cd /c/CFClient &&
11 ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL && 25 /c/perl/bin/perl Makefile.PL &&
12 nmake install && 26 nmake install &&
13 win32/ppwin && 27 win32/ppwin &&
14 cp pclient.exe /c/temp 28 cp cfplus.exe /c/temp
15' && 29' &&
16rsync -avessh vm:/c/CFClient/pclient.exe . 30rsync -avessh vm:/c/CFClient/cfplus.exe .
31todata cfplus.exe
17 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines