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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Tue Jul 25 12:34:29 2000 UTC (23 years, 9 months ago) by matty
File size: 534 byte(s)
Committing some awesome progress I made while overseas - this commit
really embodies a huge number of changes. We are now able to talk quite
fluently to a French NT Terminal Server - in normal usage only minor
font issues remain (handling of TEXT2 order is not perfect).

The next major hurdle is encryption, and it will be quite a big hurdle
- there seems to be some quite nasty session key stuff.

1 matty 3 ##############################################
2     # rdesktop: A Remote Desktop Protocol client #
3     # Linux Makefile #
4     # Copyright (C) Matthew Chapman 1999-2000 #
5     ##############################################
6    
7 matty 6 CC = gcc
8 matty 9 CFLAGS = -g -Wall -DDUMP
9 matty 6 LIBS = -L/usr/X11R6/lib -lX11
10 matty 9 OBJECTS = client.o parse.o tcp.o iso.o mcs.o rdp.o process.o bitmap.o cache.o xwin.o misc.o
11 matty 3
12 matty 6 rdesktop: $(OBJECTS)
13     @$(CC) $(CFLAGS) -o rdesktop $(LIBS) $(OBJECTS)
14    
15 matty 9 proto:
16     @cproto -D MAKE_PROTO -o proto.h *.c
17    
18 matty 6 clean:
19     rm -f *.o

  ViewVC Help
Powered by ViewVC 1.1.26