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

Comparing deliantra/Deliantra-Client/win32/ppwin (file contents):
Revision 1.15 by root, Sun Oct 8 21:22:30 2006 UTC vs.
Revision 1.22 by root, Wed Nov 14 23:50:29 2007 UTC

29 cd $GTK2/bin || exit 29 cd $GTK2/bin || exit
30 for dll in \ 30 for dll in \
31 SDL.dll \ 31 SDL.dll \
32 SDL_image.dll \ 32 SDL_image.dll \
33 SDL_mixer.dll \ 33 SDL_mixer.dll \
34 ogg.dll \ 34 libogg-0.dll \
35 vorbis.dll \ 35 libvorbis-0.dll \
36 vorbisfile.dll \ 36 libvorbisfile-3.dll \
37 jpeg.dll \ 37 jpeg.dll \
38 xmltok.dll \ 38 xmltok.dll \
39 xmlparse.dll \ 39 xmlparse.dll \
40 libpng13.dll \ 40 libpng13.dll \
41 freetype6.dll \ 41 freetype6.dll \
42 zlib1.dll \ 42 zlib1.dll \
43 iconv.dll \ 43 iconv.dll \
44 intl.dll \ 44 intl.dll \
45 libgthread-2.0-0.dll \
45 libglib-2.0-0.dll \ 46 libglib-2.0-0.dll \
46 libgobject-2.0-0.dll \ 47 libgobject-2.0-0.dll \
47 libgmodule-2.0-0.dll \ 48 libgmodule-2.0-0.dll \
48 libpango-1.0-0.dll \ 49 libpango-1.0-0.dll \
49 libpangoft2-1.0-0.dll \ 50 libpangoft2-1.0-0.dll \
55) >addlist 56) >addlist
56cat addlist 57cat addlist
57 58
58trap "rm addlist" 0 59trap "rm addlist" 0
59 60
60echo "nmake install??" 61echo "nmake install?? Also for the Crossfire Module??"
61GUI=--gui 62#GUI=--gui
62$PERL/bin/perl $PERL/bin/pp $GUI --icon win32/client.ico -C -I "//.host/Shared Folders/root/src/Crossfire" -I . -o cfplus.exe -A addlist bin/cfplus 63#$PERL/bin/perl $PERL/bin/pp $GUI --icon win32/client.ico -C -I "//.host/Shared Folders/root/src/Crossfire" -I . -o deliantra.exe -A addlist bin/deliantra
64$PERL/bin/perl $PERL/bin/pp $GUI \
65 -z 9 \
66 -M AnyEvent::Impl::EV \
67 --icon win32/client.ico -C -I . -o deliantra.exe -A addlist bin/deliantra
63 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines