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

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

revision 879 by jsorg71, Sun Mar 13 06:38:42 2005 UTC revision 880 by jsorg71, Mon Apr 4 02:06:24 2005 UTC
# Line 3  Line 3 
3  # qt should be installed in /usr/local/qt  # qt should be installed in /usr/local/qt
4  #  #
5  CC = g++  CC = g++
6  CPPFLAGS = -O2 -Wall -I/usr/local/qt/include  CPPFLAGS = -O2 -Wall -I/usr/local/qt/include -DWITH_RDPSND
7  RESTOBJ = ../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  RESTOBJ = ../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
8  LD2FLAGS = -L/usr/local/qt/lib -L/usr/X11R6/lib  LD2FLAGS = -L/usr/local/qt/lib -L/usr/X11R6/lib
9  LDFLAGS = -lcrypto -lqt -lXext -lX11 -lm  LDFLAGS = -lcrypto -lqt -lXext -lX11 -lm
10  MOCFILE = /usr/local/qt/bin/moc  MOCFILE = /usr/local/qt/bin/moc

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC 1.1.26