/[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

Diff of /sourceforge.net/trunk/rdesktop/uiports/qterdesktopbuild.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 790 by jsorg71, Mon Oct 4 03:24:09 2004 UTC revision 791 by jsorg71, Sat Oct 30 17:02:54 2004 UTC
# Line 11  cflags="-pipe -DQT_QWS_EBX -DQT_QWS_CUST Line 11  cflags="-pipe -DQT_QWS_EBX -DQT_QWS_CUST
11  #cflags=$cflags" -DWITH_DEBUG"  #cflags=$cflags" -DWITH_DEBUG"
12  # uncomment the following line to turn on sound  # uncomment the following line to turn on sound
13  cflags=$cflags" -DWITH_RDPSND"  cflags=$cflags" -DWITH_RDPSND"
14  lflags="-L/usr/local/qt/lib -lqte -lcrypto"  lflags="-L/usr/local/qt/lib"
15    libs="-lqte -lcrypto"
16    
17  # rdesktop core files  # rdesktop core files
18  $cc $cflags -c ../tcp.c -o tcp.o  $cc $cflags -c ../tcp.c -o tcp.o
# Line 38  $cc $cflags -I/usr/local/qt/include -c q Line 39  $cc $cflags -I/usr/local/qt/include -c q
39    
40  $cc $cflags -I/usr/local/qt/include -c moc_qtewin.cpp -o moc_qtewin.o  $cc $cflags -I/usr/local/qt/include -c moc_qtewin.cpp -o moc_qtewin.o
41    
42  $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 rdpsnd.o rdpsnd_oss.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 rdpsnd.o rdpsnd_oss.o $libs

Legend:
Removed from v.790  
changed lines
  Added in v.791

  ViewVC Help
Powered by ViewVC 1.1.26