crs
9102fb80b9
Ported recent changes to win32 and fixed CRLF problems with project
...
files (most had CRCRCRLF).
2002-10-29 22:07:55 +00:00
crs
e06368b950
fixed typo in makefile.
2002-10-29 07:40:43 +00:00
crs
8dbc9d62bc
Added workarounds for missing reentrant versions of wide char
...
to/from multi-byte conversion functions.
2002-10-22 22:35:13 +00:00
crs
0ce15c1a9b
Moved CUnicode to lib/io. That's a reasonable place for it
...
that's after lib/mt. It needs to be after lib/mt in preparation
for supporting platforms without the reentrant wide char and
multi-byte functions.
2002-10-22 21:30:48 +00:00
crs
fec679cfe5
added better network error message support.
2002-09-14 20:56:28 +00:00
crs
435bb738e6
added win32 launcher program. also changed VC++ dsp and dsw
...
files to binary form so \r\n aren't converted. added icons
to client and server apps on win32.
2002-08-11 11:49:36 +00:00
crs
f6c3a9453b
added copyright to top of each file.
2002-08-02 19:57:46 +00:00
crs
5bb5542a13
fixes to get vpath builds working (necessary for `make distcheck').
2002-07-31 17:34:05 +00:00
crs
fae797e220
Moved version header to base and it now uses VERSION macro
...
from config.h if available (which means version is now a
string, not three integers). Changed version to 1.0.0 and
protocol version to 1.0. And added MAINTAINERCLEANFILES
to makefiles to remove generated files.
2002-07-31 16:57:26 +00:00
crs
8c1f5f623b
added EXTRA_* files to get `make dist' doing the right thing.
2002-07-31 16:27:06 +00:00
crs
f5795a6630
added new files to projects and added two project files that
...
should've been adding in change 530.
2002-07-30 19:03:40 +00:00
crs
69496abbab
now using class factories to move some decisions from the libraries
...
into the application.
2002-07-30 18:31:00 +00:00
crs
fee4095624
Reorganized source tree. Moved client.cpp into cmd/synergy as
...
synergy.cpp and server.cpp into cmd/synergyd as synergyd.cpp.
Moved and renamed related files. Moved remaining source files
into lib/.... Modified and added makefiles as appropriate.
Result is that library files are under lib with each library
in its own directory and program files are under cmd with each
command in its own directory.
2002-07-30 16:52:46 +00:00