CVS: rdesktop/uiports sharpbuild.sh,NONE,1.1
Jay Sorg <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/uiports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23817 Added Files: sharpbuild.sh Log Message: added sharpbuild.sh --- NEW FILE: sharpbuild.sh --- #!/bin/sh # qterdesktop build script rm qterdesktop rm *.o rm moc_* cc="/opt/Embedix/tools/bin/arm-linux-g++" #cc="g++" cflags="-I/opt/Qtopia/include -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -Os -fno-default-inline -DNO_DEBUG -DSHARP" # uncomment the following line to turn on debug #cflags=$cflags+" -DWITH_DEBUG" lflags="-L/opt/Qtopia/sharp/lib -lqpe -lqte -lcrypto" # rdesktop core files $cc $cflags -c ../tcp.c -o tcp.o $cc $cflags -c ../iso.c -o iso.o $cc $cflags -c ../mcs.c -o mcs.o $cc $cflags -c ../secure.c -o secure.o $cc $cflags -c ../rdp.c -o rdp.o $cc $cflags -c ../rdp5.c -o rdp5.o $cc $cflags -c ../orders.c -o orders.o $cc $cflags -c ../cache.c -o cache.o $cc $cflags -c ../mppc.c -o mppc.o $cc $cflags -c ../licence.c -o licence.o $cc $cflags -c ../bitmap.c -o bitmap.o $cc $cflags -c ../channels.c -o channels.o $cc $cflags -c ../pstcache.c -o pstcache.o # qt files $cc $cflags -I/opt/Qtopia/include -c qtewin.cpp -o qtewin.o # moc stuff /opt/Qtopia/bin/moc qtewin.h > moc_qtewin.cpp $cc $cflags -c moc_qtewin.cpp -o moc_qtewin.o $cc $lflags -o qterdesktop moc_qtewin.o qtewin.o tcp.o iso.o mcs.o secure.o rdp.o rdp5.o orders.o cache.o mppc.o licence.o bitmap.o channels.o pstcache.o ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl