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.22 by root, Sat Apr 24 06:27:40 2010 UTC vs.
Revision 1.23 by root, Mon Dec 26 22:30:21 2011 UTC

16wait 16wait
17 17
18rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" && 18rsync -avessh --modify-window=1 . vm:/c/CFClient/. --exclude audio --exclude "*.exe" &&
19#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm ' 19#sshpass -p geheim123 ssh -o PreferredAuthentications=password vm '
20ssh vm ' 20ssh vm '
21 export INCLUDE="c:\\vc98\\include;c:\\sdk\\include" 21 . ~/.setenv
22 export LIB="c:\\vc98\\lib;c:\\sdk\\lib"
23 export ACTIVEPERL_CONFIG_DISABLE=1 22 export ACTIVEPERL_CONFIG_DISABLE=1
24 export VCINSTALLDIR=c:\\vc98
25 export MSVCDir=c:\\vc98
26 export MSDevDir=c:\\vs6\\common\\msdev98
27 export PERL_MM_USE_DEFAULT=1 23 export PERL_MM_USE_DEFAULT=1
28 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"
29 24
30 cd /c/common-sense && /c/perl/bin/perl Makefile.PL && nmake install && 25 cd /c/common-sense && /c/perl/bin/perl Makefile.PL && nmake install &&
31 cd /c/Guard && /c/perl/bin/perl Makefile.PL && nmake install && 26 cd /c/Guard && /c/perl/bin/perl Makefile.PL && nmake install &&
32 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install && 27 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
33 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install && 28 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines