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

Contents of /sourceforge.net/trunk/rdesktop/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Wed May 10 07:36:34 2000 UTC (24 years ago) by matty
File size: 354 byte(s)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

1 ##############################################
2 # rdesktop: A Remote Desktop Protocol client #
3 # Linux Makefile #
4 # Copyright (C) Matthew Chapman 1999-2000 #
5 ##############################################
6
7 SOURCES=client.c parse.c tcp.c iso.c mcs.c rdp.c bitmap.c
8
9 rdesktop: $(SOURCES)
10 @gcc -g -Wall -o rdesktop $(SOURCES)

  ViewVC Help
Powered by ViewVC 1.1.26