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

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

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 739)

Revision 417 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 11:11:44 2003 UTC (20 years, 11 months ago) by forsberg
File length: 2962 byte(s)
Diff to previous 344
Compile channels.o, cliprdr.o and ipc.o as well.


Revision 344 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:08:09 2003 UTC (21 years, 1 month ago) by forsberg
File length: 2935 byte(s)
Diff to previous 333
Added rdp5.o to the list of objects to compile.


Revision 333 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 12:14:13 2003 UTC (21 years, 2 months ago) by astrand
File length: 2921 byte(s)
Diff to previous 298
Added rdp2vnc support


Revision 298 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 10:57:38 2003 UTC (21 years, 3 months ago) by matthewc
File length: 2259 byte(s)
Diff to previous 263
Avoid using non-portable += in generated Makeconf.


Revision 263 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 18:12:49 2002 UTC (21 years, 5 months ago) by astrand
File length: 2333 byte(s)
Diff to previous 247
Support for extended WM hint _NET_WORKAREA, via -g workarea


Revision 247 - (view) (annotate) - [select for diffs]
Modified Tue Oct 29 05:06:07 2002 UTC (21 years, 6 months ago) by matthewc
File length: 2322 byte(s)
Diff to previous 219
Need to copy keymaps of the form ??-?? as well.
(Jeffrey Hundstad)


Revision 219 - (view) (annotate) - [select for diffs]
Modified Thu Oct 10 06:51:31 2002 UTC (21 years, 6 months ago) by matthewc
File length: 2282 byte(s)
Diff to previous 215
Oops, accidentally introduced -Wall into the Makefile (which only works
with gcc)


Revision 215 - (view) (annotate) - [select for diffs]
Modified Tue Oct 8 02:26:59 2002 UTC (21 years, 6 months ago) by matthewc
File length: 2288 byte(s)
Diff to previous 189
Remove readpass.o


Revision 189 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:27:43 2002 UTC (21 years, 7 months ago) by matthewc
File length: 2293 byte(s)
Diff to previous 162
Look for system OpenSSL in the usual places; if not found recommend installing.


Revision 162 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 12:58:42 2002 UTC (21 years, 7 months ago) by matthewc
File length: 2365 byte(s)
Diff to previous 156
Fix references to BINDIR/MANDIR -> bindir/mandir.


Revision 156 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 11:36:23 2002 UTC (21 years, 7 months ago) by matthewc
File length: 2365 byte(s)
Diff to previous 125
Move platform-specific stuff to configure (avoid relying on GNU make)
Autodetect gcc in configure
Autodetect X11DIR in configure
Rename PREFIX etc in line with GNU conventions


Revision 125 - (view) (annotate) - [select for diffs]
Modified Sat Sep 14 15:00:11 2002 UTC (21 years, 7 months ago) by astrand
File length: 2524 byte(s)
Diff to previous 120
Applied most of http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff, which
makes it possible to compile on for example Solaris without trouble.


Revision 120 - (view) (annotate) - [select for diffs]
Modified Thu Sep 12 09:41:28 2002 UTC (21 years, 7 months ago) by astrand
File length: 2358 byte(s)
Diff to previous 106
install target uses install rather than cp. Makes it possible to
install while the rdesktop binary is in use.


Revision 106 - (view) (annotate) - [select for diffs]
Modified Sun Sep 1 11:15:42 2002 UTC (21 years, 8 months ago) by astrand
File length: 2353 byte(s)
Diff to previous 98
Added manpage


Revision 98 - (view) (annotate) - [select for diffs]
Modified Wed Aug 14 14:43:25 2002 UTC (21 years, 8 months ago) by astrand
File length: 2323 byte(s)
Diff to previous 96
Added DESTDIR and --sharedir support. Uses DESTDIR in .spec


Revision 96 - (view) (annotate) - [select for diffs]
Modified Fri Aug 9 09:11:01 2002 UTC (21 years, 8 months ago) by astrand
File length: 2213 byte(s)
Diff to previous 95
Added -P parameter: Get password from external program (likeSSH_ASKPASS)


