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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 727 - (show annotations)
Sun Jun 27 19:08:35 2004 UTC (19 years, 11 months ago) by jsorg71
File MIME type: application/x-sh
File size: 822 byte(s)
added new functions and files needed by persistant bitmap caching

1 #!/bin/sh
2 # dumby script
3
4 rm xxxrdesktop
5 rm *.o
6
7 cc="gcc"
8 cflags="-DWITH_OPENSSL -DL_ENDIAN -O2 -Wall"
9 lflags="-lcrypto"
10
11 # rdesktop core files
12 $cc $cflags -c ../tcp.c -o tcp.o
13 $cc $cflags -c ../iso.c -o iso.o
14 $cc $cflags -c ../mcs.c -o mcs.o
15 $cc $cflags -c ../secure.c -o secure.o
16 $cc $cflags -c ../rdp.c -o rdp.o
17 $cc $cflags -c ../rdp5.c -o rdp5.o
18 $cc $cflags -c ../orders.c -o orders.o
19 $cc $cflags -c ../cache.c -o cache.o
20 $cc $cflags -c ../mppc.c -o mppc.o
21 $cc $cflags -c ../licence.c -o licence.o
22 $cc $cflags -c ../bitmap.c -o bitmap.o
23 $cc $cflags -c ../channels.c -o channels.o
24 $cc $cflags -c ../pstcache.c -o pstcache.o
25
26 # dumby ui file
27 $cc $cflags -c xxxwin.c -o xxxwin.o
28
29 $cc $lflags -o xxxrdesktop xxxwin.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