/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/qterdesktopbuild.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/qterdesktopbuild.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 750 - (show annotations)
Thu Aug 12 02:36:29 2004 UTC (19 years, 8 months ago) by jsorg71
File MIME type: application/x-sh
File size: 1202 byte(s)
added qterdesktopbuild.sh

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