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

Annotation of /sourceforge.net/trunk/rdesktop/uiports/makefile_qte

Parent Directory Parent Directory | Revision Log Revision Log


Revision 882 - (hide annotations)
Tue Apr 5 03:22:15 2005 UTC (19 years, 3 months ago) by jsorg71
File size: 757 byte(s)
added makefile_qte and new ui functions

1 jsorg71 882 #
2     # qterdesktop makefile
3     # qt should be installed in /usr/local/qt
4     #
5     CC = g++
6     CPPFLAGS = -DQWS -fno-exceptions -fno-rtti -Wall -Os -Wall -I/usr/local/qt/include -DWITH_RDPSND -DNO_DEBUG
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 ../rdpsnd.o ../rdpsnd_oss.o
8     LD2FLAGS = -L/usr/local/qt/lib -L/usr/X11R6/lib
9     LDFLAGS = -lcrypto -lqte
10     MOCFILE = /usr/local/qt/bin/moc
11    
12     all: qtrd
13    
14     qtrd: $(RESTOBJ) qtewin.o
15     $(MOCFILE) qtewin.h > moc_qtewin.cpp
16     $(CC) $(CPPFLAGS) -c moc_qtewin.cpp
17     $(CC) -o qterdesktop $(LD2FLAGS) qtewin.o moc_qtewin.o $(RESTOBJ) $(LDFLAGS)
18     strip qterdesktop
19    
20     clean:
21     rm -f qterdesktop
22     rm -f *.o
23     rm -f ../*.o
24     rm -f moc_qtewin.cpp

  ViewVC Help
Powered by ViewVC 1.1.26