Revision 95 - (view) (annotate) - [select for diffs]
Modified Tue Aug 6 17:42:04 2002 UTC (21 years, 9 months ago) by astrand
File length: 2202 byte(s)
Diff to previous 93
Added dist target.


Revision 93 - (view) (annotate) - [select for diffs]
Modified Tue Aug 6 16:45:11 2002 UTC (21 years, 9 months ago) by astrand
File length: 1623 byte(s)
Diff to previous 91
Commented out manpage target, since the manpage does not exist.


Revision 91 - (view) (annotate) - [select for diffs]
Modified Tue Aug 6 16:41:48 2002 UTC (21 years, 9 months ago) by astrand
File length: 1616 byte(s)
Diff to previous 51
Fixed installkeymaps: Do not try to copy directory keymaps/CVS, when installing from checked out copy.


Revision 51 - (view) (annotate) - [select for diffs]
Modified Fri Apr 26 08:12:40 2002 UTC (22 years ago) by n-ki
File length: 1474 byte(s)
Diff to previous 38
added dependency to Xext; to enable support for people with disabilities


Revision 38 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 12:04:33 2002 UTC (22 years, 1 month ago) by matthewc
File length: 1467 byte(s)
Diff to previous 33
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 7 months ago) by matty
File length: 1238 byte(s)
Diff to previous 32
Add a ui_select to xwin.c to reduce latency.
Remove extraneous error messages - only report at lowest level.
Endianness and IRIX compile fixes.


Revision 32 - (view) (annotate) - [select for diffs]
Modified Sat Sep 15 09:37:17 2001 UTC (22 years, 7 months ago) by matty
File length: 1229 byte(s)
Diff to previous 30
Synced crypto/ with latest OpenSSL.
Moved to OpenSSL big number routines to resolve licensing issues
with current code (although they add more bloat).


Revision 30 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
File length: 1098 byte(s)
Diff to previous 28
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
File length: 822 byte(s)
Diff to previous 14
Merges from pl19-6-5.


Revision 14 - (view) (annotate) - [select for diffs]
Modified Sat Sep 16 12:51:29 2000 UTC (23 years, 7 months ago) by matty
File length: 816 byte(s)
Diff to previous 13
Added explicit .c.o rule for BSD and IRIX make, which have a different
default.


Revision 13 - (view) (annotate) - [select for diffs]
Modified Sat Sep 16 12:07:55 2000 UTC (23 years, 7 months ago) by matty
File length: 753 byte(s)
Diff to previous 10
FreeBSD compile fixes from Chris Knight <chris@aims.com.au>


Revision 10 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 732 byte(s)
Diff to previous 9
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


Revision 9 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 12:34:29 2000 UTC (23 years, 9 months ago) by matty
File length: 534 byte(s)
Diff to previous 7
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.


Revision 7 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 09:40:03 2000 UTC (23 years, 9 months ago) by matty
File length: 471 byte(s)
Diff to previous 6
Miscellaneous updates: implemented some more protocol features including
colour maps. Started on a new bitmap decompression engine which is not
completely working yet - however I am going back on the road so I am
committing now.


Revision 6 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 07:44:21 2000 UTC (23 years, 10 months ago) by matty
File length: 456 byte(s)
Diff to previous 4
Started hacking on an X-Windows (Xlib) interface.
Currently pops up a window and displays bitmaps it sees side by side.
Next step is to go back to the protocol and interpret the surrounding data
stream.


Revision 4 - (view) (annotate) - [select for diffs]
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
File length: 354 byte(s)
Copied from: sourceforge.net/branches/RDESKTOP/rdesktop/Makefile revision 3
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 3 - (view) (annotate) - [select for diffs]
Added Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Original Path: sourceforge.net/branches/RDESKTOP/rdesktop/Makefile
File length: 354 byte(s)
Adding my experimental RDP client to repository.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26