/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/sharpbuild.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/uiports/sharpbuild.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 781 - (show annotations)
Mon Oct 4 04:05:55 2004 UTC (19 years, 7 months ago) by jsorg71
File MIME type: application/x-sh
File size: 1242 byte(s)
added sharpbuild.sh

1 #!/bin/sh
2 # qterdesktop build script
3
4 rm qterdesktop
5 rm *.o
6 rm moc_*
7
8 cc="/opt/Embedix/tools/bin/arm-linux-g++"
9 #cc="g++"
10 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"
11 # uncomment the following line to turn on debug
12 #cflags=$cflags+" -DWITH_DEBUG"
13 lflags="-L/opt/Qtopia/sharp/lib -lqpe -lqte -lcrypto"
14
15 # rdesktop core files
16 $cc $cflags -c ../tcp.c -o tcp.o
17 $cc $cflags -c ../iso.c -o iso.o
18 $cc $cflags -c ../mcs.c -o mcs.o
19 $cc $cflags -c ../secure.c -o secure.o
20 $cc $cflags -c ../rdp.c -o rdp.o
21 $cc $cflags -c ../rdp5.c -o rdp5.o
22 $cc $cflags -c ../orders.c -o orders.o
23 $cc $cflags -c ../cache.c -o cache.o
24 $cc $cflags -c ../mppc.c -o mppc.o
25 $cc $cflags -c ../licence.c -o licence.o
26 $cc $cflags -c ../bitmap.c -o bitmap.o
27 $cc $cflags -c ../channels.c -o channels.o
28 $cc $cflags -c ../pstcache.c -o pstcache.o
29
30 # qt files
31 $cc $cflags -I/opt/Qtopia/include -c qtewin.cpp -o qtewin.o
32
33 # moc stuff
34 /opt/Qtopia/bin/moc qtewin.h > moc_qtewin.cpp
35
36 $cc $cflags -c moc_qtewin.cpp -o moc_qtewin.o
37
38 $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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26