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.17 by root, Thu May 22 20:45:20 2008 UTC vs.
Revision 1.18 by root, Sun Aug 31 10:04:14 2008 UTC

29 export MSVCDir=c:\\vc98 29 export MSVCDir=c:\\vc98
30 export MSDevDir=c:\\vs6\\common\\msdev98 30 export MSDevDir=c:\\vs6\\common\\msdev98
31 export PERL_MM_USE_DEFAULT=1 31 export PERL_MM_USE_DEFAULT=1
32 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" 32 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"
33 33
34 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install && 34 cd /c/AnyEvent && /c/perl/bin/perl Makefile.PL && nmake install &&
35 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install && 35 cd /c/EV && /c/perl/bin/perl Makefile.PL && nmake install &&
36 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install && 36 cd /c/BDB && /c/perl/bin/perl Makefile.PL && nmake install &&
37 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install && 37 cd /c/JSON-XS && /c/perl/bin/perl Makefile.PL && nmake install &&
38 cd /c/Crossfire && /c/perl/bin/perl Makefile.PL && nmake install && 38 cd /c/Crossfire && /c/perl/bin/perl Makefile.PL && nmake install &&
39 cd /c/Compress-LZF && /c/perl/bin/perl Makefile.PL && nmake install &&
39 40
40 cd /c/CFClient && 41 cd /c/CFClient &&
41 /c/perl/bin/perl Makefile.PL && 42 /c/perl/bin/perl Makefile.PL &&
42 nmake install && 43 nmake install &&
43 win32/ppwin && 44 win32/ppwin &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines